3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::Properties::LowReKEpsilonModelTraits< dimension > Struct Template Reference

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

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

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

Description

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

Traits for the low-Reynolds k-epsilon model.

Template Parameters
dimensionThe dimension of the problem

Public Types

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

Static Public Member Functions

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

Member Typedef Documentation

◆ Indices

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

the indices

Member Function Documentation

◆ dim()

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

The dimension of the model.

◆ enableAdvection()

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

Enable advection.

◆ enableEnergyBalance()

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

The model is isothermal.

◆ enableMolecularDiffusion()

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

The one-phase model has no molecular diffusion.

◆ numEq()

template<int dimension>
constexpr int Dumux::Properties::LowReKEpsilonModelTraits< 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>
constexpr int Dumux::Properties::LowReKEpsilonModelTraits< dimension >::numFluidComponents ( )
inlinestaticconstexpr

The number of components.

◆ numFluidPhases()

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

The number of phases is 1.

◆ turbulenceModel()

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

return the type of turbulence model used

◆ usesTurbulenceModel()

template<int dimension>
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: