Class WindageLossCalculationParametersForCurvedSurfaceOfSection
Inheritance
System.Object
WindageLossCalculationParametersForCurvedSurfaceOfSection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WindageLossCalculationParametersForCurvedSurfaceOfSection : APIBase, IEquatable<APIBase>
Properties
AngularSpeed
Measurement: AngularVelocity
Declaration
public double AngularSpeed { get; }
Property Value
Type |
Description |
System.Double |
|
CylindricalGear
If the given surface is the toothed surface of a cylindrical gear, use this to access properties of the gear.
Declaration
public CylindricalGear CylindricalGear { get; }
Property Value
Gear
If the given surface is the toothed surface of a gear, use this to access properties of the gear.
Declaration
public Gear Gear { get; }
Property Value
IsSurfaceUndersideOfAWebbedGear
This is the case if the given surface is the non-toothed cylindrical surface of an overhung / webbed gear.
Declaration
public bool IsSurfaceUndersideOfAWebbedGear { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsToothedSurfaceOfCylindricalGear
This is the case if the given surface is the toothed surface of a cylindrical gear.
Declaration
public bool IsToothedSurfaceOfCylindricalGear { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsToothedSurfaceOfGear
This is the case if the given surface is the toothed surface of a gear.
Declaration
public bool IsToothedSurfaceOfGear { get; }
Property Value
Type |
Description |
System.Boolean |
|
MeanDiameter
Declaration
public double MeanDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
OilParameters
Declaration
public WindageLossCalculationOilParameters OilParameters { get; }
Property Value
RoughnessFactor
For tooth surfaces, this is the roughness factor from ISO/TR 14179-1:2001 equation 23, divided by the square root of tan(helix angle), as in equation 26. For smooth surfaces, this is equal to 1.
Declaration
public double RoughnessFactor { get; }
Property Value
Type |
Description |
System.Double |
|
SectionLengthAlongAxis
Declaration
public double SectionLengthAlongAxis { get; }
Property Value
Type |
Description |
System.Double |
|
SectionLengthAlongSurface
Declaration
public double SectionLengthAlongSurface { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods