You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FTR, for ISAN 2024, we quickly added a way to change model parameters by adding removeAllInitialConditions() and addInitialCondition(const std::string &pParameter, double pValue) to SedInstance. Corresponding methods were also added in the private implementation of SedInstanceTask, as well as applyInitialConditions() which was called during the initialisation of a model during a uniform time course (only supported case at this stage).
It was done this way in the interest of time since the values for the states, rates, constants, computed constants, and algebraic variables are all stored in the private implementation of SedInstanceTask. So, we probably ought to have some API on SedInstanceTask to modify the value of those different types of variables.
Uh oh!
There was an error while loading. Please reload this page.
For replacing the Python OpenCOR API with LibOpenCOR, we need to be able to run the following commands:
Or equivalent commands.
For context see https://github.com/FinbarArgus/circulatory_autogen/blob/devel/src/utilities/opencor_helper.py
The text was updated successfully, but these errors were encountered: