Class TiltingPadThrustBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TiltingPadThrustBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.FluidFilm
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TiltingPadThrustBearing : PadFluidFilmBearing, IEquatable<APIBase>
Properties
NonDimensionalFriction
Declaration
public Overridable<double> NonDimensionalFriction { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NonDimensionalInletFlow
Declaration
public Overridable<double> NonDimensionalInletFlow { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NonDimensionalLoad
Declaration
public Overridable<double> NonDimensionalLoad { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NonDimensionalMinimumFilmThickness
Declaration
public Overridable<double> NonDimensionalMinimumFilmThickness { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NonDimensionalSideFlow
Declaration
public Overridable<double> NonDimensionalSideFlow { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PadCircumferentialWidth
Measurement: ShortLength
Declaration
public double PadCircumferentialWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
PadHeight
Measurement: ShortLength
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
Measurement: ShortLength
Declaration
public Overridable<double> PadInnerDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PadOuterDiameter
Measurement: ShortLength
Declaration
public Overridable<double> PadOuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
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
Type | Description |
---|---|
TiltingPadTypes |
Width
Measurement: ShortLength
Declaration
public override double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>