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::Primitive< Rank > Struct Template Reference

#include <MusclHancockPrimMethod.hpp>

Public Attributes

double pressure
 
Eigen::Array< double, Rank, 1 > velocity
 
double temperature
 
Eigen::Array< double, Eigen::Dynamic, 1 > mass_fractions
 

Member Data Documentation

◆ mass_fractions

template<int Rank>
Eigen::Array<double, Eigen::Dynamic, 1> fub::ideal_gas::Primitive< Rank >::mass_fractions

◆ pressure

template<int Rank>
double fub::ideal_gas::Primitive< Rank >::pressure

◆ temperature

template<int Rank>
double fub::ideal_gas::Primitive< Rank >::temperature

◆ velocity

template<int Rank>
Eigen::Array<double, Rank, 1> fub::ideal_gas::Primitive< Rank >::velocity

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