Class SKFLossMomentMultipliers
Inheritance
System.Object
SKFLossMomentMultipliers
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SKFLossMomentMultipliers : IndependentReportablePropertiesBase<SKFLossMomentMultipliers>, IEquatable<APIBase>
Properties
FrictionalMomentOfDragLossesMultiplier
This constant directly scales the contribution of the frictional moment of drag losses in SKF loss calculations.
Declaration
public Overridable<double> FrictionalMomentOfDragLossesMultiplier { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
FrictionalMomentOfSealsMultiplier
This constant directly scales the contribution of the frictional moment of seals in SKF loss calculations.
Declaration
public Overridable<double> FrictionalMomentOfSealsMultiplier { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RollingFrictionalMomentMultiplier
This constant directly scales the contribution of the rolling frictional moment in SKF loss calculations.
Declaration
public Overridable<double> RollingFrictionalMomentMultiplier { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SlidingFrictionalMomentMultiplier
This constant directly scales the contribution of the sliding frictional moment in SKF loss calculations.
Declaration
public Overridable<double> SlidingFrictionalMomentMultiplier { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>