Class ShaftSystemDeflection
Inheritance
System.Object
ShaftSystemDeflection
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftSystemDeflection : AbstractShaftSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public ShaftDamageResults ComponentDetailedAnalysis { get; }
Property Value
ComponentLoadCase
Declaration
public ShaftLoadCase ComponentLoadCase { get; }
Property Value
FirstNodeDeflectionAngular
Declaration
public Vector3D FirstNodeDeflectionAngular { get; }
Property Value
FirstNodeDeflectionLinear
Declaration
public Vector3D FirstNodeDeflectionLinear { get; }
Property Value
FlexiblePinAdditionalDeflectionAmplitude
Declaration
public IEnumerable<Vector3D> FlexiblePinAdditionalDeflectionAmplitude { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IEnumerable<Vector3D> |
|
MountedComponentsApplyingTorque
Declaration
public ReadOnlyCollection<ForceResults> MountedComponentsApplyingTorque { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<ForceResults> |
|
NumberOfCyclesForFatigue
Declaration
public double NumberOfCyclesForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
PinTangentialOscillationAmplitude
Declaration
public double PinTangentialOscillationAmplitude { get; }
Property Value
| Type |
Description |
| System.Double |
|
Planetaries
Declaration
public ReadOnlyCollection<ShaftSystemDeflection> Planetaries { get; }
Property Value
PowerFlowResults
Declaration
public ShaftPowerFlow PowerFlowResults { get; }
Property Value
ShaftRatingMethod
Declaration
public ShaftRatingMethod ShaftRatingMethod { get; }
Property Value
ShaftSectionEndResultsByOffsetWithWorstSafetyFactor
Declaration
public ReadOnlyCollection<ShaftSectionEndResultsSystemDeflection> ShaftSectionEndResultsByOffsetWithWorstSafetyFactor { get; }
Property Value
ShaftSectionEndWithWorstFatigueSafetyFactor
Declaration
public ShaftSectionEndResultsSystemDeflection ShaftSectionEndWithWorstFatigueSafetyFactor { get; }
Property Value
ShaftSectionEndWithWorstFatigueSafetyFactorForInfiniteLife
Declaration
public ShaftSectionEndResultsSystemDeflection ShaftSectionEndWithWorstFatigueSafetyFactorForInfiniteLife { get; }
Property Value
ShaftSectionEndWithWorstStaticSafetyFactor
Declaration
public ShaftSectionEndResultsSystemDeflection ShaftSectionEndWithWorstStaticSafetyFactor { get; }
Property Value
ShaftSectionResults
Declaration
public ReadOnlyCollection<ShaftSectionSystemDeflection> ShaftSectionResults { get; }
Property Value
TwoDDrawingShowingAxialForcesWithMountedComponents
Declaration
public SMTBitmap TwoDDrawingShowingAxialForcesWithMountedComponents { get; }
Property Value
| Type |
Description |
| SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
Methods
CalculateOuterDiameterToAchieveFatigueSafetyFactorRequirement()
Declaration
public void CalculateOuterDiameterToAchieveFatigueSafetyFactorRequirement()
Implements
System.IEquatable<T>
Extension Methods