Skip to content
LIBRARY

SteadyStateAnalysis

This is an analysis that computes the steady state solution of the specified model.

This defines an entirely new type of analysis (not derived from an existing analysis)

Usage

SteadyStateAnalysis(...)

Source

dyad
"This is an analysis that computes the steady state solution of the specified `model`."
analysis SteadyStateAnalysis
  extends Analysis
  model::EmptyComponent = EmptyComponent()
  parameter alg::NonlinearSolveAlg = NonlinearSolveAlg.Auto()
  parameter abstol::Real = 1e-8
  parameter reltol::Real = 1e-8
  parameter automatic_discontinuity_detection::Boolean = false
  parameter respecialize::Boolean = false
relations
metadata {"Dyad": {"using": "DyadInterface"}}
end
  • Examples