Version: 13.0

    Show / Hide Table of Contents

    Enum PowerRatingF1EstimationMethod

    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("ab7b1604-6016-1261-b66f-71bde08428ea")]
    [ApiEnumFor("SMT.Bearings.BearingResults.Rolling.PowerRatingF1EstimationMethod, SMT.Bearings")]
    public enum PowerRatingF1EstimationMethod

    Fields

    Name Description
    ISOTR141792001

    MASTA estimates the load dependent friction coefficient using the method outlined in ISO/TR 14179:2001 for the bearing efficiency

    OneDimensionalLookupTable

    One-Dimensional Lookup Table

    TwoDimensionalLookupTable

    Two-Dimensional Lookup Table

    UserSpecified

    User-Specified

    Back to top