Class ElectricMachineMeshingOptions
Inheritance
System.Object
ElectricMachineMeshingOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElectricMachineMeshingOptions : ElectricMachineElectromagneticAndThermalMeshingOptions, IEquatable<APIBase>
Properties
AirGapElementSize
This is the maximum length of an element edge in the circumferential direction.
Measurement: ShortLength
Declaration
public Overridable<double> AirGapElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NumberOfElementLayersInAirGap
This is the number of air gap elements in the radial direction.
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 |
UsePElements
Declaration
public bool UsePElements { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>