Class ClutchConnectionLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ClutchConnectionLoadCase : CouplingConnectionLoadCase, IEquatable<APIBase>
Properties
ClutchInitialTemperature
Measurement: Temperature
Declaration
public double ClutchInitialTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClutchPressures
Clutch pressure time profile
Declaration
public Vector2DListAccessor ClutchPressures { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
IsInitiallyLocked
Declaration
public bool IsInitiallyLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UnlockedClutchLinearResistanceCoefficient
Measurement: LinearAngularDamping
Declaration
public double UnlockedClutchLinearResistanceCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseFixedUpdateTime
Allows a fixed time interval to be entered at which the closed loop clutch pressures are adjusted otherwise they are adjusted at the end of each time step.
Declaration
public bool UseFixedUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>