Class PlainJournalBearing
Inheritance
System.Object
PlainJournalBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.FluidFilm
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class PlainJournalBearing : DetailedBearing, IEquatable<APIBase>
Properties
DiametricalClearance
Measurement: VeryShortLength
Declaration
public double DiametricalClearance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LandWidth
Measurement: ShortLength
Declaration
public virtual double LandWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
LandWidthToDiameterRatio
Declaration
public double LandWidthToDiameterRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
Model
Declaration
public override BearingModel Model { get; }
Property Value
Type | Description |
---|---|
BearingModel |
Overrides
Implements
System.IEquatable<T>