Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Attributes | List of all members
fub::ideal_gas::PrimitiveArray< Rank > Struct Template Reference

#include <MusclHancockPrimMethod.hpp>

Public Attributes

Array1d pressure
 
Array< double, Rank > velocity
 
Array1d temperature
 
ArrayXd mass_fractions
 

Member Data Documentation

◆ mass_fractions

template<int Rank>
ArrayXd fub::ideal_gas::PrimitiveArray< Rank >::mass_fractions

◆ pressure

template<int Rank>
Array1d fub::ideal_gas::PrimitiveArray< Rank >::pressure

◆ temperature

template<int Rank>
Array1d fub::ideal_gas::PrimitiveArray< Rank >::temperature

◆ velocity

template<int Rank>
Array<double, Rank> fub::ideal_gas::PrimitiveArray< Rank >::velocity

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