TransientAnalysis ​
This is an analysis that performs a transient simulation of the specified model.
This defines an entirely new type of analysis (not derived from an existing analysis)
Usage ​
TransientAnalysis(...)
Source ​
dyad
"This is an analysis that performs a transient simulation of the specified `model`."
analysis TransientAnalysis
extends Analysis
model::EmptyComponent = EmptyComponent()
parameter alg::ODEAlg = ODEAlg.Auto()
parameter start::Time = 0
parameter stop::Time
parameter abstol::Real = 1e-6
parameter reltol::Real = 1e-6
parameter saveat::Real = 0
parameter dtmax::Time = 0
parameter IfLifting::Boolean = false
parameter progress::Boolean = true
parameter verbose::DEVerbosity = DEVerbosity.Standard()
parameter log_file::String = ""
relations
metadata {"Dyad": {"using": "DyadInterface"}}
endRelated ​
- Examples