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::Properties::KEpsilonModelTraits< dimension > Struct Template Reference

Traits for the k-epsilon model. More...

#include <dumux/freeflow/rans/twoeq/kepsilon/model.hh>

Inheritance diagram for Dumux::Properties::KEpsilonModelTraits< dimension >:
Inheritance graph

Description

template<int dimension>
struct Dumux::Properties::KEpsilonModelTraits< dimension >

Traits for the k-epsilon model.

Template Parameters
dimensionThe dimension of the problem

Public Types

using Indices = RANSTwoEqIndices< dim(), numFluidComponents()>
 the indices More...
 

Static Public Member Functions

static constexpr int dim ()
 The dimension of the model. More...
 
static constexpr int numEq ()
 
static constexpr int numFluidComponents ()
 The number of components. More...
 
static constexpr auto turbulenceModel ()
 return the type of turbulence model used More...
 
static constexpr bool usesTurbulenceModel ()
 The model does include a turbulence model. More...
 
static constexpr int numFluidPhases ()
 The number of phases is 1. More...
 
static constexpr bool enableAdvection ()
 Enable advection. More...
 
static constexpr bool enableMolecularDiffusion ()
 The one-phase model has no molecular diffusion. More...
 
static constexpr bool enableEnergyBalance ()
 The model is isothermal. More...
 

Member Typedef Documentation

◆ Indices

template<int dimension>
using Dumux::Properties::KEpsilonModelTraits< dimension >::Indices = RANSTwoEqIndices<dim(), numFluidComponents()>

the indices

Member Function Documentation

◆ dim()

template<int dimension>
static constexpr int Dumux::Properties::KEpsilonModelTraits< dimension >::dim ( )
inlinestaticconstexpr

The dimension of the model.

◆ enableAdvection()

template<int dimension>
static constexpr bool Dumux::NavierStokesModelTraits< dimension >::enableAdvection ( )
inlinestaticconstexprinherited

Enable advection.

◆ enableEnergyBalance()

template<int dimension>
static constexpr bool Dumux::NavierStokesModelTraits< dimension >::enableEnergyBalance ( )
inlinestaticconstexprinherited

The model is isothermal.

◆ enableMolecularDiffusion()

template<int dimension>
static constexpr bool Dumux::NavierStokesModelTraits< dimension >::enableMolecularDiffusion ( )
inlinestaticconstexprinherited

The one-phase model has no molecular diffusion.

◆ numEq()

template<int dimension>
static constexpr int Dumux::Properties::KEpsilonModelTraits< dimension >::numEq ( )
inlinestaticconstexpr

There are as many momentum balance equations as dimensions, one mass balance equation and two turbulent transport equations

◆ numFluidComponents()

template<int dimension>
static constexpr int Dumux::Properties::KEpsilonModelTraits< dimension >::numFluidComponents ( )
inlinestaticconstexpr

The number of components.

◆ numFluidPhases()

template<int dimension>
static constexpr int Dumux::NavierStokesModelTraits< dimension >::numFluidPhases ( )
inlinestaticconstexprinherited

The number of phases is 1.

◆ turbulenceModel()

template<int dimension>
static constexpr auto Dumux::Properties::KEpsilonModelTraits< dimension >::turbulenceModel ( )
inlinestaticconstexpr

return the type of turbulence model used

◆ usesTurbulenceModel()

template<int dimension>
static constexpr bool Dumux::Properties::RANSModelTraits< dimension >::usesTurbulenceModel ( )
inlinestaticconstexprinherited

The model does include a turbulence model.


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