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

Releases: ModiaSim/TinyModia.jl

v0.7.2

01 Apr 10:23
Compare
Choose a tag to compare

TinyModia v0.7.2

Diff since v0.7.1

  • Missing dependency of Test package added.

v0.7.1

31 Mar 21:37
Compare
Choose a tag to compare

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)

v0.7.0

10 Feb 20:25
Compare
Choose a tag to compare

TinyModia v0.7.0

Initial version, based on code developed for Modia 0.6 and ModiaMath 0.6.