#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/common/Valgrind.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <iostream>
#include <cassert>
Go to the source code of this file.
Classes | |
class | Opm::FluidSystems::H2ON2< Scalar, useComplexRelations > |
A two-phase fluid system with water and nitrogen as components. More... |
A two-phase fluid system with water and nitrogen as components.