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::PerfectGasMixPrimitive< Density, Velocity, Pressure, Species > Struct Template Reference

#include <PerfectGasMix.hpp>

Public Attributes

Density density
 
Velocity velocity
 
Pressure pressure
 
Species species
 

Member Data Documentation

◆ density

template<typename Density , typename Velocity , typename Pressure , typename Species >
Density fub::PerfectGasMixPrimitive< Density, Velocity, Pressure, Species >::density

◆ pressure

template<typename Density , typename Velocity , typename Pressure , typename Species >
Pressure fub::PerfectGasMixPrimitive< Density, Velocity, Pressure, Species >::pressure

◆ species

template<typename Density , typename Velocity , typename Pressure , typename Species >
Species fub::PerfectGasMixPrimitive< Density, Velocity, Pressure, Species >::species

◆ velocity

template<typename Density , typename Velocity , typename Pressure , typename Species >
Velocity fub::PerfectGasMixPrimitive< Density, Velocity, Pressure, Species >::velocity

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