Class ElectricMachineMechanicalLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElectricMachineMechanicalLoadCase : ElectricMachineLoadCaseBase, IEquatable<APIBase>
Properties
ConvergenceTolerance
The tolerance at which the iterative solver will stop.
Declaration
public double ConvergenceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumIterations
The maximum number of iterations the iterative solver will use.
Declaration
public int MaximumIterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SolverType
The direct solver will be sufficient in most cases. However, for large meshes an iterative solver will be required.
Declaration
public MechanicalSolverType SolverType { get; set; }
Property Value
Type | Description |
---|---|
MechanicalSolverType |
Speed
Measurement: AngularVelocity
Declaration
public double Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>