Class PocketingPowerLossCoefficients
Inheritance
System.Object
PocketingPowerLossCoefficients
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PocketingPowerLossCoefficients : NamedDatabaseItem, IEquatable<APIBase>
Properties
Declaration
public EnumWithSelectedValue<ExtrapolationOptions> ExtrapolationOptions { get; set; }
Property Value
InterceptOfLinearEquationDefiningTheEffectOfGearFaceWidth
Declaration
public double InterceptOfLinearEquationDefiningTheEffectOfGearFaceWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
InterceptOfLinearEquationDefiningTheEffectOfHelixAngle
Declaration
public double InterceptOfLinearEquationDefiningTheEffectOfHelixAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
LowerBoundForOilKinematicViscosity
Measurement: KinematicViscosity
Declaration
public double LowerBoundForOilKinematicViscosity { get; set; }
Property Value
Type |
Description |
System.Double |
|
RawPocketingPowerLossLookupTable
Declaration
public GriddedSurfaceAccessor RawPocketingPowerLossLookupTable { get; set; }
Property Value
ReferenceGearOuterDiameter
Declaration
public double ReferenceGearOuterDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReferenceGearPocketDimension
Declaration
public double ReferenceGearPocketDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
SlopeOfLinearEquationDefiningTheEffectOfGearFaceWidth
Declaration
public double SlopeOfLinearEquationDefiningTheEffectOfGearFaceWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
SlopeOfLinearEquationDefiningTheEffectOfHelixAngle
Declaration
public double SlopeOfLinearEquationDefiningTheEffectOfHelixAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
SpecificationsForTheEffectOfOilKinematicViscosity
Declaration
public ReadOnlyCollection<SpecificationForTheEffectOfOilKinematicViscosity> SpecificationsForTheEffectOfOilKinematicViscosity { get; }
Property Value
UpperBoundForOilKinematicViscosity
Measurement: KinematicViscosity
Declaration
public double UpperBoundForOilKinematicViscosity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods