Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design domain specific language (DSL) for binding and reaction models #24

Open
schmoelder opened this issue Mar 10, 2020 · 0 comments
Open

Comments

@schmoelder
Copy link
Contributor

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
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants