Class OilSeal
Inheritance
System.Object
OilSeal
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class OilSeal : Connector, IEquatable<APIBase>
Properties
DragTorqueVsRotationalSpeed
Declaration
public Vector2DListAccessor DragTorqueVsRotationalSpeed { get; set; }
Property Value
InnerDiameter
Used for efficiency calculation and drawing.
Measurement: ShortLength
Declaration
public double InnerDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
InterceptOfLinearEquationDefiningTheEffectOfTemperature
Declaration
public double InterceptOfLinearEquationDefiningTheEffectOfTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
OilSealCharacteristicLife
User input
Measurement: Time
Declaration
public double OilSealCharacteristicLife { get; set; }
Property Value
Type |
Description |
System.Double |
|
OilSealFrictionalTorque
Declaration
public double OilSealFrictionalTorque { get; }
Property Value
Type |
Description |
System.Double |
|
OilSealLossCalculationMethod
Declaration
public EnumWithSelectedValue<OilSealLossCalculationMethod> OilSealLossCalculationMethod { get; set; }
Property Value
OilSealMaterial
Declaration
public OilSealMaterialType OilSealMaterial { get; set; }
Property Value
OilSealMeanTimeBeforeFailure
User input
Measurement: Time
Declaration
public double OilSealMeanTimeBeforeFailure { get; set; }
Property Value
Type |
Description |
System.Double |
|
OilSealOrientation
Declaration
public Orientations OilSealOrientation { get; set; }
Property Value
SlopeOfLinearEquationDefiningTheEffectOfTemperature
Declaration
public double SlopeOfLinearEquationDefiningTheEffectOfTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
ThicknessInRadialDirection
Declaration
public double ThicknessInRadialDirection { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public Overridable<double> Width { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods