This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fick's law. More...
#include <dumux/common/properties.hh>
#include <dumux/discretization/method.hh>
#include <dumux/flux/referencesystemformulation.hh>
#include <dumux/flux/cctpfa/maxwellstefanslaw.hh>
#include <dumux/flux/box/maxwellstefanslaw.hh>
#include <dumux/flux/staggered/freeflow/maxwellstefanslaw.hh>
Go to the source code of this file.
This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fick's law.
Classes | |
class | Dumux::MaxwellStefansLawImplementation< TypeTag, discMethod, referenceSystem > |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Typedefs | |
template<class TypeTag , ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged> | |
using | Dumux::MaxwellStefansLaw = MaxwellStefansLawImplementation< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod, referenceSystem > |
Evaluates the diffusive mass flux according to Maxwell Stafan's law. More... | |