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 <dune/istl/io.hh>#include <dumux/common/properties.hh>#include <dumux/common/parameters.hh>#include <dumux/common/dumuxmessage.hh>#include <dumux/common/geometry/diameter.hh>#include <dumux/linear/seqsolverbackend.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 "problem_bloodflow.hh"#include "problem_tissue.hh"#include "l2norm.hh"Test for the 1d-3d embedded mixed-dimension model coupling two one-phase porous medium flow problems.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Macros | |
| #define | BULKTYPETAG =TissueCC |
| #define | LOWDIMTYPETAG =BloodFlowCC |
| #define | COUPLINGMODE =EmbeddedCouplingMode::average |
Typedefs | |
| template<class Traits > | |
| using | Dumux::Properties::TheCouplingManager = EmbeddedCouplingManager1d3d< Traits, COUPLINGMODE > |
Functions | |
| int | main (int argc, char **argv) |
| #define BULKTYPETAG =TissueCC |
| #define COUPLINGMODE =EmbeddedCouplingMode::average |
| #define LOWDIMTYPETAG =BloodFlowCC |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
