Class GearMeshLoadDistributionAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshLoadDistributionAnalysis
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshLoadDistributionAnalysis : GearMeshImplementationAnalysis, IEquatable<APIBase>
Properties
Declaration
public double ActualTotalContactRatio { get; }
Property Value
Type |
Description |
System.Double |
|
AnalysisName
Declaration
public string AnalysisName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int IndexOfRollAngleWithMaximumContactStress { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsAdvancedLTCA
Declaration
public bool IsAdvancedLTCA { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoadCaseName
Declaration
public string LoadCaseName { get; }
Property Value
Type |
Description |
System.String |
|
LoadDistributionAnalysesAtSingleRotation
Declaration
public ReadOnlyCollection<GearMeshLoadDistributionAtRotation> LoadDistributionAnalysesAtSingleRotation { get; }
Property Value
Declaration
public double MaximumContactStress { get; }
Property Value
Type |
Description |
System.Double |
|
MaximumForcePerUnitLength
Measurement: ForcePerUnitLength
Declaration
public double MaximumForcePerUnitLength { get; }
Property Value
Type |
Description |
System.Double |
|
MaximumPressureVelocity
Measurement: PressureVelocityProduct
Declaration
public double MaximumPressureVelocity { get; }
Property Value
Type |
Description |
System.Double |
|
MinimumForcePerUnitLength
Measurement: ForcePerUnitLength
Declaration
public double MinimumForcePerUnitLength { get; }
Property Value
Type |
Description |
System.Double |
|
MomentAboutCentreFourierSeries
Declaration
public FourierSeries MomentAboutCentreFourierSeries { get; }
Property Value
NumberOfRollAngles
Declaration
public virtual int NumberOfRollAngles { get; }
Property Value
Type |
Description |
System.Int32 |
|
PeaktoPeakMomentAboutCentre
Declaration
public double PeaktoPeakMomentAboutCentre { get; }
Property Value
Type |
Description |
System.Double |
|
TransmissionErrorFourierSeries
Declaration
public FourierSeries TransmissionErrorFourierSeries { get; }
Property Value
Methods
MaximumRootStress(GearLoadDistributionAnalysis, GearFlanks, StressResultsType)
Declaration
public double MaximumRootStress(GearLoadDistributionAnalysis gear, GearFlanks flank, StressResultsType stressType)
Parameters
Returns
Type |
Description |
System.Double |
|
MaximumRootStress(GearLoadDistributionAnalysis, StressResultsType)
Declaration
public double MaximumRootStress(GearLoadDistributionAnalysis gear, StressResultsType stressType)
Parameters
Returns
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods