Class GearMeshAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshAdvancedSystemDeflection : InterMountableComponentConnectionAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public GearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
GearMesh |
MeanMisalignment
Measurement: VeryShortLength
Declaration
public double MeanMisalignment { get; }
Property Value
Type | Description |
---|---|
System.Double |
MeanMomentAboutCentreFromLTCA
Measurement: Torque
Declaration
public double MeanMomentAboutCentreFromLTCA { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumSeparationLeftFlank
Measurement: VeryShortLength
Declaration
public double MinimumSeparationLeftFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumSeparationRightFlank
Measurement: VeryShortLength
Declaration
public double MinimumSeparationRightFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
MisalignmentFourierSeriesForFirstToothPassingPeriod
Declaration
public FourierSeries MisalignmentFourierSeriesForFirstToothPassingPeriod { get; }
Property Value
Type | Description |
---|---|
FourierSeries |
NumberOfTeethPassed
Determines the number of teeth passed in the Advanced System Deflection and Advanced Time Stepping Analysis for Modulation for this gear mesh. If the Power Flow has not been run this will show 'Unknown' as the speed of the component has not yet been calculated, the Power Flow will automatically be run if a value is entered.
Declaration
public double NumberOfTeethPassed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OperatingTotalContactRatioForFirstToothPassingPeriod
Declaration
public double OperatingTotalContactRatioForFirstToothPassingPeriod { get; }
Property Value
Type | Description |
---|---|
System.Double |
PeakToPeakMisalignment
Measurement: VeryShortLength
Declaration
public double PeakToPeakMisalignment { get; }
Property Value
Type | Description |
---|---|
System.Double |
PeakToPeakMomentAboutCentreFromLTCA
Measurement: Torque
Declaration
public double PeakToPeakMomentAboutCentreFromLTCA { get; }
Property Value
Type | Description |
---|---|
System.Double |
SignedRootMeanSquareMisalignment
Measurement: VeryShortLength
Declaration
public double SignedRootMeanSquareMisalignment { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>