Class LoadedNeedleRollerBearingRow
Inheritance
System.Object
LoadedNeedleRollerBearingRow
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LoadedNeedleRollerBearingRow : LoadedCylindricalRollerBearingRow, IEquatable<APIBase>
Properties
CageLandSlidingPowerLoss
Declaration
public double CageLandSlidingPowerLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
LoadedBearing
Declaration
public LoadedNeedleRollerBearingResults LoadedBearing { get; }
Property Value
RollingPowerLoss
Declaration
public double RollingPowerLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
RollingPowerLossTractionCoefficient
Declaration
public double RollingPowerLossTractionCoefficient { get; }
Property Value
| Type |
Description |
| System.Double |
|
SlidingPowerLoss
Declaration
public double SlidingPowerLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
SlidingPowerLossTractionCoefficient
Declaration
public double SlidingPowerLossTractionCoefficient { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalPowerLoss
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>
Extension Methods