Class PlainJournalBearing
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlainJournalBearing
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 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 |
Implements
System.IEquatable<T>