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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
ParallelTestOpenFoamModuleDriver.C File Reference

Implements a command-line interface for the OpenFoamModuleDriver tests. More...

Detailed Description

Implements a command-line interface for the OpenFoamModuleDriver tests.

Note that in this file, the "main" function is separated off from the program implementation. This is done to make the documentation usable and should be done for every new program in OpenFoamModuleDriver.

Definition in file ParallelTestOpenFoamModuleDriver.C.

#include "ComLine.H"
#include "TestOpenFoamModuleDriver.H"
#include "COMM.H"
Include dependency graph for ParallelTestOpenFoamModuleDriver.C:

Go to the source code of this file.

Namespaces

 OpenFoamModuleDriver
 Project-specific namespace.
 

Typedefs

typedef
IRAD::Comm::CommunicatorObject 
CommType
 Convenience typedef for CommunicatorObject. More...
 

Functions

int ParallelTest (int argc, char *argv[])
 Drives the OpenFoamModuleDriver::TestObject. More...
 
int main (int argc, char *argv[])