Class GearMeshPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshPowerFlow : InterMountableComponentConnectionPowerFlow, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
GearMesh |
GearAToothPassingSpeed
Measurement: AngularVelocity
Declaration
public double GearAToothPassingSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearBToothPassingSpeed
Measurement: AngularVelocity
Declaration
public double GearBToothPassingSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Rating
Declaration
public GearMeshRating Rating { get; }
Property Value
Type | Description |
---|---|
GearMeshRating |
ToothPassingFrequency
Measurement: Frequency
Declaration
public double ToothPassingFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothPassingHarmonics
Declaration
public ReadOnlyCollection<ToothPassingHarmonic> ToothPassingHarmonics { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ToothPassingHarmonic> |
Implements
System.IEquatable<T>