Custom binding models using cadet-process

Hi, I am a new Cadet user, I have gone through the post on registering a new binding model and completed it successfully. I was wondering if there is any way to use the new model using Cadet-process or is it possible only with cadet-core using the input file?

Hi and welcome to the forum.

You can use CADET-Process, but you’ll have to

  • Create a new class in processModel/binding.py which contains all the parameters (and their dimensions)
  • Register the model in simulator/cadetAdapter.py where you’ll map the CADET-Process parameters to CADET-Core notation.

We hope to automate this process at some point in the future but for now, this is the way to do it.

If you need help, consider visiting our office hours. The next date is April 3rd.

2 Likes