|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Go to the source code of this file.
Classes | |
| struct | fub::ideal_gas::Primitive< Rank > |
| struct | fub::ideal_gas::PrimitiveArray< Rank > |
| class | fub::ideal_gas::MusclHancockPrimitive< Rank > |
| This is a variation of the Muscl Hancock Method where the reconstruction at the half time level is based on the primitive variables (p, u, T, Y) instead of on conservative variables. More... | |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::ideal_gas | |
Typedefs | |
| template<int Rank> | |
| using | fub::ideal_gas::MusclHancockPrimMethod = ::fub::FluxMethod< MusclHancockPrimitive< Rank > > |