Advective fluxes according to Darcy's law. More...
#include <dumux/flux/darcyslaw_fwd.hh>
#include <dumux/flux/cctpfa/darcyslaw.hh>
#include <dumux/flux/ccmpfa/darcyslaw.hh>
#include <dumux/flux/cvfe/darcyslaw.hh>
Go to the source code of this file.
Darcy's law describes the advective flux in porous media on the macro-scale and is valid in the creeping flow regime (Reynolds number << 1, Forchheimer extensions is also implemented->see forcheimerslaw.hh). The advective flux characterizes the bulk flow for each fluid phase including all components in case of compositional flow. It is driven by the potential gradient
This equation can be extended to calculate the velocity
Darcy's law is specialized for different discretization schemes. This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Darcy approximation. See the corresponding header files for the specific different discretization methods.