Module dae

Module dae 

Source
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 types
  • jinja: 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 Dae structure, which is part of the Abstract Syntax Tree (AST) representation in the Differential-Algebraic Equation (DAE) system. The Dae structure is used to model and manipulate DAE-related data within the application.