Class TorqueConverter
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TorqueConverter
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TorqueConverter : Coupling, IEquatable<APIBase>
Properties
ClutchToOilHeatTransferCoefficient
Measurement: HeatTransfer
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
Measurement: SmallArea
Declaration
public double HeatTransferArea { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Pump
Declaration
public TorqueConverterPump Pump { get; }
Property Value
Type | Description |
---|---|
TorqueConverterPump |
SpecificHeatCapacity
Measurement: SpecificHeat
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
Measurement: Mass
Declaration
public double ThermalMass { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ToleranceForSpeedRatioOfUnity
When the speed ratio is within this tolerance of 1, the torque converter will not operate.
Declaration
public double ToleranceForSpeedRatioOfUnity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueCapacity
Measurement: Torque
Declaration
public double TorqueCapacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Turbine
Declaration
public TorqueConverterTurbine Turbine { get; }
Property Value
Type | Description |
---|---|
TorqueConverterTurbine |
Implements
System.IEquatable<T>