Version: 13.0

    Show / Hide Table of Contents

    Enum ShearAreaFactorMethod

    Namespace: SMT.MastaAPI.NodalAnalysis.NodalEntities
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("85a9cd31-7a74-29f1-e5e7-669ddbe46828")]
    [ApiEnumFor("SMT.NodalAnalysis.NodalEntities.ShearAreaFactorMethod, SMT.NodalAnalysis")]
    public enum ShearAreaFactorMethod

    Fields

    Name Description
    _1

    Nastran default.

    _109

    Typical value for a solid cylinder. This was the MASTA default prior to version 11.2.

    _2

    Typical value for a thin walled cylinder.

    EulerBernoulli

    Uses a value of zero to give an Euler-Bernoulli beam that does not include shear stiffness effects.

    HoogenboomPaper

    Hoogenboom Paper

    LinearBetween1089SolidAnd1053ThinWalled

    Interpolation limits are Abaqus defaults.

    LinearBetween109SolidAnd2ThinWalled

    Interpolation between common values for solid and thin walled cylinders.

    Steinboeck

    Default setting taken from the paper Steinboeck, A., Kugi, A. and Mang, H.A., 2013. International Journal of Solids and Structures, 50(11-12), pp.1859-1868.

    Back to top