Class LoadedTiltingThrustPad
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedTiltingThrustPad
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.FluidFilm
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedTiltingThrustPad : LoadedFluidFilmBearingPad, IEquatable<APIBase>
Properties
EffectiveFilmKinematicViscosity
Measurement: KinematicViscosity
Declaration
public double EffectiveFilmKinematicViscosity { get; }
Property Value
Type | Description |
---|---|
System.Double |
EffectiveFilmTemperature
Measurement: Temperature
Declaration
public double EffectiveFilmTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FilmThicknessAtPivot
Measurement: VeryShortLength
Declaration
public double FilmThicknessAtPivot { get; }
Property Value
Type | Description |
---|---|
System.Double |
FilmThicknessMinimum
Measurement: VeryShortLength
Declaration
public double FilmThicknessMinimum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Force
Measurement: Force
Declaration
public double Force { get; }
Property Value
Type | Description |
---|---|
System.Double |
LubricantFlowAtLeadingEdge
Measurement: FlowRate
Declaration
public double LubricantFlowAtLeadingEdge { get; }
Property Value
Type | Description |
---|---|
System.Double |
LubricantFlowAtTrailingEdge
Measurement: FlowRate
Declaration
public double LubricantFlowAtTrailingEdge { get; }
Property Value
Type | Description |
---|---|
System.Double |
LubricantSideFlow
Measurement: FlowRate
Declaration
public double LubricantSideFlow { get; }
Property Value
Type | Description |
---|---|
System.Double |
LubricantTemperatureAtLeadingEdge
Measurement: Temperature
Declaration
public double LubricantTemperatureAtLeadingEdge { get; }
Property Value
Type | Description |
---|---|
System.Double |
LubricantTemperatureAtTrailingEdge
Measurement: Temperature
Declaration
public double LubricantTemperatureAtTrailingEdge { get; }
Property Value
Type | Description |
---|---|
System.Double |
PowerLoss
Measurement: Power
Declaration
public double PowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
PressureVelocity
Measurement: PressureVelocityProduct
Declaration
public double PressureVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReynoldsNumber
Declaration
public double ReynoldsNumber { get; }
Property Value
Type | Description |
---|---|
System.Double |
Tilt
Measurement: SmallAngle
Declaration
public double Tilt { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>