Class TorqueConverter
Inheritance
System.Object
TorqueConverter
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TorqueConverter : Coupling, IEquatable<APIBase>
Properties
ClutchToOilHeatTransferCoefficient
Declaration
public double ClutchToOilHeatTransferCoefficient { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HasLockUpClutch
Declaration
public bool HasLockUpClutch { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
HeatTransferArea
Declaration
public double HeatTransferArea { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Pump
Declaration
public TorqueConverterPump Pump { get; }
Property Value
SpecificHeatCapacity
Declaration
public double SpecificHeatCapacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StaticToDynamicFrictionRatio
Declaration
public double StaticToDynamicFrictionRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThermalMass
Declaration
public double ThermalMass { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToleranceForSpeedRatioOfUnity
Declaration
public double ToleranceForSpeedRatioOfUnity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TorqueCapacity
Declaration
public double TorqueCapacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Turbine
Declaration
public TorqueConverterTurbine Turbine { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods