Class TiltingPadThrustBearing
Inheritance
System.Object
TiltingPadThrustBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class TiltingPadThrustBearing : PadFluidFilmBearing, IEquatable<APIBase>
Properties
Model
Declaration
public override BearingModel Model { get; }
Property Value
Overrides
NonDimensionalFriction
Declaration
public Overridable<double> NonDimensionalFriction { get; set; }
Property Value
NonDimensionalInletFlow
Declaration
public Overridable<double> NonDimensionalInletFlow { get; set; }
Property Value
NonDimensionalLoad
Declaration
public Overridable<double> NonDimensionalLoad { get; set; }
Property Value
NonDimensionalMinimumFilmThickness
Declaration
public Overridable<double> NonDimensionalMinimumFilmThickness { get; set; }
Property Value
NonDimensionalSideFlow
Declaration
public Overridable<double> NonDimensionalSideFlow { get; set; }
Property Value
PadCircumferentialWidth
Declaration
public double PadCircumferentialWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
PadHeight
Declaration
public virtual double PadHeight { get; }
Property Value
| Type |
Description |
| System.Double |
|
PadHeightAspectRatio
Declaration
public double PadHeightAspectRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
PadInnerDiameter
Declaration
public Overridable<double> PadInnerDiameter { get; set; }
Property Value
PadOuterDiameter
Declaration
public Overridable<double> PadOuterDiameter { get; set; }
Property Value
PadWidthAspectRatio
Declaration
public double PadWidthAspectRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
PivotAngularOffset
Declaration
public override double PivotAngularOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
TiltingPadType
Declaration
public TiltingPadTypes TiltingPadType { get; set; }
Property Value
Width
Declaration
public override double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods