3.6-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, DiscretizationMethods::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, DiscretizationMethods::Staggered, referenceSystem >

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

Public Types

using DiscretizationMethod = DiscretizationMethods::Staggered
 
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)
 Returns the diffusive fluxes of all components within a fluid phase across the given sub-control volume face. The computed fluxes are given in kg/s. More...
 

Static Public Attributes

static constexpr DiscretizationMethod discMethod {}
 

Member Typedef Documentation

◆ Cache

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, DiscretizationMethods::Staggered, referenceSystem >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller

◆ DiffusionCoefficientsContainer

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

◆ DiscretizationMethod

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::DiscretizationMethod = DiscretizationMethods::Staggered

Member Function Documentation

◆ flux()

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

Returns the diffusive fluxes of all components within a fluid phase across the given sub-control volume face. The computed fluxes are given in kg/s.

◆ referenceSystemFormulation()

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

Member Data Documentation

◆ discMethod

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
constexpr DiscretizationMethod Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::discMethod {}
staticconstexpr

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