How to modify model equations and inspect used equations per model in CADET?

Hello
I’d like to understand in detail which specific equations are used for different models in CADET (e.g., binding or transport models) and modify them by myself.

Do I need to build CADET-Core from source to access and edit these equations?

Is there any tool or recommended way to view the governing equations per model before editing?
Thanks in advance for guidance!

2 Likes

Hi Virginia,

am happy you’re asking, since this touches a sideproject that we’ve been working on: CADET-Equations, which we introduced in a forum post CADET Equation Generator . At the moment, the app is hosted on streamlit and limited, but planned to be extended in the future and to become part of our documentation. Right now, you can already get the transport equations of your model by simply uploading your cadet configuration h5 file. The equations can be downloaded in LaTex format for further use.

Further, all transport, binding and reaction models implemented in CADET are documented here: Modelling — CADET .

>> Do I need to build CADET-Core from source to access and edit these equations?

Do you mean to make actual changes to the implementation? For this, we have a developer guide and I strongly recommend joining our office hours. What extensions are you looking for?

Best regards,

Jan

3 Likes