3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
checkfluidsystem.hh File Reference

This file provides the actual code for the fluid systems test. More...

Go to the source code of this file.

Description

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.