Specialization of Maxwell Stefan's Law for the Staggered method. More...
#include <dumux/flux/staggered/freeflow/maxwellstefanslaw.hh>
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 {} |
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::Cache = FluxVariablesCaching::EmptyDiffusionCache |
state the type for the corresponding cache and its filler We don't cache anything for this law
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller |
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::DiffusionCoefficientsContainer = MaxwellStefanDiffusionCoefficients<Scalar, numPhases, numComponents> |
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::DiscretizationMethod = DiscretizationMethods::Staggered |
|
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.
|
inlinestaticconstexpr |
|
staticconstexpr |