Class FEPartMultibodyDynamicsAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEPartMultibodyDynamicsAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FEPartMultibodyDynamicsAnalysis : AbstractShaftOrHousingMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AverageSoundPower
Measurement: PowerSmall
Declaration
public double AverageSoundPower { get; }
Property Value
Type | Description |
---|---|
System.Double |
ComponentDesign
Declaration
public FEPart ComponentDesign { get; }
Property Value
Type | Description |
---|---|
FEPart |
ComponentLoadCase
Declaration
public FEPartLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
FEPartLoadCase |
ElasticDeflectionsTotalMagnitude
Measurement: VeryShortLength
Declaration
public List<double> ElasticDeflectionsTotalMagnitude { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaXAccelerations
Measurement: AngularAcceleration
Declaration
public List<double> ElasticLocalThetaXAccelerations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaXDeflections
Measurement: SmallAngle
Declaration
public List<double> ElasticLocalThetaXDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaXVelocities
Measurement: AngularVelocity
Declaration
public List<double> ElasticLocalThetaXVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaYAccelerations
Measurement: AngularAcceleration
Declaration
public List<double> ElasticLocalThetaYAccelerations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaYDeflections
Measurement: SmallAngle
Declaration
public List<double> ElasticLocalThetaYDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaYVelocities
Measurement: AngularVelocity
Declaration
public List<double> ElasticLocalThetaYVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaZAccelerations
Measurement: AngularAcceleration
Declaration
public List<double> ElasticLocalThetaZAccelerations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaZDeflections
Measurement: SmallAngle
Declaration
public List<double> ElasticLocalThetaZDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalThetaZVelocities
Measurement: AngularVelocity
Declaration
public List<double> ElasticLocalThetaZVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalXAccelerations
Measurement: Acceleration
Declaration
public List<double> ElasticLocalXAccelerations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalXDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticLocalXDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalXVelocities
Measurement: VelocitySmall
Declaration
public List<double> ElasticLocalXVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalYAccelerations
Measurement: Acceleration
Declaration
public List<double> ElasticLocalYAccelerations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalYDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticLocalYDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalYVelocities
Measurement: VelocitySmall
Declaration
public List<double> ElasticLocalYVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalZAccelerations
Measurement: Acceleration
Declaration
public List<double> ElasticLocalZAccelerations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalZDeflections
Measurement: VeryShortLength
Declaration
public List<double> ElasticLocalZDeflections { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ElasticLocalZVelocities
Measurement: VelocitySmall
Declaration
public List<double> ElasticLocalZVelocities { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
InstantaneousSoundPowerERP
Measurement: PowerSmall
Declaration
public List<double> InstantaneousSoundPowerERP { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NodalForceThetaX
Measurement: Torque
Declaration
public List<double> NodalForceThetaX { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NodalForceThetaY
Measurement: Torque
Declaration
public List<double> NodalForceThetaY { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NodalForceThetaZ
Measurement: Torque
Declaration
public List<double> NodalForceThetaZ { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NodalForceX
Measurement: Force
Declaration
public List<double> NodalForceX { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NodalForceY
Measurement: Force
Declaration
public List<double> NodalForceY { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
NodalForceZ
Measurement: Force
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartMultibodyDynamicsAnalysis> |
RMSNormalVelocity
Measurement: VelocitySmall
Declaration
public List<double> RMSNormalVelocity { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
Implements
System.IEquatable<T>