Class ComponentSystemDeflection
Inheritance
System.Object
ComponentSystemDeflection
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class ComponentSystemDeflection : PartSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
ConnectedComponentsForcesInLCS
Declaration
public ReadOnlyCollection<ForceResults> ConnectedComponentsForcesInLCS { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<ForceResults> |
|
ConnectedComponentsForcesInWCS
Declaration
public ReadOnlyCollection<ForceResults> ConnectedComponentsForcesInWCS { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<ForceResults> |
|
EnergyLossDuringLoadCase
Declaration
public double EnergyLossDuringLoadCase { get; }
Property Value
| Type |
Description |
| System.Double |
|
HasConverged
Declaration
public bool HasConverged { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
MassPropertiesInLocalCoordinateSystemFromNodeModel
Declaration
public MassProperties MassPropertiesInLocalCoordinateSystemFromNodeModel { get; }
Property Value
NodeResults
Declaration
public ReadOnlyCollection<NodeResults> NodeResults { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<NodeResults> |
|
PercentageOfIterationsConverged
Declaration
public double PercentageOfIterationsConverged { get; }
Property Value
| Type |
Description |
| System.Double |
|
PowerFlowResults
Declaration
public ComponentPowerFlow PowerFlowResults { get; }
Property Value
PowerLoss
Declaration
public PowerLoss PowerLoss { get; }
Property Value
ReasonForNonConvergence
Declaration
public string ReasonForNonConvergence { get; }
Property Value
| Type |
Description |
| System.String |
|
ReasonMassPropertiesAreUnknown
Declaration
public string ReasonMassPropertiesAreUnknown { get; }
Property Value
| Type |
Description |
| System.String |
|
ReasonMassPropertiesAreZero
Declaration
public string ReasonMassPropertiesAreZero { get; }
Property Value
| Type |
Description |
| System.String |
|
Relaxation
Declaration
public double Relaxation { get; }
Property Value
| Type |
Description |
| System.Double |
|
ResistiveTorque
Declaration
public ResistiveTorque ResistiveTorque { get; }
Property Value
RigidlyConnectedComponents
Declaration
public RigidlyConnectedComponentGroupSystemDeflection RigidlyConnectedComponents { get; }
Property Value
Speed
Declaration
public double Speed { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods