TransientSolver
TransientSolver runs transient analysis on a given design
To run a transient solver analysis:
- Call first the NewJob() methods. It will return a TransientAnalysisJob instance that will be updated with the results while the simulation is ongoing.
Properties | |
---|---|
EndTime | End Time of the analysis |
FixedTimeStep | If true the Time Step is fixed. If false, predictive time-step is used. |
Name | TransientSolver Name |
StopAtSteadyState | If true, End Time is not considered and we use the SSD algorithm to detect if the steady state is reached. |
TimeStep | Simulation Time Step (Fixed-time step) Simulation Min Time Step (Predictive time-step) |
Methods | |
---|---|
NewJob(IProgress |
Create a new simulation job |