Class ShaftMultibodyDynamicsAnalysis
Inheritance
System.Object
ShaftMultibodyDynamicsAnalysis
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ShaftMultibodyDynamicsAnalysis : AbstractShaftMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AngularVelocities
Declaration
public List<double> AngularVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ComponentDesign
Declaration
public Shaft ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public ShaftLoadCase ComponentLoadCase { get; }
Property Value
ElasticAccelerationTorques
Declaration
public List<double> ElasticAccelerationTorques { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticAccelerationXForce
Declaration
public List<double> ElasticAccelerationXForce { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticAccelerationYForce
Declaration
public List<double> ElasticAccelerationYForce { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticForceX
Declaration
public List<double> ElasticForceX { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticForceY
Declaration
public List<double> ElasticForceY { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticForceZ
Declaration
public List<double> ElasticForceZ { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaXDeflections
Declaration
public List<double> ElasticLocalThetaXDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaYDeflections
Declaration
public List<double> ElasticLocalThetaYDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalXDeflections
Declaration
public List<double> ElasticLocalXDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalXVelocities
Declaration
public List<double> ElasticLocalXVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalYDeflections
Declaration
public List<double> ElasticLocalYDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalYVelocities
Declaration
public List<double> ElasticLocalYVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalZDeflections
Declaration
public List<double> ElasticLocalZDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticMomentX
Declaration
public List<double> ElasticMomentX { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticMomentY
Declaration
public List<double> ElasticMomentY { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticQuadraticVelocityTorques
Declaration
public List<double> ElasticQuadraticVelocityTorques { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticQuadraticVelocityXForce
Declaration
public List<double> ElasticQuadraticVelocityXForce { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticQuadraticVelocityYForce
Declaration
public List<double> ElasticQuadraticVelocityYForce { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticRadialDeflections
Declaration
public List<double> ElasticRadialDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticTorques
Declaration
public List<double> ElasticTorques { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticTwists
Declaration
public List<double> ElasticTwists { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
KineticEnergy
Declaration
public double KineticEnergy { get; }
Property Value
| Type |
Description |
| System.Double |
|
Planetaries
Declaration
public ReadOnlyCollection<ShaftMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
ReferenceAccelerationTorque
Declaration
public double ReferenceAccelerationTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceQuadraticVelocityTorque
Declaration
public double ReferenceQuadraticVelocityTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceTranslationAccelerationForce
Declaration
public double ReferenceTranslationAccelerationForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceTranslationAccelerationTorque
Declaration
public double ReferenceTranslationAccelerationTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceTranslationQuadraticVelocityForce
Declaration
public double ReferenceTranslationQuadraticVelocityForce { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReferenceTranslationQuadraticVelocityTorque
Declaration
public double ReferenceTranslationQuadraticVelocityTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods