3.2-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::PorousMediumFlowNIModelTraits< IsothermalT > Struct Template Reference

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

#include <dumux/porousmediumflow/nonisothermal/model.hh>

Inheritance diagram for Dumux::PorousMediumFlowNIModelTraits< IsothermalT >:
Inheritance graph

Description

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

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

Template Parameters
IsothermalTraitsModel traits of the isothermal model

Public Types

using IsothermalTraits = IsothermalT
 Export the isothermal model traits. More...
 
using Indices = EnergyIndices< typename IsothermalTraits::Indices, numEq()>
 The indices related to the non-isothermal model. More...
 

Static Public Member Functions

static constexpr int numEq ()
 We solve for one more equation, i.e. the energy balance. More...
 
static constexpr int numEnergyEq ()
 only one energy equation is needed when assuming thermal equilibrium More...
 
static constexpr bool enableEnergyBalance ()
 We additionally solve for the equation balance. More...
 

Member Typedef Documentation

◆ Indices

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

The indices related to the non-isothermal model.

◆ IsothermalTraits

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

Export the isothermal model traits.

Member Function Documentation

◆ enableEnergyBalance()

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

We additionally solve for the equation balance.

◆ numEnergyEq()

template<class IsothermalT >
static constexpr int Dumux::PorousMediumFlowNIModelTraits< IsothermalT >::numEnergyEq ( )
inlinestaticconstexpr

only one energy equation is needed when assuming thermal equilibrium

◆ numEq()

template<class IsothermalT >
static constexpr int Dumux::PorousMediumFlowNIModelTraits< 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: