Version: 13.0

    Show / Hide Table of Contents

    Enum StressConcentrationMethod

    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("76759379-adf9-4d25-1ee1-c61fc8271aab")]
    [ApiEnumFor("SMT.Bearings.BearingResults.Rolling.IsoRatingResults.StressConcentrationMethod, SMT.Bearings")]
    public enum StressConcentrationMethod

    Fields

    Name Description
    BasicStressRiserFunction

    The stress riser function given by ISO/TS 16281:2008 equation (60), using the maximum of the inner and outer effective roller lengths. This approximation function is only valid for an approximated profile obtained with the aid of equations (42), (43) and (44), and providing the conditions of medium load and a total misalignment of the bearing of less than 4 arcminutes are fulfilled.

    CalculatedStresses

    Stress concentrations will be calculated using ISO/TS 16281:2008 equations (58) and (59), with contact stress at each strip calculated using an influence matrix method.

    Back to top