Class RollerISOTS162812008Results
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollerISOTS162812008Results
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RollerISOTS162812008Results : ISOTS162812008Results, IEquatable<APIBase>
Properties
BasicDynamicLoadRatingOfABearingLaminaOfTheInnerRing
Eq (56) from ISO/TS 16281:2008
Measurement: Force
Declaration
public double BasicDynamicLoadRatingOfABearingLaminaOfTheInnerRing { get; }
Property Value
Type | Description |
---|---|
System.Double |
BasicDynamicLoadRatingOfABearingLaminaOfTheOuterRing
Eq (57) from ISO/TS 16281:2008
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/TS 16281:2008 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>