Class CVTBeltConnectionSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTBeltConnectionSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CVTBeltConnectionSystemDeflection : BeltConnectionSystemDeflection, IEquatable<APIBase>
Properties
BeltClampingForceSafetyFactor
Defined As The Ratio Of The Actual Clamping Force To The Minimum Required Clamping Force. For Satisfactory Operation, Belt Clamping Force Safety Factor Must Be Greater Than Or Equal To One.
Measurement: SafetyFactor
Declaration
public double BeltClampingForceSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
ConnectionDesign
Declaration
public CVTBeltConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
CVTBeltConnection |
MinimumRequiredClampingForce
Measurement: Force
Declaration
public double MinimumRequiredClampingForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
PowerFlowResults
Declaration
public CVTBeltConnectionPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
CVTBeltConnectionPowerFlow |
PumpEfficiency
Measurement: Percentage
Declaration
public double PumpEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalEfficiency
Measurement: Percentage
Declaration
public double TotalEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
VariatorEfficiency
Measurement: Percentage
Declaration
public double VariatorEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>