Class RingPinsToDiscConnectionLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RingPinsToDiscConnectionLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RingPinsToDiscConnectionLoadCase : InterMountableComponentConnectionLoadCase, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public RingPinsToDiscConnection ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
RingPinsToDiscConnection |
HertzianContactDeflectionCalculationMethod
Declaration
public EnumWithSelectedValue<HertzianContactDeflectionCalculationMethod> HertzianContactDeflectionCalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<HertzianContactDeflectionCalculationMethod> |
NumberOfLobesPassed
Determines the number of lobes passed in the Advanced System Deflection 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 NumberOfLobesPassed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfStepsForOneLobePass
Used in Advanced System Deflection to determine if there are sufficient steps to draw certain charts such as the contact chart.
Declaration
public int NumberOfStepsForOneLobePass { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SpecifiedContactStiffness
Measurement: LinearStiffness
Declaration
public Overridable<double> SpecifiedContactStiffness { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
UseConstantMeshStiffness
Declaration
public bool UseConstantMeshStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>