3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered > Class Template Reference

The flux variables class for the multi-component free-flow model using the staggered grid discretization. More...

#include <dumux/freeflow/compositional/staggered/fluxvariables.hh>

Inheritance diagram for Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered >:
Inheritance graph

Description

template<class TypeTag>
class Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered >

The flux variables class for the multi-component free-flow model using the staggered grid discretization.

Public Types

using MolecularDiffusionType = GetPropType< TypeTag, Properties::MolecularDiffusionType >
 

Public Member Functions

template<class ElementVolumeVariables , class ElementFaceVariables , class FluxVariablesCache >
CellCenterPrimaryVariables computeMassFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFaceVariables &elemFaceVars, const SubControlVolumeFace &scvf, const FluxVariablesCache &fluxVarsCache)
 Computes the flux for the cell center residual. More...
 

Static Public Attributes

static constexpr auto numComponents = ModelTraits::numFluidComponents()
 
static constexpr bool useMoles = ModelTraits::useMoles()
 

Member Typedef Documentation

◆ MolecularDiffusionType

template<class TypeTag >
using Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered >::MolecularDiffusionType = GetPropType<TypeTag, Properties::MolecularDiffusionType>

Member Function Documentation

◆ computeMassFlux()

template<class TypeTag >
template<class ElementVolumeVariables , class ElementFaceVariables , class FluxVariablesCache >
CellCenterPrimaryVariables Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered >::computeMassFlux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const ElementFaceVariables &  elemFaceVars,
const SubControlVolumeFace &  scvf,
const FluxVariablesCache &  fluxVarsCache 
)
inline

Computes the flux for the cell center residual.

Member Data Documentation

◆ numComponents

template<class TypeTag >
constexpr auto Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered >::numComponents = ModelTraits::numFluidComponents()
staticconstexpr

◆ useMoles

template<class TypeTag >
constexpr bool Dumux::FreeflowNCFluxVariablesImpl< TypeTag, DiscretizationMethod::staggered >::useMoles = ModelTraits::useMoles()
staticconstexpr

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