-
Notifications
You must be signed in to change notification settings - Fork 26
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
Create a plain C API for interfacing with the core simulator #16
Labels
Milestone
Comments
sleweke-bayer
added a commit
to sleweke-bayer/CADET
that referenced
this issue
Feb 17, 2021
Adds a simple C interface to libcadet. The parameter provider interface is realized by callback functions. A simulation can be performed and the solution at the outlet of the unit operations can be queried. Also includes a test application that dynamically loads the library at runtime (only Windows) and executes a simulation specified in JSON format internally. This commit provides the first steps regarding cadet#16 and, thus, cadet#12.
Immudzen
pushed a commit
to sleweke-bayer/CADET
that referenced
this issue
Mar 28, 2022
Adds a simple C interface to libcadet. The parameter provider interface is realized by callback functions. A simulation can be performed and the solution at the outlet of the unit operations can be queried. Also includes a test application that dynamically loads the library at runtime (only Windows) and executes a simulation specified in JSON format internally. This commit provides the first steps regarding cadet#16 and, thus, cadet#12.
schmoelder
pushed a commit
that referenced
this issue
Jul 11, 2022
Adds a simple C interface to libcadet. The parameter provider interface is realized by callback functions. A simulation can be performed and the solution at the outlet of the unit operations can be queried. Also includes a test application that dynamically loads the library at runtime (only Windows) and executes a simulation specified in JSON format internally. This commit provides the first steps regarding #16 and, thus, #12.
40 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A plain C API would decouple the core simulator from the different interfaces.
Also see the discussion in #12.
The text was updated successfully, but these errors were encountered: