#include <opm/material/fluidsystems/BlackOilDefaultFluidSystemIndices.hpp>
#include "blackoilpvt/OilPvtMultiplexer.hpp"
#include "blackoilpvt/GasPvtMultiplexer.hpp"
#include "blackoilpvt/WaterPvtMultiplexer.hpp"
#include "opm/material/fluidsystems/blackoilpvt/BrineCo2Pvt.hpp"
#include "opm/material/fluidsystems/blackoilpvt/NullOilPvt.hpp"
#include <opm/common/TimingMacros.hpp>
#include <opm/common/utility/VectorWithDefaultAllocator.hpp>
#include <opm/common/utility/gpuDecorators.hpp>
#include <opm/common/utility/gpuistl_if_available.hpp>
#include <opm/material/fluidsystems/BaseFluidSystem.hpp>
#include <opm/material/Constants.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/HasMemberGeneratorMacros.hpp>
#include <opm/material/fluidsystems/NullParameterCache.hpp>
#include <opm/material/fluidsystems/BlackOilFunctions.hpp>
#include <opm/material/fluidsystems/PhaseUsageInfo.hpp>
#include <array>
#include <cstddef>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
| | A fluid system which uses the black-oil model assumptions to calculate termodynamically meaningful quantities. More...
|
|
| namespace | Opm |
| | This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid.
|