3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Functions
multidomain/embedded/1d3d/1p2c_richards2c/main.cc File Reference

Test for the 1d-3d embedded mixed-dimension model coupling two one-phase porous medium flow problems. More...

#include <config.h>
#include <ctime>
#include <iostream>
#include <fstream>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/timer.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/dumuxmessage.hh>
#include <dumux/linear/seqsolverbackend.hh>
#include <dumux/assembly/fvassembler.hh>
#include <dumux/assembly/diffmethod.hh>
#include <dumux/discretization/method.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager.hh>
#include <dumux/multidomain/traits.hh>
#include <dumux/multidomain/fvassembler.hh>
#include <dumux/multidomain/newtonsolver.hh>
#include <dumux/multidomain/embedded/couplingmanager1d3d.hh>
#include <dumux/multidomain/embedded/mixeddimensionglue.hh>
#include "problem_root.hh"
#include "problem_soil.hh"

Description

Test for the 1d-3d embedded mixed-dimension model coupling two one-phase porous medium flow problems.

Classes

struct  Dumux::Properties::CouplingManager< TypeTag, TTag::Soil >
 
struct  Dumux::Properties::CouplingManager< TypeTag, TTag::Root >
 
struct  Dumux::Properties::PointSource< TypeTag, TTag::Soil >
 
struct  Dumux::Properties::PointSource< TypeTag, TTag::Root >
 
struct  Dumux::Properties::PointSourceHelper< TypeTag, TTag::Soil >
 
struct  Dumux::Properties::PointSourceHelper< TypeTag, TTag::Root >
 

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
 
namespace  Dumux::Properties
 

Functions

template<class Problem , class SolutionVector , class GridVariables >
double Dumux::computeSourceIntegral (const Problem &problem, const SolutionVector &sol, const GridVariables &gridVars)
 Helper function for mass balance evaluations. More...
 
template<class Problem , class SolutionVector , class GridVariables >
double Dumux::computeGlobalMass (const Problem &problem, const SolutionVector &sol, const GridVariables &gridVars)
 Helper function for mass balance evaluations. More...
 
template<class Problem , class SolutionVector , class GridVariables >
double Dumux::computeGlobalBoundaryMass (const Problem &problem, const SolutionVector &sol, const GridVariables &gridVars, double dt)
 Helper function for mass balance evaluations. More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)
Include dependency graph for multidomain/embedded/1d3d/1p2c_richards2c/main.cc: