worlddynamics / Vensim2MTK.jl

A Julia package to import Vensim .xmile files as ModelingToolkit.jl models.
MIT License
2 stars 1 forks source link

initialisations #12

Open meyde opened 1 year ago

meyde commented 1 year ago

currently, for variables used in a smooth function, there is a need to initialise it with their true initial value. This is not doable automatically and need the user to do it manually, which is inconvenient.

natema commented 1 year ago

Related to https://github.com/SciML/ModelingToolkit.jl/issues/1911 .