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

Support hybrid systems #5

Open
casella opened this issue Jun 12, 2023 · 0 comments
Open

Support hybrid systems #5

casella opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@casella
Copy link
Contributor

casella commented Jun 12, 2023

Hybrid DAEs can be generated in Modelica in several different ways

  1. Conditional expressions in equations
  2. Conditional equations (if-equations) with time-varying conditions
  3. When-equations
  4. Clocked variables
  5. State machines

The first two items require to introduce even-detection logic and handling of time- and state-events in the runtime.

The third item additionally requires to handle event iterations.

The last two items require to implement clocked variables semantics and state machine semantics.

@casella casella added the enhancement New feature or request label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant