Class LubricationDetail
Inheritance
System.Object
LubricationDetail
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LubricationDetail : NamedDatabaseItem, IEquatable<APIBase>
Properties
AGMA925A03LubricantType
Declaration
public AGMALubricantType AGMA925A03LubricantType { get; set; }
Property Value
AirFlowVelocity
Declaration
public double AirFlowVelocity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ContaminationFactor
Declaration
public Overridable<double> ContaminationFactor { get; set; }
Property Value
Delivery
Declaration
public LubricantDelivery Delivery { get; }
Property Value
Density
Declaration
public double Density { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DensitySpecificationMethod
Declaration
public DensitySpecificationMethod DensitySpecificationMethod { get; set; }
Property Value
DensityVsTemperature
Declaration
public Vector2DListAccessor DensityVsTemperature { get; set; }
Property Value
DynamicViscosityAt38C
Declaration
public double DynamicViscosityAt38C { get; }
Property Value
| Type |
Description |
| System.Double |
|
DynamicViscosityOfTheLubricantAt100DegreesC
Declaration
public double DynamicViscosityOfTheLubricantAt100DegreesC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DynamicViscosityOfTheLubricantAt40DegreesC
Declaration
public double DynamicViscosityOfTheLubricantAt40DegreesC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EPAdditivesProvenWithSevereContamination
Declaration
public bool EPAdditivesProvenWithSevereContamination { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EPAndAWAdditivesPresent
Declaration
public bool EPAndAWAdditivesPresent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FactorForNewlyGreasedBearings
Declaration
public double FactorForNewlyGreasedBearings { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
GreaseContaminationLevel
Declaration
public GreaseContaminationOptions GreaseContaminationLevel { get; set; }
Property Value
HeatTransferCoefficient
Declaration
public Overridable<double> HeatTransferCoefficient { get; set; }
Property Value
ISOLubricantType
Declaration
public ISOLubricantType ISOLubricantType { get; set; }
Property Value
KinematicViscosityAt38C
Declaration
public double KinematicViscosityAt38C { get; }
Property Value
| Type |
Description |
| System.Double |
|
KinematicViscosityOfTheLubricantAt100DegreesC
Declaration
public double KinematicViscosityOfTheLubricantAt100DegreesC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
KinematicViscosityOfTheLubricantAt40DegreesC
Declaration
public double KinematicViscosityOfTheLubricantAt40DegreesC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LubricantDefinition
Declaration
public EnumWithSelectedValue<LubricantDefinition> LubricantDefinition { get; set; }
Property Value
LubricantGradeAGMA
Declaration
public LubricantViscosityClassAGMA LubricantGradeAGMA { get; set; }
Property Value
LubricantGradeISO
Declaration
public EnumWithSelectedValue<LubricantViscosityClassISO> LubricantGradeISO { get; set; }
Property Value
LubricantGradeSAE
Declaration
public LubricantViscosityClassSAE LubricantGradeSAE { get; set; }
Property Value
LubricantShearModulus
Declaration
public double LubricantShearModulus { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LubricantTypeAndSupply
Declaration
public BearingLubricationCondition LubricantTypeAndSupply { get; set; }
Property Value
LubricantViscosityClassification
Declaration
public LubricantViscosityClassification LubricantViscosityClassification { get; set; }
Property Value
MicropittingFailureLoadStage
Declaration
public int MicropittingFailureLoadStage { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MicropittingFailureLoadStageTestTemperature
Declaration
public double MicropittingFailureLoadStageTestTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OilFiltrationAndContamination
Declaration
public OilFiltrationOptions OilFiltrationAndContamination { get; set; }
Property Value
OilToAirHeatTransferArea
Declaration
public double OilToAirHeatTransferArea { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PressureViscosityCoefficient
Declaration
public double PressureViscosityCoefficient { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PressureViscosityCoefficientMethod
Declaration
public PressureViscosityCoefficientMethod PressureViscosityCoefficientMethod { get; set; }
Property Value
ScuffingFailureLoadStage
Declaration
public int ScuffingFailureLoadStage { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
SpecificHeatCapacity
Declaration
public double SpecificHeatCapacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedParameterK
Declaration
public double SpecifiedParameterK { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SpecifiedParameterS
Declaration
public double SpecifiedParameterS { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureAtWhichDensityIsSpecified
Declaration
public double TemperatureAtWhichDensityIsSpecified { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureAtWhichPressureViscosityCoefficientIsSpecified
Declaration
public double TemperatureAtWhichPressureViscosityCoefficientIsSpecified { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThermalConductivity
Declaration
public Overridable<double> ThermalConductivity { get; set; }
Property Value
Methods
DynamicViscosityAt(Double)
Declaration
public double DynamicViscosityAt(double temperature)
Parameters
| Type |
Name |
Description |
| System.Double |
temperature |
|
Returns
| Type |
Description |
| System.Double |
|
KinematicViscosityAt(Double)
Declaration
public double KinematicViscosityAt(double temperature)
Parameters
| Type |
Name |
Description |
| System.Double |
temperature |
|
Returns
| Type |
Description |
| System.Double |
|
LubricantDensityAt(Double)
Declaration
public double LubricantDensityAt(double temperature)
Parameters
| Type |
Name |
Description |
| System.Double |
temperature |
|
Returns
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods