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