Class CVT
Inheritance
System.Object
CVT
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CVT : BeltDrive, IEquatable<APIBase>
Properties
BeltLossConstant
Declaration
public double BeltLossConstant { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CoefficientOfStaticFrictionWithLubrication
Declaration
public double CoefficientOfStaticFrictionWithLubrication { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactStiffnessForUnitLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CrossSectionalAreaOfThePumpOutlet
Declaration
public double CrossSectionalAreaOfThePumpOutlet { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PulleySheaveAngle
Declaration
public double PulleySheaveAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PumpDisplacementPerRevolution
Declaration
public double PumpDisplacementPerRevolution { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PumpPressureLossConstant
Declaration
public double PumpPressureLossConstant { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PumpSpeedFactor
Declaration
public double PumpSpeedFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PumpSpeedLossConstant
Declaration
public double PumpSpeedLossConstant { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TangentialStiffness
Declaration
public double TangentialStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseImprovedModel
Declaration
public bool UseImprovedModel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods