28#ifndef OPM_BLACK_OIL_FOAM_PARAMS_HPP
29#define OPM_BLACK_OIL_FOAM_PARAMS_HPP
31#include <opm/material/common/Tabulated1DFunction.hpp>
50 template<
bool enableFoam>
65 Scalar fm_min = 1
e-20;
82 std::vector<Scalar> foamRockDensity_;
83 std::vector<bool> foamAllowDesorption_;
84 std::vector<FoamCoefficients> foamCoefficients_;
85 std::vector<TabulatedFunction> adsorbedFoamTable_;
86 std::vector<TabulatedFunction> gasMobilityMultiplierTable_;
87 Opm::Phase transport_phase_;
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
Definition blackoilfoamparams.hpp:64
Struct holding the parameters for the BlackoilFoamModule class.
Definition blackoilfoamparams.hpp:46
void setNumSatRegions(unsigned numRegions)
Specify the number of saturation regions.
Definition blackoilfoamparams.cpp:131