Class TiltingPadJournalBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TiltingPadJournalBearing
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 TiltingPadJournalBearing : PadFluidFilmBearing, IEquatable<APIBase>
Properties
BearingAspectRatio
Declaration
public double BearingAspectRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
DifferenceBetweenPadContactSurfaceRadiusAndBearingInnerRadius
Measurement: ShortLength
Declaration
public double DifferenceBetweenPadContactSurfaceRadiusAndBearingInnerRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
PadContactSurfaceRadius
Measurement: ShortLength
Declaration
public Overridable<double> PadContactSurfaceRadius { get; set; }
Property Value
Type | Description |
---|---|
Overridable<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 DIN 31657.
Measurement: Percentage
Declaration
public override double PivotAngularOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>