Class NonLinearDQModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NonLinearDQModel
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 class NonLinearDQModel : ElectricMachineDQModel, IEquatable<APIBase>
Properties
ACWindingLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition ACWindingLossPerFrequencyExponentMap { get; }
Property Value
AlignmentTorqueMapAtReferenceTemperatures
Declaration
public ThreeDChartDefinition AlignmentTorqueMapAtReferenceTemperatures { get; }
Property Value
DAxisArmatureFluxLinkageMap
Declaration
public ThreeDChartDefinition DAxisArmatureFluxLinkageMap { get; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
NonLinearDQModelGeneratorSettings
Declaration
public NonLinearDQModelGeneratorSettings NonLinearDQModelGeneratorSettings { get; }
Property Value
NumberOfCurrentAngleValues
Declaration
public int NumberOfCurrentAngleValues { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfCurrentValues
Declaration
public int NumberOfCurrentValues { get; }
Property Value
Type |
Description |
System.Int32 |
|
QAxisArmatureFluxLinkageMap
Declaration
public ThreeDChartDefinition QAxisArmatureFluxLinkageMap { get; }
Property Value
ReluctanceTorqueMapAtReferenceTemperatures
Declaration
public ThreeDChartDefinition ReluctanceTorqueMapAtReferenceTemperatures { get; }
Property Value
RotorEddyCurrentLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition RotorEddyCurrentLossPerFrequencyExponentMap { get; }
Property Value
RotorExcessLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition RotorExcessLossPerFrequencyExponentMap { get; }
Property Value
RotorHysteresisLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition RotorHysteresisLossPerFrequencyExponentMap { get; }
Property Value
StatorEddyCurrentLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition StatorEddyCurrentLossPerFrequencyExponentMap { get; }
Property Value
StatorExcessLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition StatorExcessLossPerFrequencyExponentMap { get; }
Property Value
StatorHysteresisLossPerFrequencyExponentMap
Declaration
public ThreeDChartDefinition StatorHysteresisLossPerFrequencyExponentMap { get; }
Property Value
Declaration
public double TimeTakenToGenerateNonLinearDQModel { get; }
Property Value
Type |
Description |
System.Double |
|
TorqueAtMaxCurrentAndReferenceTemperatures
Declaration
public TwoDChartDefinition TorqueAtMaxCurrentAndReferenceTemperatures { get; }
Property Value
TorqueMapAtReferenceTemperatures
Declaration
public ThreeDChartDefinition TorqueMapAtReferenceTemperatures { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods