cideMOD.cell.variables
Classes
|
This class is responsible for storing the information of each problem variable. |
- class cideMOD.cell.variables.ProblemVariables(problem)[source]
Bases:
objectThis class is responsible for storing the information of each problem variable. They will be used in the pre-processing, equations and post-processing modules. It allows models to create variables and modify those created by other models.
- class StateVariables(var_names: Tuple[str], functions: list, DA)[source]
Bases:
BlockFunction