Class ISO153122018Results
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO153122018Results
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 ISO153122018Results : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
CoefficientForTheLoadDependentFrictionMomentForTheReferenceConditions
Declaration
public double CoefficientForTheLoadDependentFrictionMomentForTheReferenceConditions { get; }
Property Value
Type | Description |
---|---|
System.Double |
CoefficientForTheLoadIndependentFrictionMomentForTheReferenceConditions
Declaration
public double CoefficientForTheLoadIndependentFrictionMomentForTheReferenceConditions { get; }
Property Value
Type | Description |
---|---|
System.Double |
HeatEmittingReferenceSurfaceArea
Defined in section 5.3 of ISO 15312:2018
Measurement: SmallArea
Declaration
public double HeatEmittingReferenceSurfaceArea { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadDependentFrictionalMomentUnderReferenceConditionsAtTheThermalSpeedRating
Measurement: Torque
Declaration
public double LoadDependentFrictionalMomentUnderReferenceConditionsAtTheThermalSpeedRating { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadIndependentFrictionalMomentUnderReferenceConditionsAtTheThermalSpeedRating
Measurement: Torque
Declaration
public double LoadIndependentFrictionalMomentUnderReferenceConditionsAtTheThermalSpeedRating { get; }
Property Value
Type | Description |
---|---|
System.Double |
PowerLossUnderReferenceConditionsAtTheThermalSpeedRating
Measurement: Power
Declaration
public double PowerLossUnderReferenceConditionsAtTheThermalSpeedRating { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReasonForInvalidity
Declaration
public string ReasonForInvalidity { get; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceHeatFlow
Measurement: Power
Declaration
public double ReferenceHeatFlow { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceHeatFlowDensity
Measurement: PowerPerSmallArea
Declaration
public double ReferenceHeatFlowDensity { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceLoad
Defined in section 5.2.2 of ISO 15312:2018
Measurement: Force
Declaration
public double ReferenceLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
ThermalSpeedRating
Measurement: AngularVelocity
Declaration
public double ThermalSpeedRating { get; }
Property Value
Type | Description |
---|---|
System.Double |
ViscosityOfReferenceOil
Defined in section 5.2.3 of ISO 15312:2018 as a mineral oil without EP additives
Measurement: KinematicViscosity
Declaration
public double ViscosityOfReferenceOil { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>