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

For free flow models, we take the number of "physical" equations (e.g. 4 for a 3D NavierStokes problem, 3 velocity components and pressure) and substract the number of dimensions. This yields the number of equations to be solved on the cell centers. Works also for non-isothermal models. More...

#include <dumux/discretization/staggered/freeflow/properties.hh>

Inheritance diagram for Dumux::Properties::NumEqCellCenter< TypeTag, TTag::StaggeredFreeFlowModel >:
Inheritance graph

Description

template<class TypeTag>
struct Dumux::Properties::NumEqCellCenter< TypeTag, TTag::StaggeredFreeFlowModel >

For free flow models, we take the number of "physical" equations (e.g. 4 for a 3D NavierStokes problem, 3 velocity components and pressure) and substract the number of dimensions. This yields the number of equations to be solved on the cell centers. Works also for non-isothermal models.

Public Types

using type

Static Public Attributes

static constexpr int value = numEq - dim

Member Typedef Documentation

◆ type

Member Data Documentation

◆ value

template<class TypeTag>
int Dumux::Properties::NumEqCellCenter< TypeTag, TTag::StaggeredFreeFlowModel >::value = numEq - dim
staticconstexpr

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