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 |
---|---|
EnumWithSelectedValue<ExtrapolationOptions> |
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
Measurement: Power
Declaration
public GriddedSurfaceAccessor RawPocketingPowerLossLookupTable { get; set; }
Property Value
Type | Description |
---|---|
GriddedSurfaceAccessor |
ReferenceGearOuterDiameter
Measurement: ShortLength
Declaration
public double ReferenceGearOuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceGearPocketDimension
Measurement: ShortLength
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpecificationForTheEffectOfOilKinematicViscosity> |
UpperBoundForOilKinematicViscosity
Measurement: KinematicViscosity
Declaration
public double UpperBoundForOilKinematicViscosity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>