Pipe flow test for the staggered grid RANS model,. More...
#include <config.h>#include <ctime>#include <iostream>#include <dune/common/parallel/mpihelper.hh>#include <dune/common/timer.hh>#include <dune/grid/io/file/dgfparser/dgfexception.hh>#include <dune/grid/io/file/vtk.hh>#include <dune/istl/io.hh>#include <dumux/assembly/staggeredfvassembler.hh>#include <dumux/assembly/diffmethod.hh>#include <dumux/common/dumuxmessage.hh>#include <dumux/common/parameters.hh>#include <dumux/common/properties.hh>#include <dumux/common/valgrind.hh>#include <dumux/io/grid/gridmanager.hh>#include <dumux/io/staggeredvtkoutputmodule.hh>#include <dumux/linear/seqsolverbackend.hh>#include <dumux/nonlinear/newtonsolver.hh>#include <dumux/discretization/method.hh>#include "problem.hh"Pipe flow test for the staggered grid RANS model,.
This test simulates is based on pipe flow experiments by John Laufers experiments in 1954 [40].
Functions | |
| void | usage (const char *progName, const std::string &errorMsg) |
| Provides an interface for customizing error messages associated with reading in parameters. More... | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void usage | ( | const char * | progName, |
| const std::string & | errorMsg | ||
| ) |
Provides an interface for customizing error messages associated with reading in parameters.
| progName | The name of the program, that was tried to be started. |
| errorMsg | The error message that was issued by the start function. Comprises the thing that went wrong and a general help message. |
