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

Add support for defining custom functions, add all built in functions #24

Open
jClugstor opened this issue Jul 13, 2024 · 0 comments
Open

Comments

@jClugstor
Copy link
Collaborator

BaseModelica has a number of built in functions, listed here https://github.com/modelica/ModelicaSpecification/blob/MCP/0031/RationaleMCP/0031/functions.md
We should add them.
We will probably be able to implement these functions in Julia, or maybe we'll have to look for existing implementations for specific functions.

Also, BaseModelica supports custom defined functions. We need to be able to read these functions and use them in the model equations. We'll probably use symbolic function registering to be able to use them in MTK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant