Class ThermalElectricMachineSetup
Inheritance
System.Object
ThermalElectricMachineSetup
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ThermalElectricMachineSetup : ElectricMachineSetupBase, IEquatable<APIBase>
Properties
AdditionalSlices
Declaration
public ReadOnlyCollection<AdditionalSliceSpecification> AdditionalSlices { get; }
Property Value
HousingChannelModificationFactors
Declaration
public ReadOnlyCollection<HousingChannelModificationFactors> HousingChannelModificationFactors { get; }
Property Value
MeshingOptions
Declaration
public ElectricMachineThermalMeshingOptions MeshingOptions { get; }
Property Value
NumberOfAdditionalSlices
Declaration
public int NumberOfAdditionalSlices { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfAxialSlices
Declaration
public int NumberOfAxialSlices { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfElement
Declaration
public int NumberOfElement { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfNodes
Declaration
public int NumberOfNodes { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public SliceLengthInformationReporter SliceLengthInformationReporter { get; }
Property Value
UserDefinedNodes
Declaration
public ReadOnlyCollection<UserDefinedNodeInformation> UserDefinedNodes { get; }
Property Value
Methods
AddUserDefinedNode()
Declaration
public void AddUserDefinedNode()
GenerateMesh()
Declaration
public void GenerateMesh()
TryCopyUserDefinedNodesToOtherSetups(IReadOnlyList<ThermalElectricMachineSetup>)
Declaration
public MethodOutcome TryCopyUserDefinedNodesToOtherSetups(IReadOnlyList<ThermalElectricMachineSetup> setups)
Parameters
Returns
Implements
System.IEquatable<T>
Extension Methods