Test for the extended richards problem: The simulation domain is a tube a constant evaporation rate is set at the top and the soil gradually dries out. More...
#include <cmath>
#include <dune/grid/yaspgrid.hh>
#include <dumux/discretization/elementsolution.hh>
#include <dumux/discretization/cctpfa.hh>
#include <dumux/discretization/box.hh>
#include <dumux/porousmediumflow/problem.hh>
#include <dumux/porousmediumflow/richards/model.hh>
#include <dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh>
#include <dumux/material/fluidsystems/h2on2.hh>
#include "../spatialparams.hh"
Go to the source code of this file.
Test for the extended richards problem: The simulation domain is a tube a constant evaporation rate is set at the top and the soil gradually dries out.
Classes | |
struct | Dumux::Properties::TTag::RichardsNIEvaporation |
struct | Dumux::Properties::TTag::RichardsNIEvaporationBox |
struct | Dumux::Properties::TTag::RichardsNIEvaporationCC |
struct | Dumux::Properties::Grid< TypeTag, TTag::RichardsNIEvaporation > |
struct | Dumux::Properties::Problem< TypeTag, TTag::RichardsNIEvaporation > |
struct | Dumux::Properties::FluidSystem< TypeTag, TTag::RichardsNIEvaporation > |
struct | Dumux::Properties::SpatialParams< TypeTag, TTag::RichardsNIEvaporation > |
struct | Dumux::Properties::EnableWaterDiffusionInAir< TypeTag, TTag::RichardsNIEvaporation > |
class | Dumux::RichardsNIEvaporationProblem< TypeTag > |
Test for the RichardsModel in combination with the NI model for evaporation. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
namespace | Dumux::Properties::TTag |
Type tag for numeric models. | |