Class ElectricMachineMeshingOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElectricMachineMeshingOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElectricMachineMeshingOptions : ElectricMachineMeshingOptionsBase, 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> |
AirGapPartition
This determines where between the stator and rotor we consider the centre of the air gap to be (Only affects wound field synchronous machines).
Declaration
public AirGapPartition AirGapPartition { get; set; }
Property Value
Type | Description |
---|---|
AirGapPartition |
ConductorElementSize
Measurement: ShortLength
Declaration
public Overridable<double> ConductorElementSize { 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> |
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 |
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>