Class LoadedDetailedBearingResults
Inheritance
System.Object
LoadedDetailedBearingResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class LoadedDetailedBearingResults : LoadedNonLinearBearingResults, IEquatable<APIBase>
Properties
LubricantFlowRate
Declaration
public double LubricantFlowRate { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Lubrication
Declaration
public LubricationDetail Lubrication { get; }
Property Value
OilSumpTemperature
Declaration
public double OilSumpTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OperatingAirTemperature
Declaration
public double OperatingAirTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureWhenAssembled
Declaration
public double TemperatureWhenAssembled { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods