Class LoadedNeedleRollerBearingRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedNeedleRollerBearingRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedNeedleRollerBearingRow : LoadedCylindricalRollerBearingRow, IEquatable<APIBase>
Properties
CageLandSlidingPowerLoss
Cage-Land Sliding Power Loss is calculated as part of the Advanced Needle Roller Bearing Power Loss (MA106) module
Measurement: Power
Declaration
public double CageLandSlidingPowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadedBearing
Declaration
public LoadedNeedleRollerBearingResults LoadedBearing { get; }
Property Value
Type | Description |
---|---|
LoadedNeedleRollerBearingResults |
RollingPowerLoss
Rolling Power Loss is calculated as part of the Advanced Needle Roller Bearing Power Loss (MA106) module
Measurement: Power
Declaration
public double RollingPowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
RollingPowerLossTractionCoefficient
Declaration
public double RollingPowerLossTractionCoefficient { get; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingPowerLoss
Sliding Power Loss is calculated as part of the Advanced Needle Roller Bearing Power Loss (MA106) module
Measurement: Power
Declaration
public double SlidingPowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingPowerLossTractionCoefficient
Declaration
public double SlidingPowerLossTractionCoefficient { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalPowerLoss
Total Power Loss is calculated as part of the Advanced Needle Roller Bearing Power Loss (MA106) module
Measurement: Power
Declaration
public double TotalPowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalPowerLossTractionCoefficient
Declaration
public double TotalPowerLossTractionCoefficient { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>