Class ElectricMachineSetup
Inheritance
System.Object
ElectricMachineSetup
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElectricMachineSetup : ElectricMachineSetupBase, IEquatable<APIBase>
Properties
Eccentricity
Declaration
public Eccentricity Eccentricity { get; }
Property Value
EstimatedMaterialCost
Declaration
public double EstimatedMaterialCost { get; }
Property Value
Type |
Description |
System.Double |
|
Mass
Declaration
public double Mass { get; }
Property Value
Type |
Description |
System.Double |
|
NumberOfAirGapElements
Declaration
public int NumberOfAirGapElements { get; }
Property Value
Type |
Description |
System.Int32 |
|
TwoDFEModelForElectromagneticAnalysis
Declaration
public TwoDimensionalFEModelForElectromagneticAnalysis TwoDFEModelForElectromagneticAnalysis { get; }
Property Value
Declaration
public TwoDimensionalFEModelForMechanicalAnalysis TwoDFEModelForMechanicalAnalysis { get; }
Property Value
Methods
GenerateElectromagneticMesh()
Declaration
public void GenerateElectromagneticMesh()
GenerateMechanicalMesh()
Declaration
public void GenerateMechanicalMesh()
Implements
System.IEquatable<T>
Extension Methods