Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/core/function_ref.hpp"
#include "fub/core/span.hpp"
#include "fub/ext/Eigen.hpp"
#include "fub/ode_solver/OdeSolver.hpp"
#include <limits>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | fub::FlameMasterReactorException |
This class encapsulates all exceptions which can occur in the FlameMasterReactor class. More... | |
struct | fub::FlameMasterMechanism |
This abstract base class encapsulates the underlying chemistry for the FlameMasterReactor. More... | |
struct | fub::FlameMasterState |
struct | fub::FlameMasterArrayState |
class | fub::FlameMasterReactor |
A class mimicking the IdealGasMix / Reactor / ReactorNet interface of Cantera, but with FlameMaster chemistry. More... | |
Namespaces | |
fub | |
The fub namespace. | |