Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Typedefs
ideal_gas_mix/MusclHancockPrimMethod.hpp File Reference
#include "fub/equations/IdealGasMix.hpp"
#include "fub/equations/ideal_gas_mix/HlleMethod.hpp"

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 > >