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
Implementing binding models (isotherms) in CADET currently requires an advanced level of knowledge in C++ and some understanding of the architecture of CADET. A domain specific language (DSL) can provide a simpler interface for implementing model equations in some simpler form which are then translated to something CADET can understand.
Possible implementations include include:
Plugins (would not require re-compiling all of CADET)
Interpreter
JIT
...
The text was updated successfully, but these errors were encountered:
Implementing binding models (isotherms) in CADET currently requires an advanced level of knowledge in C++ and some understanding of the architecture of CADET. A domain specific language (DSL) can provide a simpler interface for implementing model equations in some simpler form which are then translated to something CADET can understand.
Possible implementations include include:
The text was updated successfully, but these errors were encountered: