opm-simulators
blackoilmoduleparams.hh
1 /*
2  Copyright 2025 Equinor ASA
3  This file is part of the Open Porous Media project (OPM).
4  OPM is free software: you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation, either version 3 of the License, or
7  (at your option) any later version.
8  OPM is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12  You should have received a copy of the GNU General Public License
13  along with OPM. If not, see <http://www.gnu.org/licenses/>.
14 */
15 
16 #ifndef OPM_MODELS_BLACKOIL_MODULEPARAM_HH
17 #define OPM_MODELS_BLACKOIL_MODULEPARAM_HH
18 
19 namespace Opm {
20  template<class ConvectiveMixingModuleParamT>
22  {
23  ConvectiveMixingModuleParamT convectiveMixingModuleParam;
24  };
25 } // namespace Opm
26 
27 #endif // OPM_MODELS_BLACKOIL_MODULEPARAM_HH
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Definition: blackoilmoduleparams.hh:21