|
My Project
|
A fluid system for single phase models. More...
#include "BaseFluidSystem.hpp"#include "NullParameterCache.hpp"#include <opm/material/fluidsystems/LiquidPhase.hpp>#include <opm/material/fluidsystems/GasPhase.hpp>#include <opm/material/components/SimpleH2O.hpp>#include <opm/material/components/H2O.hpp>#include <opm/material/components/N2.hpp>#include <opm/material/components/TabulatedComponent.hpp>#include <opm/material/common/Unused.hpp>#include <limits>#include <cassert>Go to the source code of this file.
Classes | |
| class | Opm::SinglePhaseFluidSystem< Scalar, Fluid > |
| A fluid system for single phase models. More... | |
| struct | Opm::SinglePhaseFluidSystem< Scalar, Fluid >::ParameterCache< Evaluation > |
| The type of the fluid system's parameter cache. More... | |
A fluid system for single phase models.
The fluid is defined as a template parameter. For existing components the Opm::LiquidPhase<Component> and Opm::GasPhase<Component> may be used.