Class PlainJournalBearing
Inheritance
System.Object
PlainJournalBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.FluidFilm
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class PlainJournalBearing : DetailedBearing, IEquatable<APIBase>
Properties
DiametricalClearance
Declaration
public double DiametricalClearance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LandWidth
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>