Class AbstractShaftOrHousingLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractShaftOrHousingLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractShaftOrHousingLoadCase : ComponentLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public AbstractShaftOrHousing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
AbstractShaftOrHousing |
IncludeFlexibilitiesSetting
If 'Yes' then the same elastic degrees of freedom are included as used in the system deflection analysis for the load case. For shafts these are 6 degree of freedom nodes at the end of each shaft section.
Declaration
public EnumWithSelectedValue<ShaftAndHousingFlexibilityOption> IncludeFlexibilitiesSetting { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ShaftAndHousingFlexibilityOption> |
RayleighDampingAlpha
Overriding the value affects the shaft or housing and any mounted components such as power loads and mass discs. The damping matrix for the model C = alphaM + betaK where M and K are the stiffness and mass matrices and alpha and beta are the Rayleigh damping parameters.
Measurement: InverseShortTime
Declaration
public Overridable<double> RayleighDampingAlpha { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Temperature
Measurement: Temperature
Declaration
public Overridable<double> Temperature { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>