Class ClutchConnection
Inheritance
System.Object
ClutchConnection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Couplings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ClutchConnection : CouplingConnection, IEquatable<APIBase>
Properties
EffectiveTorqueRadius
The effective radius at which the torque is applied.
Measurement: ShortLength
Declaration
public double EffectiveTorqueRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueCapacity
The maximum torque that can be transmitted by the clutch at 100% applied pressure, and zero relative speed. For a Multi-plate clutch this is given by the product of the coefficient of dynamic friction, number of friction surfaces, effective torque radius, max clutch pressure and the area of the friction surface. For a concept clutch this is given by the specified capacity. This value is only used in a DRIVA analysis.
Measurement: Torque
Declaration
public double TorqueCapacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>