pymloc.model.dynamical_system.flow_problem¶
Classes
|
Defines a LinearFlow Solvable, which has the task of computing the flow operator of a differential algebraic equation. |
-
class
pymloc.model.dynamical_system.flow_problem.LinearFlow(time_interval, flow_dae)¶ Bases:
pymloc.model.solvable.SolvableDefines a LinearFlow Solvable, which has the task of computing the flow operator of a differential algebraic equation.
- Parameters
time_interval (pymloc.model.variables.time_function.Time) –
flow_dae (pymloc.model.dynamical_system.representations.LinearFlowRepresentation) –
-
property
flow_dae¶