Class LoadedTiltingPadThrustBearingResults
Inheritance
System.Object
LoadedTiltingPadThrustBearingResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LoadedTiltingPadThrustBearingResults : LoadedPadFluidFilmBearingResults, IEquatable<APIBase>
Properties
AveragePadLoad
Declaration
public double AveragePadLoad { get; }
Property Value
| Type |
Description |
| System.Double |
|
AxialInternalClearance
Declaration
public double AxialInternalClearance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumBearingTemperature
Declaration
public double MaximumBearingTemperature { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumPadFilmTemperature
Declaration
public double MaximumPadFilmTemperature { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumPadLoad
Declaration
public double MaximumPadLoad { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumPadSpecificLoad
Declaration
public double MaximumPadSpecificLoad { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumPressureVelocity
Declaration
public double MaximumPressureVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumReynoldsNumber
Declaration
public virtual double MaximumReynoldsNumber { get; }
Property Value
| Type |
Description |
| System.Double |
|
MeanReynoldsNumber
Declaration
public double MeanReynoldsNumber { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumFilmThickness
Declaration
public override double MinimumFilmThickness { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
MinimumFlowRate
Declaration
public double MinimumFlowRate { get; }
Property Value
| Type |
Description |
| System.Double |
|
OilExitTemperature
Declaration
public double OilExitTemperature { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods