Class GearMeshPowerFlow
Inheritance
System.Object
GearMeshPowerFlow
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearMeshPowerFlow : InterMountableComponentConnectionPowerFlow, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
GearAToothPassingSpeed
Declaration
public double GearAToothPassingSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
GearBToothPassingSpeed
Declaration
public double GearBToothPassingSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
Rating
Declaration
public GearMeshRating Rating { get; }
Property Value
ToothPassingFrequency
Declaration
public double ToothPassingFrequency { get; }
Property Value
| Type |
Description |
| System.Double |
|
ToothPassingHarmonics
Declaration
public ReadOnlyCollection<ToothPassingHarmonic> ToothPassingHarmonics { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods