Class BearingRatingLife
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingRatingLife
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingRatingLife : SKFCalculationResult, IEquatable<APIBase>
Properties
ContaminationFactor
Declaration
public double ContaminationFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
LifeModel
Declaration
public LifeModel LifeModel { get; }
Property Value
Type | Description |
---|---|
LifeModel |
SKFLifeModificationFactor
This factor represents the relationship between the fatigue load limit ratio (Pu/P), the lubrication condition (viscosity ratio κ) and the contamination level in the bearing (ηc)
Declaration
public double SKFLifeModificationFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>