Class PadFluidFilmBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PadFluidFilmBearing
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.FluidFilm
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PadFluidFilmBearing : DetailedBearing, IEquatable<APIBase>
Properties
CollarSurfaceRoughness
Measurement: VeryShortLength
Declaration
public double CollarSurfaceRoughness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LimitingFilmThickness
Measurement: VeryShortLength
Declaration
public double LimitingFilmThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfPads
Declaration
public Overridable<int> NumberOfPads { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Int32> |
PadAngularExtent
Measurement: Angle
Declaration
public Overridable<double> PadAngularExtent { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PivotAngularOffset
Measurement: Percentage
Declaration
public virtual double PivotAngularOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RotationalDirection
Rotational Direction is defined looking on to the outer face of the inner ring
Declaration
public EnumWithSelectedValue<RotationalDirections> RotationalDirection { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<RotationalDirections> |
Implements
System.IEquatable<T>