#include "Reactor.h"#include "cantera/numerics/FuncEval.h"#include "cantera/numerics/SteadyStateSystem.h"Go to the source code of this file.
Classes | |
| class | ReactorNet |
| A class representing a network of connected reactors. More... | |
| class | SteadyReactorSolver |
| Adapter class to enable using the SteadyStateSystem solver with ReactorNet. More... | |
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Functions | |
| shared_ptr< ReactorNet > | newReactorNet (vector< shared_ptr< ReactorBase > > &reactors) |
| Create a reactor network containing one or more coupled reactors. | |