![]() |
ElmerFoamFSI
2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
|
| int OpenFoamModuleDriver::Test | ( | int | argc, |
| char * | argv[] | ||
| ) |
Drives the OpenFoamModuleDriver::TestObject.
| argc | number of string command line tokens |
| argv | string command line tokens |
Drives the OpenFoamModuleDriver::TestObject, which should encapsulate all the tests for the OpenFoamModuleDriver namespace (and thus the project).
Command line documentation:
elmermoduledriver_test [-h] [-v [level] -o <filename> -l <filename> -n <TestName> ]
-h,--help
Print out long version of help and exit.
-v,--verblevel [level]
Set the verbosity level. (default = 0)
-o,--output <filename>
Set the output file to <filename>. (default = stdout)
-l,--list <filename>
Set the list file name to <filename>. (no default). The list file should be a text file with one test name per line.
-n,--name <TestName>
Run test by name. (no default)
-s,--source <pathname>
Definition at line 48 of file TestOpenFoamModuleDriver.C.
References TestComLine::Initialize(), TestingObject< ResultsType >::Process(), TestingObject< ResultsType >::RunTest(), and TestingObject< ResultsType >::SetSourceDirPath().
Referenced by main().