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

Create a plain C API for interfacing with the core simulator #16

Closed
sleweke opened this issue Mar 4, 2020 · 0 comments · Fixed by #115
Closed

Create a plain C API for interfacing with the core simulator #16

sleweke opened this issue Mar 4, 2020 · 0 comments · Fixed by #115

Comments

@sleweke
Copy link
Contributor

sleweke commented Mar 4, 2020

A plain C API would decouple the core simulator from the different interfaces.
Also see the discussion in #12.

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.
@schmoelder schmoelder added this to the v5.0.0 milestone May 5, 2021
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.
@ronald-jaepel ronald-jaepel modified the milestones: New API, v5.0.0 "CADET-Core" Jun 12, 2024
@jbreue16 jbreue16 modified the milestones: v5.0.0 "CADET-Core", v6.0.0 Jul 25, 2024
@schmoelder schmoelder linked a pull request Aug 23, 2024 that will close this issue
40 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants