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

#include <PerfectGas.hpp>

Public Attributes

Density density
 
Velocity velocity
 
Pressure pressure
 

Member Data Documentation

◆ density

template<typename Density , typename Velocity , typename Pressure >
Density fub::PerfectGasPrimitive< Density, Velocity, Pressure >::density

◆ pressure

template<typename Density , typename Velocity , typename Pressure >
Pressure fub::PerfectGasPrimitive< Density, Velocity, Pressure >::pressure

◆ velocity

template<typename Density , typename Velocity , typename Pressure >
Velocity fub::PerfectGasPrimitive< Density, Velocity, Pressure >::velocity

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