Class TorqueConverterLoadCase
Inheritance
System.Object
TorqueConverterLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TorqueConverterLoadCase : CouplingLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public TorqueConverter AssemblyDesign { get; }
Property Value
InitialLockUpClutchTemperature
Declaration
public double InitialLockUpClutchTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InitiallyLocked
Declaration
public bool InitiallyLocked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LockingSpeedRatioThreshold
Declaration
public double LockingSpeedRatioThreshold { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LockUpClutchPressureForNoTorqueConverterOperation
Declaration
public double LockUpClutchPressureForNoTorqueConverterOperation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LockUpClutchPressureTimeProfile
Declaration
public Vector2DListAccessor LockUpClutchPressureTimeProfile { get; set; }
Property Value
LockUpClutchRule
Declaration
public EnumWithSelectedValue<TorqueConverterLockupRule> LockUpClutchRule { get; set; }
Property Value
TimeForFullClutchPressure
Declaration
public double TimeForFullClutchPressure { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TimeToChangeLockingState
Declaration
public double TimeToChangeLockingState { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TransientTimeToChangeLockingStatus
Declaration
public double TransientTimeToChangeLockingStatus { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
VehicleSpeedToUnlock
Declaration
public double VehicleSpeedToUnlock { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods