Class ElectricMachineMeshingOptions
Inheritance
System.Object
ElectricMachineMeshingOptions
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ElectricMachineMeshingOptions : ElectricMachineMeshingOptionsBase, IEquatable<APIBase>
Properties
AirGapElementSize
Declaration
public Overridable<double> AirGapElementSize { get; set; }
Property Value
ConductorElementSize
Declaration
public Overridable<double> ConductorElementSize { get; set; }
Property Value
MagnetElementSize
Declaration
public Overridable<double> MagnetElementSize { get; set; }
Property Value
NumberOfElementLayersInAirGap
Declaration
public int NumberOfElementLayersInAirGap { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PElementOrder
Declaration
public int PElementOrder { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RotorElementSize
Declaration
public Overridable<double> RotorElementSize { get; set; }
Property Value
SlotElementSize
Declaration
public Overridable<double> SlotElementSize { get; set; }
Property Value
StatorElementSize
Declaration
public Overridable<double> StatorElementSize { get; set; }
Property Value
UsePElements
Declaration
public bool UsePElements { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods