CompartmentalSystems.smooth_reservoir_model¶
Module for symbolical treatment of smooth reservoir models.
This module handles the symbolic treatment of compartmental/reservoir/pool models. It does not deal with numerical computations and model simulations, but rather defines the underlying structure of the respective model.
All fluxes or matrix entries are supposed to be SymPy expressions.
Smooth means that no Piecewise
or DiracDelta
functions should be
involved in the model description.
Counting of compartment/pool/reservoir numbers starts at zero and the total number of pools is \(d\).
Classes
|
General class of smooth reservoir models. |
Exceptions
Generic error occurring in this module. |