Class ClutchConnectionMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ClutchConnectionMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ClutchConnectionMultibodyDynamicsAnalysis : CouplingConnectionMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AppliedClutchPressureAtClutchPlate
Measurement: Stress
Declaration
public double AppliedClutchPressureAtClutchPlate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AppliedClutchPressureAtPiston
Measurement: Stress
Declaration
public double AppliedClutchPressureAtPiston { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ClutchConnectionElasticTorque
Measurement: Torque
Declaration
public double ClutchConnectionElasticTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
ClutchConnectionViscousTorque
Measurement: Torque
Declaration
public double ClutchConnectionViscousTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
ClutchPlateDynamicTemperature
Measurement: Temperature
Declaration
public double ClutchPlateDynamicTemperature { get; }
Property Value
Type | Description |
---|---|
System.Double |
ClutchTorqueCapacity
Measurement: Torque
Declaration
public double ClutchTorqueCapacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
ConnectionDesign
Declaration
public ClutchConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
ClutchConnection |
ConnectionLoadCase
Declaration
public ClutchConnectionLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
ClutchConnectionLoadCase |
ExcessClutchTorqueCapacity
Measurement: Torque
Declaration
public double ExcessClutchTorqueCapacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsLocked
Declaration
public bool IsLocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PercentageAppliedPressure
Measurement: Percentage
Declaration
public double PercentageAppliedPressure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PowerLoss
Measurement: Power
Declaration
public double PowerLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeShaftDisplacement
Measurement: Angle
Declaration
public double RelativeShaftDisplacement { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeShaftSpeed
Measurement: AngularVelocity
Declaration
public double RelativeShaftSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>