Model development workflow #241
jinningwang
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi there, Based on my development experience, I summarized this simple guide as a clue for those who want to try ANDES and develop models. Welcome any suggestions if you think the guide can be enhanced. Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Model Development Workflow in ADNES
ANDES allows users to develop new models by their own will, which can be easily done by translating block diagrams into models.
Before developing a new model, it is recommended to go through the Model References and check out the existing groups and their functions.
andes prep
. Sometimes there occur multi-functionalities, where you may needandes prep -f
to re-generate all model codes.ss.TDS.init()
to see if the initialization is successful. If initialization runs into an error, you may need to tune the model initialization equations (v_str
defined in the model). Remember to runandes prep
and restart the kernel (for Jupyter Notebook users) every time you make a change to the model code.Beta Was this translation helpful? Give feedback.
All reactions