Class TransmissionEfficiencySettings
Inheritance
System.Object
TransmissionEfficiencySettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TransmissionEfficiencySettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
IncludeBearingAndSealLoss
Declaration
public bool IncludeBearingAndSealLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeBeltLoss
Declaration
public bool IncludeBeltLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeClutchLoss
Declaration
public bool IncludeClutchLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeEfficiency
Declaration
public bool IncludeEfficiency { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeGearMeshLoss
Declaration
public bool IncludeGearMeshLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeGearWindageLoss
Declaration
public bool IncludeGearWindageLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeOilPumpLoss
Declaration
public bool IncludeOilPumpLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeShaftWindageLoss
Declaration
public bool IncludeShaftWindageLoss { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseAdvancedNeedleRollerBearingPowerLossCalculation
Declaration
public bool UseAdvancedNeedleRollerBearingPowerLossCalculation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseClearanceBearingFrictionLossCalculation
Declaration
public bool UseClearanceBearingFrictionLossCalculation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
VolumetricOilAirMixtureRatio
Declaration
public Overridable<double> VolumetricOilAirMixtureRatio { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods