|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/equations/PerfectGas.hpp"#include "fub/equations/perfect_gas/HllemMethod.hpp"#include "fub/equations/perfect_gas/EinfeldtSignalVelocities.hpp"#include "fub/flux_method/HllMethod.hpp"#include "fub/flux_method/MusclHancockMethod.hpp"#include "fub/equations/perfect_gas/GodunovMethod.hpp"Go to the source code of this file.
Classes | |
| struct | fub::perfect_gas::BasicCharacteristics |
| struct | fub::perfect_gas::Characteristics |
| struct | fub::perfect_gas::CharacteristicsArray |
| struct | fub::perfect_gas::Primitives |
| struct | fub::perfect_gas::PrimitivesArray |
| class | fub::perfect_gas::MusclHancockCharacteristic< 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::perfect_gas | |
Typedefs | |
| template<int Rank> | |
| using | fub::perfect_gas::MusclHancockCharMethod = ::fub::FluxMethod< MusclHancockCharacteristic< Rank > > |