Class ClutchConnection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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 coefficient of dynamic friction and maximum clutch pressure.
Measurement: Torque
Declaration
public double TorqueCapacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>