#include <functional>
#include <map>
#include <vector>
#include <optional>
Go to the source code of this file.
|
| template<class Scalar > |
| VFPEvaluation< Scalar > | Opm::detail::operator+ (VFPEvaluation< Scalar > lhs, const VFPEvaluation< Scalar > &rhs) |
| |
| template<class Scalar > |
| VFPEvaluation< Scalar > | Opm::detail::operator- (VFPEvaluation< Scalar > lhs, const VFPEvaluation< Scalar > &rhs) |
| |
| template<class Scalar > |
| VFPEvaluation< Scalar > | Opm::detail::operator* (Scalar lhs, const VFPEvaluation< Scalar > &rhs) |
| |
| template<typename T > |
| T | Opm::detail::getFlo (const VFPProdTable &table, const T &aqua, const T &liquid, const T &vapour) |
| |
| template<typename T > |
| T | Opm::detail::getFlo (const VFPInjTable &table, const T &aqua, const T &liquid, const T &vapour) |
| |
| template<typename T > |
| T | Opm::detail::getWFR (const VFPProdTable &table, const T &aqua, const T &liquid, const T &vapour) |
| |
| template<typename T > |
| T | Opm::detail::getGFR (const VFPProdTable &table, const T &aqua, const T &liquid, const T &vapour) |
| |
| template<typename T > |
| const T & | Opm::detail::getTable (const std::map< int, std::reference_wrapper< const T > > &tables, int table_id) |
| |
| template<typename T > |
| bool | Opm::detail::hasTable (const std::map< int, std::reference_wrapper< const T > > &tables, int table_id) |
| |
| template<typename TYPE , typename TABLE > |
| TYPE | Opm::detail::getType (const TABLE &table) |
| |