Class ElectricMachineElectromagneticAndThermalMeshingOptions
Inheritance
System.Object
ElectricMachineElectromagneticAndThermalMeshingOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class ElectricMachineElectromagneticAndThermalMeshingOptions : ElectricMachineMeshingOptionsBase, IEquatable<APIBase>
Properties
ConductorElementSize
Measurement: ShortLength
Declaration
public Overridable<double> ConductorElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
FieldWindingElementSize
Measurement: ShortLength
Declaration
public Overridable<double> FieldWindingElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
MagnetElementSize
Measurement: ShortLength
Declaration
public Overridable<double> MagnetElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RotorElementSize
Element size for rotor and shaft regions.
Measurement: ShortLength
Declaration
public Overridable<double> RotorElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SlotElementSize
Measurement: ShortLength
Declaration
public Overridable<double> SlotElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
StatorElementSize
Measurement: ShortLength
Declaration
public Overridable<double> StatorElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>