Version: 15.0

    Show / Hide Table of Contents

    Class RollerISO162812025Results

    Inheritance
    System.Object
    APIBase
    ISOResults
    ISO162812025Results
    RollerISO162812025Results
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ISO162812025Results.BasicReferenceRatingLifeCycles
    ISO162812025Results.BasicReferenceRatingLifeDamage
    ISO162812025Results.BasicReferenceRatingLifeDamageRate
    ISO162812025Results.BasicReferenceRatingLifeReliability
    ISO162812025Results.BasicReferenceRatingLifeSafetyFactor
    ISO162812025Results.BasicReferenceRatingLifeTime
    ISO162812025Results.BasicReferenceRatingLifeUnreliability
    ISO162812025Results.DynamicEquivalentLoadDynamicCapacityRatio
    ISO162812025Results.DynamicEquivalentReferenceLoad
    ISO162812025Results.LifeModificationFactorForSystemsApproach
    ISO162812025Results.LoadForTheBasicDynamicLoadRatingOfTheInnerRingOrShaftWasher
    ISO162812025Results.LoadForTheBasicDynamicLoadRatingOfTheOuterRingOrHousingWasher
    ISO162812025Results.ModifiedReferenceRatingLifeCycles
    ISO162812025Results.ModifiedReferenceRatingLifeDamage
    ISO162812025Results.ModifiedReferenceRatingLifeDamageRate
    ISO162812025Results.ModifiedReferenceRatingLifeReliability
    ISO162812025Results.ModifiedReferenceRatingLifeSafetyFactor
    ISO162812025Results.ModifiedReferenceRatingLifeTime
    ISO162812025Results.ModifiedReferenceRatingLifeUnreliability
    ISOResults.OutputDefaultReportTo(String)
    ISOResults.GetDefaultReportWithEncodedImages()
    ISOResults.OutputActiveReportTo(String)
    ISOResults.OutputActiveReportAsTextTo(String)
    ISOResults.GetActiveReportWithEncodedImages()
    ISOResults.OutputNamedReportTo(String, String)
    ISOResults.OutputNamedReportAsMastaReport(String, String)
    ISOResults.OutputNamedReportAsTextTo(String, String)
    ISOResults.GetNamedReportWithEncodedImages(String)
    ISOResults.LifeModificationFactorForReliability
    ISOResults.ReportNames
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public sealed class RollerISO162812025Results : ISO162812025Results, IEquatable<APIBase>

    Properties

    BasicDynamicLoadRatingOfABearingLaminaOfTheInnerRing

    Eq (23) from ISO 16281:2025

    Measurement: Force

    Declaration
    public double BasicDynamicLoadRatingOfABearingLaminaOfTheInnerRing { get; }
    Property Value
    Type Description
    System.Double

    BasicDynamicLoadRatingOfABearingLaminaOfTheOuterRing

    Eq (24) from ISO 16281:2025

    Measurement: Force

    Declaration
    public double BasicDynamicLoadRatingOfABearingLaminaOfTheOuterRing { get; }
    Property Value
    Type Description
    System.Double

    EquivalentLoadAssumingLineContacts

    If it is assumed that all contacts between roller and raceway are line contacts, then this will give the equivalent load for the calculated reference rating life. In ISO 16281:2025 the Dynamic Equivalent Reference Load for roller bearings uses a life-load exponent of 10/3, which takes into account that different contacts may either be point, line, or modified line contacts. This equivalent load uses an exponent of 4. For a more detailed description see Harris, T. and Kotzalas, M., Essential Concepts of Bearing Technology, 5th Edition, 2007 Section 11.6.5, p. 234.

    Measurement: Force

    Declaration
    public double EquivalentLoadAssumingLineContacts { get; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top