This file provides the actual code for the fluid systems test. More...
#include <exception>#include <string>#include <dune/common/classname.hh>#include <dumux/material/fluidsystems/2pimmiscible.hh>#include <dumux/material/fluidsystems/base.hh>#include <dumux/material/fluidsystems/brineair.hh>#include <dumux/material/fluidsystems/brineco2.hh>#include <dumux/material/fluidsystems/1pgas.hh>#include <dumux/material/fluidsystems/h2oair.hh>#include <dumux/material/fluidsystems/h2oairmesitylene.hh>#include <dumux/material/fluidsystems/h2oairxylene.hh>#include <dumux/material/fluidsystems/h2on2.hh>#include <dumux/material/fluidsystems/h2on2kinetic.hh>#include <dumux/material/fluidsystems/h2on2o2.hh>#include <dumux/material/fluidsystems/1pliquid.hh>#include <dumux/material/fluidsystems/spe5.hh>#include <dumux/material/fluidstates/compositional.hh>#include <dumux/material/fluidstates/immiscible.hh>#include <dumux/material/fluidstates/isothermalimmiscible.hh>#include <dumux/material/fluidstates/nonequilibrium.hh>#include <dumux/material/fluidstates/nonequilibriummass.hh>#include <dumux/material/fluidstates/pressureoverlay.hh>#include <dumux/material/fluidstates/pseudo1p2c.hh>#include <dumux/material/fluidstates/saturationoverlay.hh>#include <dumux/material/fluidstates/temperatureoverlay.hh>Go to the source code of this file.
This file provides the actual code for the fluid systems test.
It is not directly in test_fluidsystems.cc so that external modules like dumux-devel can use it easily.
Classes | |
| class | Dumux::HairSplittingFluidState< ScalarType, FluidSystem, BaseFluidState > |
| This fluid state ensures that only the allowed quantities are accessed. More... | |
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
Functions | |
| template<class Scalar , class BaseFluidState > | |
| int | Dumux::checkFluidState (const BaseFluidState &fs) |
| template<class Scalar , class FluidSystem > | |
| int | Dumux::checkFluidSystem (bool enablePhaseRestriction=true) |
| This is a consistency check for FluidSystems. More... | |
