Class FEPartMultibodyDynamicsAnalysis
Inheritance
System.Object
FEPartMultibodyDynamicsAnalysis
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class FEPartMultibodyDynamicsAnalysis : AbstractShaftOrHousingMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public FEPartLoadCase ComponentLoadCase { get; }
Property Value
ElasticDeflectionsTotalMagnitude
Declaration
public List<double> ElasticDeflectionsTotalMagnitude { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaXAccelerations
Declaration
public List<double> ElasticLocalThetaXAccelerations { 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> |
|
ElasticLocalThetaXVelocities
Declaration
public List<double> ElasticLocalThetaXVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaYAccelerations
Declaration
public List<double> ElasticLocalThetaYAccelerations { 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> |
|
ElasticLocalThetaYVelocities
Declaration
public List<double> ElasticLocalThetaYVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaZAccelerations
Declaration
public List<double> ElasticLocalThetaZAccelerations { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaZDeflections
Declaration
public List<double> ElasticLocalThetaZDeflections { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalThetaZVelocities
Declaration
public List<double> ElasticLocalThetaZVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
ElasticLocalXAccelerations
Declaration
public List<double> ElasticLocalXAccelerations { 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> |
|
ElasticLocalYAccelerations
Declaration
public List<double> ElasticLocalYAccelerations { 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> |
|
ElasticLocalZAccelerations
Declaration
public List<double> ElasticLocalZAccelerations { 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> |
|
ElasticLocalZVelocities
Declaration
public List<double> ElasticLocalZVelocities { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
InstantaneousSoundPowerERP
Declaration
public List<double> InstantaneousSoundPowerERP { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodalForceThetaX
Declaration
public List<double> NodalForceThetaX { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodalForceThetaY
Declaration
public List<double> NodalForceThetaY { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodalForceThetaZ
Declaration
public List<double> NodalForceThetaZ { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodalForceX
Declaration
public List<double> NodalForceX { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodalForceY
Declaration
public List<double> NodalForceY { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodalForceZ
Declaration
public List<double> NodalForceZ { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
Planetaries
Declaration
public ReadOnlyCollection<FEPartMultibodyDynamicsAnalysis> Planetaries { get; }
Property Value
RMSNormalVelocity
Declaration
public List<double> RMSNormalVelocity { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
Implements
System.IEquatable<T>
Extension Methods