Skip to content

TransientAnalysis

This is an analysis that performs a transient simulation of the specified model.

This component extends from Analysis

Usage

TransientAnalysis(...)

Source

dyad
# This is an analysis that performs a transient simulation of the specified `model`.
analysis TransientAnalysis
  extends Analysis
  model::Empty = EmptyComponent()
  parameter alg::String = "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
end
  • Examples