28#ifndef OPM_BLACK_OIL_BRINE_PARAMS_HPP
29#define OPM_BLACK_OIL_BRINE_PARAMS_HPP
31#include <opm/material/common/Tabulated1DFunction.hpp>
46 template<
bool enableBrine,
bool enableSaltPrecipitation>
52 std::vector<TabulatedFunction> bdensityTable_;
53 std::vector<TabulatedFunction> pcfactTable_;
54 std::vector<TabulatedFunction> permfactTable_;
55 std::vector<Scalar> saltsolTable_;
56 std::vector<Scalar> saltdenTable_;
57 std::vector<Scalar> referencePressure_;
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Struct holding the parameters for the BlackoilBrineModule class.
Definition blackoilbrineparams.hpp:44