28 #ifndef OPM_BLACK_OIL_BRINE_PARAMS_HPP 29 #define OPM_BLACK_OIL_BRINE_PARAMS_HPP 31 #include <opm/material/common/Tabulated1DFunction.hpp> 40 template<
class Scalar>
43 template<
bool enableBrine,
bool enableSaltPrecipitation>
44 void initFromState(
const EclipseState& eclState);
46 using TabulatedFunction = Tabulated1DFunction<Scalar>;
48 std::vector<TabulatedFunction> bdensityTable_;
49 std::vector<TabulatedFunction> pcfactTable_;
50 std::vector<TabulatedFunction> permfactTable_;
51 std::vector<Scalar> saltsolTable_;
52 std::vector<Scalar> saltdenTable_;
53 std::vector<Scalar> referencePressure_;
58 #endif // OPM_BLACK_OIL_BRINE_PARAMS_HPP This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Struct holding the parameters for the BlackoilBrineModule class.
Definition: blackoilbrineparams.hpp:41