Class PadFluidFilmBearing
Inheritance
System.Object
PadFluidFilmBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class PadFluidFilmBearing : DetailedBearing, IEquatable<APIBase>
Properties
CollarSurfaceRoughness
Declaration
public double CollarSurfaceRoughness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LimitingFilmThickness
Declaration
public double LimitingFilmThickness { get; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfPads
Declaration
public Overridable<int> NumberOfPads { get; set; }
Property Value
PadAngularExtent
Declaration
public Overridable<double> PadAngularExtent { get; set; }
Property Value
PivotAngularOffset
Declaration
public virtual double PivotAngularOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RotationalDirection
Declaration
public EnumWithSelectedValue<RotationalDirections> RotationalDirection { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods