This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
v0.7.1
TinyModia v0.7.1
-
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.
- Parameter and init/start values can be changed with argument
-
end
in array ranges is supported, for examplev[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)