3.5-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::NavierStokesEnergyModelTraits< IsothermalT > Struct Template Reference

Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a given isothermal model. More...

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

Inheritance diagram for Dumux::NavierStokesEnergyModelTraits< IsothermalT >:

Description

template<class IsothermalT>
struct Dumux::NavierStokesEnergyModelTraits< IsothermalT >

Specifies a number properties of non-isothermal free-flow flow models based on the specifics of a given isothermal model.

Template Parameters
IsothermalTModel traits of the isothermal model

Public Types

using IsothermalTraits = IsothermalT
 Export the isothermal model traits. More...
 
using Indices = NavierStokesEnergyIndices< typename IsothermalTraits::Indices, numEq()>
 the indices More...
 

Static Public Member Functions

static constexpr int numEq ()
 We solve for one more equation, i.e. the energy balance. More...
 
static constexpr bool enableEnergyBalance ()
 We additionally solve for the equation balance. More...
 

Member Typedef Documentation

◆ Indices

template<class IsothermalT >
using Dumux::NavierStokesEnergyModelTraits< IsothermalT >::Indices = NavierStokesEnergyIndices<typename IsothermalTraits::Indices, numEq()>

the indices

◆ IsothermalTraits

template<class IsothermalT >
using Dumux::NavierStokesEnergyModelTraits< IsothermalT >::IsothermalTraits = IsothermalT

Export the isothermal model traits.

Member Function Documentation

◆ enableEnergyBalance()

template<class IsothermalT >
static constexpr bool Dumux::NavierStokesEnergyModelTraits< IsothermalT >::enableEnergyBalance ( )
inlinestaticconstexpr

We additionally solve for the equation balance.

◆ numEq()

template<class IsothermalT >
static constexpr int Dumux::NavierStokesEnergyModelTraits< IsothermalT >::numEq ( )
inlinestaticconstexpr

We solve for one more equation, i.e. the energy balance.


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