Class ConnectionSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConnectionSystemDeflection
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConnectionSystemDeflection : ConnectionFEAnalysis, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public Connection ConnectionDesign { get; }
Property Value
ConvergenceStatus
Declaration
public double ConvergenceStatus { get; }
Property Value
Type |
Description |
System.Double |
|
Efficiency
Declaration
public double Efficiency { get; }
Property Value
Type |
Description |
System.Double |
|
EnergyLossDuringLoadCase
Declaration
public double EnergyLossDuringLoadCase { get; }
Property Value
Type |
Description |
System.Double |
|
HasConverged
Declaration
public bool HasConverged { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
Type |
Description |
System.Boolean |
|
LargestPower
The largest absolute value of either planetary or non-planetary power for either socket
Measurement: Power
Declaration
public double LargestPower { get; }
Property Value
Type |
Description |
System.Double |
|
PercentageOfIterationsConverged
Declaration
public double PercentageOfIterationsConverged { get; }
Property Value
Type |
Description |
System.Double |
|
PowerFlowResults
Declaration
public ConnectionPowerFlow PowerFlowResults { get; }
Property Value
PowerLoss
Declaration
public PowerLoss PowerLoss { get; }
Property Value
ReasonForNonConvergence
Declaration
public string ReasonForNonConvergence { get; }
Property Value
Type |
Description |
System.String |
|
Relaxation
Declaration
public double Relaxation { get; }
Property Value
Type |
Description |
System.Double |
|
SocketAPlanetaryPower
Declaration
public double SocketAPlanetaryPower { get; }
Property Value
Type |
Description |
System.Double |
|
SocketAPlanetaryTorque
Declaration
public double SocketAPlanetaryTorque { get; }
Property Value
Type |
Description |
System.Double |
|
SocketAPower
Declaration
public double SocketAPower { get; }
Property Value
Type |
Description |
System.Double |
|
SocketATorque
Declaration
public double SocketATorque { get; }
Property Value
Type |
Description |
System.Double |
|
SocketATotalPower
Declaration
public double SocketATotalPower { get; }
Property Value
Type |
Description |
System.Double |
|
SocketBPlanetaryPower
Declaration
public double SocketBPlanetaryPower { get; }
Property Value
Type |
Description |
System.Double |
|
SocketBPlanetaryTorque
Declaration
public double SocketBPlanetaryTorque { get; }
Property Value
Type |
Description |
System.Double |
|
SocketBPower
Declaration
public double SocketBPower { get; }
Property Value
Type |
Description |
System.Double |
|
SocketBTorque
Declaration
public double SocketBTorque { get; }
Property Value
Type |
Description |
System.Double |
|
SocketBTotalPower
Declaration
public double SocketBTotalPower { get; }
Property Value
Type |
Description |
System.Double |
|
SystemDeflection
Declaration
public SystemDeflection SystemDeflection { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods