version 3.9-dev
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 >:

Description

template<int dimension>
struct Dumux::Properties::LowReKEpsilonModelTraits< dimension >
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 one-component 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::LowReKEpsilonModelTraits< dimension >::Indices = RANSTwoEqIndices<dim(), numFluidComponents()>

Member Function Documentation

◆ dim()

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

◆ enableAdvection()

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

◆ enableEnergyBalance()

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

◆ enableMolecularDiffusion()

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

◆ numEq()

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

◆ numFluidPhases()

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

◆ turbulenceModel()

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

◆ usesTurbulenceModel()

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

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