|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Classes | |
| struct | Hllem |
| struct | BasicCharacteristics |
| struct | Characteristics |
| struct | CharacteristicsArray |
| struct | Primitives |
| struct | PrimitivesArray |
| class | MusclHancockCharacteristic |
| 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... | |
| struct | MusclHancockPrim |
| struct | ThirdOrderRungeKutta |
Typedefs | |
| template<typename EulerEquation , bool Larrouturou = true> | |
| using | HllemMethod = FluxMethod< Hllem< EulerEquation, Larrouturou > > |
| template<int Rank> | |
| using | MusclHancockCharMethod = ::fub::FluxMethod< MusclHancockCharacteristic< Rank > > |
| template<int Dim> | |
| using | ThirdOrderRungeKuttaMethod = FluxMethod< ThirdOrderRungeKutta< Dim > > |