My Project
|
A fluid system with water, gas and NAPL as phases and water, air and NAPL (contaminant) as components. More...
#include <opm/material/IdealGas.hpp>
#include <opm/material/components/Air.hpp>
#include <opm/material/components/H2O.hpp>
#include <opm/material/components/Xylene.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/H2O_Air.hpp>
#include <opm/material/binarycoefficients/H2O_Xylene.hpp>
#include <opm/material/binarycoefficients/Air_Xylene.hpp>
#include "BaseFluidSystem.hpp"
#include "NullParameterCache.hpp"
#include <string_view>
Go to the source code of this file.
Classes | |
class | Opm::H2OAirXyleneFluidSystem< Scalar > |
A fluid system with water, gas and NAPL as phases and water, air and NAPL (contaminant) as components. More... | |
struct | Opm::H2OAirXyleneFluidSystem< Scalar >::ParameterCache< Evaluation > |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
A fluid system with water, gas and NAPL as phases and water, air and NAPL (contaminant) as components.