Specialization of Maxwell Stefan's Law for the CCTpfa method. More...
#include <dumux/flux/cctpfa/maxwellstefanslaw.hh>
Specialization of Maxwell Stefan's Law for the CCTpfa method.
Public Types | |
using | DiscretizationMethod = DiscretizationMethods::CCTpfa |
using | DiffusionCoefficientsContainer = MaxwellStefanDiffusionCoefficients< Scalar, numPhases, numComponents > |
using | Cache = FluxVariablesCaching::EmptyDiffusionCache |
using | CacheFiller = FluxVariablesCaching::EmptyCacheFiller |
Static Public Member Functions | |
static constexpr ReferenceSystemFormulation | referenceSystemFormulation () |
static ComponentFluxVector | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache) |
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::CCTpfa, 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::CCTpfa, referenceSystem >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller |
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::CCTpfa, referenceSystem >::DiffusionCoefficientsContainer = MaxwellStefanDiffusionCoefficients<Scalar, numPhases, numComponents> |
using Dumux::MaxwellStefansLawImplementation< TypeTag, DiscretizationMethods::CCTpfa, referenceSystem >::DiscretizationMethod = DiscretizationMethods::CCTpfa |
|
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 |