My Project
|
A liquid-phase-only fluid system with water and nitrogen as components. More...
#include "BaseFluidSystem.hpp"
#include "NullParameterCache.hpp"
#include <opm/material/IdealGas.hpp>
#include <opm/material/components/N2.hpp>
#include <opm/material/components/H2O.hpp>
#include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/H2O_N2.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <cassert>
#include <string_view>
Go to the source code of this file.
Classes | |
class | Opm::H2ON2LiquidPhaseFluidSystem< Scalar > |
A liquid-phase-only fluid system with water and nitrogen as components. More... | |
struct | Opm::H2ON2LiquidPhaseFluidSystem< Scalar >::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 liquid-phase-only fluid system with water and nitrogen as components.