Class RollerISO162812025Results
Implements
System.IEquatable<APIBase>
Inherited Members
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>