Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Classes | |
class | KineticSourceTerm |
struct | BasicCharacteristics |
struct | Characteristics |
struct | BasicCharacteristicsArray |
struct | CharacteristicsArray |
struct | BasicPrimitives |
struct | Primitives |
struct | BasicPrimitivesArray |
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 | Primitive |
struct | PrimitiveArray |
class | MusclHancockPrimitive |
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 | TChemNotInitialized |
struct | TChemReactorUniqueError |
struct | TChemMechanism |
class | TChemReactor |
Typedefs | |
template<int Rank> | |
using | MusclHancockCharMethod = ::fub::FluxMethod< MusclHancockCharacteristic< Rank > > |
template<int Rank> | |
using | MusclHancockPrimMethod = ::fub::FluxMethod< MusclHancockPrimitive< Rank > > |