Class PocketingPowerLossCoefficients
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PocketingPowerLossCoefficients
Implements
System.IEquatable <APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PocketingPowerLossCoefficients : NamedDatabaseItem, IEquatable<APIBase>
Properties
ExtrapolationOptions
Declaration
public EnumWithSelectedValue<ExtrapolationOptions> ExtrapolationOptions { get; set; }
Property Value
Type | Description |
---|---|
Enum |
InterceptOfLinearEquationDefiningTheEffectOfGearFaceWidth
Declaration
public double InterceptOfLinearEquationDefiningTheEffectOfGearFaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
InterceptOfLinearEquationDefiningTheEffectOfHelixAngle
Declaration
public double InterceptOfLinearEquationDefiningTheEffectOfHelixAngle { get; set; }
Property Value
Type | Description |
---|---|
System. |
LowerBoundForOilKinematicViscosity
Measurement: KinematicViscosity
Declaration
public double LowerBoundForOilKinematicViscosity { get; set; }
Property Value
Type | Description |
---|---|
System. |
RawPocketingPowerLossLookupTable
Measurement: Power
Declaration
public GriddedSurfaceAccessor RawPocketingPowerLossLookupTable { get; set; }
Property Value
Type | Description |
---|---|
Gridded |
ReferenceGearOuterDiameter
Measurement: ShortLength
Declaration
public double ReferenceGearOuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReferenceGearPocketDimension
Measurement: ShortLength
Declaration
public double ReferenceGearPocketDimension { get; set; }
Property Value
Type | Description |
---|---|
System. |
SlopeOfLinearEquationDefiningTheEffectOfGearFaceWidth
Declaration
public double SlopeOfLinearEquationDefiningTheEffectOfGearFaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
SlopeOfLinearEquationDefiningTheEffectOfHelixAngle
Declaration
public double SlopeOfLinearEquationDefiningTheEffectOfHelixAngle { get; set; }
Property Value
Type | Description |
---|---|
System. |
SpecificationsForTheEffectOfOilKinematicViscosity
Declaration
public ReadOnlyCollection<SpecificationForTheEffectOfOilKinematicViscosity> SpecificationsForTheEffectOfOilKinematicViscosity { get; }
Property Value
Type | Description |
---|---|
System. |
UpperBoundForOilKinematicViscosity
Measurement: KinematicViscosity
Declaration
public double UpperBoundForOilKinematicViscosity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Implements
System.IEquatable<T>