Class TiltingPadThrustBearing
Inheritance
System.Object
TiltingPadThrustBearing
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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 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
The position of the pad pivot relative to the leading edge of the pad, defined as a percentage of Pad Angular Extent. The value is restricted according to ISO 12130.
Measurement: Percentage
Declaration
public override double PivotAngularOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
Overrides
TiltingPadType
Equalised bearings accommodate misalignment while maintaining equal film thickness on all pads
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