Class ConceptCouplingLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptCouplingLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptCouplingLoadCase : CouplingLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptCoupling AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptCoupling |
Efficiency
Measurement: Percentage
Declaration
public Overridable<double> Efficiency { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
PowerLoadForReferenceSpeed
The speed of the selected power load is used as the input to the PID controller
Declaration
public ListWithSelectedItem<PowerLoad> PowerLoadForReferenceSpeed { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<PowerLoad> |
SpeedRatio
Speed ratio is defined as the speed of half B over the speed of half A.
Declaration
public Overridable<double> SpeedRatio { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SpeedRatioPIDControl
Declaration
public PIDControlSettings SpeedRatioPIDControl { get; }
Property Value
Type | Description |
---|---|
PIDControlSettings |
SpeedRatioSpecificationMethod
Declaration
public ConceptCouplingSpeedRatioSpecificationMethod SpeedRatioSpecificationMethod { get; set; }
Property Value
Type | Description |
---|---|
ConceptCouplingSpeedRatioSpecificationMethod |
SpeedRatioVsTime
Declaration
public Vector2DListAccessor SpeedRatioVsTime { get; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
Implements
System.IEquatable<T>