flow_simulation.h File Reference

CPP API: flow_simulation.h File Reference
flow_simulation.h File Reference
Include dependency graph for flow_simulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::FlowSimulation< FP, M >
 A class for simulating a FlowModel. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Functions

template<typename FP , class Model , class Sim = FlowSimulation<FP, Model>>
std::vector< TimeSeries< FP > > mio::simulate_flows (FP t0, FP tmax, FP dt, Model const &model, std::unique_ptr< OdeIntegratorCore< FP >> &&integrator_core=nullptr)
 Run a FlowSimulation of a FlowModel. More...