Version: 13.0

    Show / Hide Table of Contents

    Enum FrictionModelForGyroscopicMoment

    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("d5db14ee-12d9-8b5a-5ac9-bd42d9713ac2")]
    [ApiEnumFor("SMT.Bearings.BearingResults.Rolling.FrictionModelForGyroscopicMoment, SMT.Bearings")]
    public enum FrictionModelForGyroscopicMoment

    Fields

    Name Description
    AdaptiveRacewayControl

    Varies between inner and outer raceway control based on the ratio of the normal loads multiplied by the coefficients of friction on the inner and outer races

    HybridModel

    Uses Ding et al. (2000)& Wang et al. (2014) model, based on applying d'Alembert's principle to the elements

    InnerRacewayControl

    Assumes pure rolling on the inner race, without spinning

    OuterRacewayControl

    Assumes pure rolling on the outer race, without spinning

    In This Article
    • Fields
    Back to top