3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT > Struct Template Reference

Traits class for the volume variables of the Navier-Stokes model. More...

#include <dumux/freeflow/navierstokes/model.hh>

Description

template<class PV, class FSY, class FST, class MT>
struct Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT >

Traits class for the volume variables of the Navier-Stokes model.

Template Parameters
PVThe type used for primary variables
FSYThe fluid system type
FSTThe fluid state type
MTThe model traits

Public Types

using PrimaryVariables = PV
 
using FluidSystem = FSY
 
using FluidState = FST
 
using ModelTraits = MT
 

Member Typedef Documentation

◆ FluidState

template<class PV , class FSY , class FST , class MT >
using Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT >::FluidState = FST

◆ FluidSystem

template<class PV , class FSY , class FST , class MT >
using Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT >::FluidSystem = FSY

◆ ModelTraits

template<class PV , class FSY , class FST , class MT >
using Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT >::ModelTraits = MT

◆ PrimaryVariables

template<class PV , class FSY , class FST , class MT >
using Dumux::NavierStokesVolumeVariablesTraits< PV, FSY, FST, MT >::PrimaryVariables = PV

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