Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | Public Attributes | List of all members
fub::perfect_gas::Primitives Struct Reference

#include <MusclHancockCharactersticMethod.hpp>

Public Member Functions

 Primitives (const Complete< PerfectGas< 3 >> &q)
 
 Primitives (const Complete< PerfectGas< 2 >> &q)
 
 Primitives (const Complete< PerfectGas< 1 >> &q)
 

Public Attributes

double density
 
Array< double, 3, 1 > velocity
 
double pressure
 

Constructor & Destructor Documentation

◆ Primitives() [1/3]

fub::perfect_gas::Primitives::Primitives ( const Complete< PerfectGas< 3 >> &  q)
inline

◆ Primitives() [2/3]

fub::perfect_gas::Primitives::Primitives ( const Complete< PerfectGas< 2 >> &  q)
inline

◆ Primitives() [3/3]

fub::perfect_gas::Primitives::Primitives ( const Complete< PerfectGas< 1 >> &  q)
inline

Member Data Documentation

◆ density

double fub::perfect_gas::Primitives::density

◆ pressure

double fub::perfect_gas::Primitives::pressure

◆ velocity

Array<double, 3, 1> fub::perfect_gas::Primitives::velocity

The documentation for this struct was generated from the following file: