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

Specialization of Maxwell Stefan's Law for the Staggered method. More...

#include <dumux/flux/staggered/freeflow/maxwellstefanslaw.hh>

Description

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
class Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >

Specialization of Maxwell Stefan's Law for the Staggered method.

Public Types

using Cache = FluxVariablesCaching::EmptyDiffusionCache
 
using CacheFiller = FluxVariablesCaching::EmptyCacheFiller
 
using DiffusionCoefficientsContainer = MaxwellStefanDiffusionCoefficients< Scalar, numPhases, numComponents >
 

Static Public Member Functions

static constexpr ReferenceSystemFormulation referenceSystemFormulation ()
 
template<class ElementVolumeVariables >
static CellCenterPrimaryVariables flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)
 

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::staggered
 

Member Typedef Documentation

◆ Cache

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::Cache = FluxVariablesCaching::EmptyDiffusionCache

state the type for the corresponding cache and its filler We don't cache anything for this law

◆ CacheFiller

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller

◆ DiffusionCoefficientsContainer

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::DiffusionCoefficientsContainer = MaxwellStefanDiffusionCoefficients<Scalar, numPhases, numComponents>

Member Function Documentation

◆ flux()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
template<class ElementVolumeVariables >
static CellCenterPrimaryVariables Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf 
)
inlinestatic

◆ referenceSystemFormulation()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
static constexpr ReferenceSystemFormulation Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::referenceSystemFormulation ( )
inlinestaticconstexpr

Member Data Documentation

◆ discMethod

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
const DiscretizationMethod Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::discMethod = DiscretizationMethod::staggered
static

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