Class LoadedNeedleRollerBearingElement
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedNeedleRollerBearingElement
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 LoadedNeedleRollerBearingElement : LoadedCylindricalRollerBearingElement, IEquatable<APIBase>
Properties
SlidingPowerLossFromHysteresis
Measurement: Power
Declaration
public double SlidingPowerLossFromHysteresis { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingPowerLossFromMacroSlidingDueToRollerSkew
Measurement: Power
Declaration
public double SlidingPowerLossFromMacroSlidingDueToRollerSkew { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingPowerLossRollerCageAxialComponent
Measurement: Power
Declaration
public double SlidingPowerLossRollerCageAxialComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingPowerLossRollerCageMomentComponent
Measurement: Power
Declaration
public double SlidingPowerLossRollerCageMomentComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingPowerLossRollerCageRadialComponent
Measurement: Power
Declaration
public double SlidingPowerLossRollerCageRadialComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>