My Project
|
This file contains the necessary classes to calculate the volumetric fluxes out of a pressure potential gradient using the Forchhheimer approach. More...
#include "darcyfluxmodule.hh"
#include <opm/common/Exceptions.hpp>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/material/common/Valgrind.hpp>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | Opm::ForchheimerFluxModule< TypeTag > |
Specifies a flux module which uses the Forchheimer relation. More... | |
class | Opm::ForchheimerBaseProblem< TypeTag > |
Provides the defaults for the parameters required by the Forchheimer velocity approach. More... | |
class | Opm::ForchheimerIntensiveQuantities< TypeTag > |
Provides the intensive quantities for the Forchheimer module. More... | |
class | Opm::ForchheimerExtensiveQuantities< TypeTag > |
Provides the Forchheimer flux module. More... | |
Namespaces | |
namespace | Opm |
This file contains a set of helper functions used by VFPProd / VFPInj. | |
This file contains the necessary classes to calculate the volumetric fluxes out of a pressure potential gradient using the Forchhheimer approach.