Class OnLoadElectricMachineResults
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines.Results
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OnLoadElectricMachineResults : ElectricMachineResults, IEquatable<APIBase>
Properties
AveragePowerFactor
Averaged over all phases.
Declaration
public double AveragePowerFactor { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AveragePowerFactorAngle
Averaged over all phases.
Measurement: Angle
Declaration
public double AveragePowerFactorAngle { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AveragePowerFactorWithHarmonicDistortionAdjustment
Averaged over all phases.
Declaration
public double AveragePowerFactorWithHarmonicDistortionAdjustment { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AverageTorqueDQ
The average torque calculated using the D, Q flux linkages/inductances.
Measurement: Torque
Declaration
public double AverageTorqueDQ { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
DCWindingLosses
Measurement: PowerSmall
Declaration
public double DCWindingLosses { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Efficiency
Output power divided by input power.
Measurement: Percentage
Declaration
public double Efficiency { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ElectricalLoading
Measurement: CurrentPerLength
Declaration
public double ElectricalLoading { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
InputPower
Output Power plus the total losses.
Measurement: Power
Declaration
public double InputPower { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LineResistance
The line resistance at the winding temperature.
Measurement: ElectricalResistance
Declaration
public double LineResistance { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LineToLineTerminalVoltagePeak
The peak line to line terminal voltage between all phases
Measurement: Voltage
Declaration
public double LineToLineTerminalVoltagePeak { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LineToLineTerminalVoltageRMS
The max RMS line to line terminal voltage between all phases
Measurement: Voltage
Declaration
public double LineToLineTerminalVoltageRMS { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LineToLineTerminalVoltageTotalHarmonicDistortion
The ratio of the root mean squared of the amplitudes of the second and higher harmonics to the amplitude of the first harmonic. The value is given for the maximum value over the phases.
Measurement: Percentage
Declaration
public double LineToLineTerminalVoltageTotalHarmonicDistortion { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MotorConstant
Average torque from Maxwell Stress Tensor divided by the square root of the copper losses.
Measurement: TorquePerSquareRootOfPower
Declaration
public double MotorConstant { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MotoringOrGenerating
Declaration
public MotoringOrGenerating MotoringOrGenerating { get; }
Property Value
| Type | Description |
|---|---|
| MotoringOrGenerating |
OutputPower
Average torque multiplied by shaft speed, minus all losses except copper losses.
Measurement: Power
Declaration
public double OutputPower { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseResistance
The phase resistance at the winding temperature.
Measurement: ElectricalResistance
Declaration
public double PhaseResistance { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseResistiveVoltageDRMS
Minus Phase Resistive Voltage (RMS) * Sin(Current Angle)
Measurement: Voltage
Declaration
public double PhaseResistiveVoltageDRMS { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseResistiveVoltagePeak
The max RMS phase resistive voltage across all phases
Measurement: Voltage
Declaration
public double PhaseResistiveVoltagePeak { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseResistiveVoltageQRMS
Phase Resistive Voltage (RMS) * Cos(Current Angle)
Measurement: Voltage
Declaration
public double PhaseResistiveVoltageQRMS { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseResistiveVoltageRMS
The max RMS phase resistive voltage across all phases
Measurement: Voltage
Declaration
public double PhaseResistiveVoltageRMS { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseTerminalVoltagePeak
The max peak phase terminal voltage across all phases
Measurement: Voltage
Declaration
public double PhaseTerminalVoltagePeak { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseTerminalVoltageRMS
The max RMS phase terminal voltage between all phases
Measurement: Voltage
Declaration
public double PhaseTerminalVoltageRMS { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PhaseTerminalVoltageTotalHarmonicDistortion
The ratio of the root mean squared of the amplitudes of the second and higher harmonics to the amplitude of the first harmonic. The value is given for the maximum value over the phases.
Measurement: Percentage
Declaration
public double PhaseTerminalVoltageTotalHarmonicDistortion { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PowerFactorDirection
Declaration
public LeadingOrLagging PowerFactorDirection { get; }
Property Value
| Type | Description |
|---|---|
| LeadingOrLagging |
PowerFromElectromagneticAnalysis
Average torque multiplied by shaft speed
Measurement: Power
Declaration
public double PowerFromElectromagneticAnalysis { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
StallCurrent
The highest current a motor can draw. This is the current drawn by the motor at locked rotor condition.
Measurement: ElectricCurrent
Declaration
public double StallCurrent { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
StallTorque
The torque load required to cause the motor to stop rotating.
Measurement: Torque
Declaration
public double StallTorque { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TorqueConstant
Average torque from Maxwell Stress Tensor divided by the peak line current.
Measurement: TorquePerCurrent
Declaration
public double TorqueConstant { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TorqueRipplePercentageMST
The torque ripple divided by the average torque, calculated using the Maxwell Stress Tensor.
Measurement: Percentage
Declaration
public double TorqueRipplePercentageMST { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TotalPowerLoss
The sum of iron, magnet and copper losses.
Measurement: PowerSmall
Declaration
public override double TotalPowerLoss { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Overrides
WindingMaterialResistivity
The winding material resistivity at the winding temperature.
Measurement: ElectricalResistivity
Declaration
public double WindingMaterialResistivity { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Windings
Declaration
public Windings Windings { get; }
Property Value
| Type | Description |
|---|---|
| Windings |
WindingSkinDepth
Measurement: VeryShortLength
Declaration
public double WindingSkinDepth { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |