version 3.9-dev
Dumux::FreeflowNIModelTraits< IsothermalTraits > 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/nonisothermal/model.hh>

Inheritance diagram for Dumux::FreeflowNIModelTraits< IsothermalTraits >:

Description

template<class IsothermalTraits>
struct Dumux::FreeflowNIModelTraits< IsothermalTraits >
Template Parameters
IsothermalTraitsModel traits of the isothermal model

Public Types

using Indices = FreeflowNonIsothermalIndices< 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 IsothermalTraits >
using Dumux::FreeflowNIModelTraits< IsothermalTraits >::Indices = FreeflowNonIsothermalIndices<typename IsothermalTraits::Indices, numEq()>

Member Function Documentation

◆ enableEnergyBalance()

template<class IsothermalTraits >
static constexpr bool Dumux::FreeflowNIModelTraits< IsothermalTraits >::enableEnergyBalance ( )
inlinestaticconstexpr

◆ numEq()

template<class IsothermalTraits >
static constexpr int Dumux::FreeflowNIModelTraits< IsothermalTraits >::numEq ( )
inlinestaticconstexpr

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