Class AdjustedSpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AdjustedSpeed
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 AdjustedSpeed : SKFCalculationResult, IEquatable<APIBase>
Properties
AdjustedReferenceSpeed
The ISO reference speed is valid for a standardized set of operating conditions including standardized heat dissipation. Therefore, SKF recommends calculating the adjusted reference speed considering the actual load and lubricant viscosity in your application.
Measurement: AngularVelocity
Declaration
public double AdjustedReferenceSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
AdjustmentFactors
Declaration
public AdjustmentFactors AdjustmentFactors { get; }
Property Value
Type | Description |
---|---|
AdjustmentFactors |
Implements
System.IEquatable<T>