Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 21:37
· 144 commits to main since this release

TinyModia v0.7.1

Diff since v0.7.0

  • Variable constructor Var(...) introduced. For example:
    v = input | Var(init = 1.2u"m").

  • Functions are called in the scope where macro @instantiateModel is called.

  • New arguments of function simulate!:

    • Parameter and init/start values can be changed with argument merge.
    • A simulation can be checked with argument requiredFinalStates.
    • Argument logParameters lists the parameter and init/start values used for the simulation.
    • Argument logStates lists the states, init, and nominal values used for the simulation.
  • end in array ranges is supported, for example v[2:end].

  • New (small) model library TinyModia/models/HeatTransfer.jl.

  • TinyModia Tutorial improved.

  • Functions docu improved.

Closed issues:

  • Use of functions inside the equation section (#2)