Class TiltingPadJournalBearing
Inheritance
System.Object
TiltingPadJournalBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.FluidFilm
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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 |
Model
Declaration
public override BearingModel Model { get; }
Property Value
Type | Description |
---|---|
BearingModel |
Overrides
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>