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 ElmerFoamFSI::Test | ( | int | argc, |
char * | argv[] | ||
) |
Drives the ElmerFoamFSI::TestObject.
argc | number of string command line tokens |
argv | string command line tokens |
Drives the ElmerFoamFSI::TestObject, which should encapsulate all the tests for the ElmerFoamFSI namespace (and thus the project).
Command line documentation:
elmerfoamfsi_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> Set the testing source directory. (no default)
Definition at line 48 of file TestElmerFoamFSI.C.
References TestComLine::Initialize(), TestingObject< ResultsType >::Process(), TestingObject< ResultsType >::RunTest(), and TestingObject< ResultsType >::SetSourceDirPath().
Referenced by main().