opm-simulators
flow_biofilm.hpp
1 /*
2  This file is part of the Open Porous Media project (OPM).
3  OPM is free software: you can redistribute it and/or modify
4  it under the terms of the GNU General Public License as published by
5  the Free Software Foundation, either version 3 of the License, or
6  (at your option) any later version.
7  OPM is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  GNU General Public License for more details.
11  You should have received a copy of the GNU General Public License
12  along with OPM. If not, see <http://www.gnu.org/licenses/>.
13 */
14 #ifndef FLOW_BIOFILM_HPP
15 #define FLOW_BIOFILM_HPP
16 
17 namespace Opm {
18 
20 int flowBiofilmMain(int argc, char** argv, bool outputCout, bool outputFiles);
21 
23 int flowBiofilmMainStandalone(int argc, char** argv);
24 
25 }
26 
27 #endif // FLOW_BIOFILM_HPP
int flowBiofilmMain(int argc, char **argv, bool outputCout, bool outputFiles)
Main function used in flow binary.
Definition: flow_biofilm.cpp:116
Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that ...
Definition: blackoilbioeffectsmodules.hh:45
int flowBiofilmMainStandalone(int argc, char **argv)
Main function used in flow_biofilm binary.
Definition: flow_biofilm.cpp:127