groundwaterproblem.hh File Reference
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/version.hh>
#include <dune/grid/yaspgrid.hh>
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
#include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/fluidstates/ImmiscibleFluidState.hpp>
#include <opm/material/fluidsystems/LiquidPhase.hpp>
#include <opm/models/common/multiphasebaseparameters.hh>
#include <opm/models/immiscible/immiscibleproperties.hh>
#include <opm/simulators/linalg/parallelistlbackend.hh>
#include <sstream>
#include <string>
Include dependency graph for groundwaterproblem.hh:

Go to the source code of this file.

Classes

struct  Opm::Properties::TTag::GroundWaterBaseProblem
 
struct  Opm::Properties::Fluid< TypeTag, TTag::GroundWaterBaseProblem >
 
struct  Opm::Properties::Grid< TypeTag, TTag::GroundWaterBaseProblem >
 
struct  Opm::Properties::Problem< TypeTag, TTag::GroundWaterBaseProblem >
 
struct  Opm::Properties::LinearSolverSplice< TypeTag, TTag::GroundWaterBaseProblem >
 
struct  Opm::Properties::LinearSolverWrapper< TypeTag, TTag::GroundWaterBaseProblem >
 
struct  Opm::Parameters::LensLowerLeftX< Scalar >
 
struct  Opm::Parameters::LensLowerLeftY< Scalar >
 
struct  Opm::Parameters::LensLowerLeftZ< Scalar >
 
struct  Opm::Parameters::LensUpperRightX< Scalar >
 
struct  Opm::Parameters::LensUpperRightY< Scalar >
 
struct  Opm::Parameters::LensUpperRightZ< Scalar >
 
struct  Opm::Parameters::Permeability< Scalar >
 
struct  Opm::Parameters::PermeabilityLens< Scalar >
 
class  Opm::GroundWaterProblem< TypeTag >
 Test for the immisicible VCVF discretization with only a single phase. More...
 

Namespaces

namespace  Opm
 
namespace  Opm::Properties
 
namespace  Opm::Properties::TTag
 The generic type tag for problems using the immiscible multi-phase model.
 
namespace  Opm::Parameters
 

Detailed Description

Test for the immisicible VCVF discretization with only a single phase.

This problem is inspired by groundwater flow. Don't expect it to be realistic, though: For two dimensions, the domain size is 1m times 1m. On the left and right of the domain, no-flow boundaries are used, while at the top and bottom free flow boundaries with a pressure of 2 bar and 1 bar are used. The center of the domain is occupied by a rectangular lens of lower permeability.