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 <limits>
#include <cassert>
#include <string_view>
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... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
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.