Class PocketingPowerLossCoefficients
Inheritance
System.Object
PocketingPowerLossCoefficients
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public 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
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
Declaration
public double UpperBoundForOilKinematicViscosity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods