opm-simulators
flow_oilwater_polymer.hpp
1 /*
2  This file is part of the Open Porous Media project (OPM).
3 
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 
9  OPM is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with OPM. If not, see <http://www.gnu.org/licenses/>.
16 */
17 #ifndef FLOW_OILWATER_POLYMER_HPP
18 #define FLOW_OILWATER_POLYMER_HPP
19 
20 namespace Opm {
21 
23 int flowOilWaterPolymerMain(int argc, char** argv, bool outputCout, bool outputFiles);
24 
26 int flowOilWaterPolymerMainStandalone(int argc, char** argv);
27 
28 }
29 
30 #endif // FLOW_OILWATER_POLYMER_HPP
Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that ...
Definition: blackoilbioeffectsmodules.hh:45
int flowOilWaterPolymerMainStandalone(int argc, char **argv)
Main function used in flow_oilwater_polymer binary.
Definition: flow_oilwater_polymer.cpp:87
int flowOilWaterPolymerMain(int argc, char **argv, bool outputCout, bool outputFiles)
Main functon used in main flow binary.
Definition: flow_oilwater_polymer.cpp:76