Expand description
Differential-Algebraic Equation (DAE) representation and utilities.
This module provides the DAE-level representation of Modelica models after compilation from the IR:
ast: The DAE AST types (Dae, equations, variables)balance: DAE balance checking (equations vs unknowns)error: DAE-specific error typesjinja: Template rendering for code generation
Modulesยง
- ast
- DAE: Differential Algebraic Equations
- balance
- DAE balance checking
- error
- jinja
- This module provides functionality for working with the
Daestructure, which is part of the Abstract Syntax Tree (AST) representation in the Differential-Algebraic Equation (DAE) system. TheDaestructure is used to model and manipulate DAE-related data within the application.