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
virtual void Process ( ResultsType &  result)
inlinevirtual

Definition at line 1356 of file OpenFoamModuleDriverTest.H.

References TestingObject< ResultsType >::Epilogue(), TestingObject< ResultsType >::Prologue(), TestingObject< ResultsType >::Test__LoadUnitTestData(), TestingObject< ResultsType >::Test__ModuleFunctionInitialize(), TestingObject< ResultsType >::Test__ModuleFunctionStepFluid(), TestingObject< ResultsType >::Test__ModuleLoadUnload(), TestingObject< ResultsType >::Test__ModuleMeshRegistration(), and TestingObject< ResultsType >::Test__ModuleSurfaceData().

Referenced by OpenFoamModuleDriver::Test().

1356  {
1357  Prologue();
1358  Test__ModuleLoadUnload(result);
1359  Test__LoadUnitTestData(result);
1362  Test__ModuleSurfaceData(result);
1364  Epilogue();
1365  }
virtual void Test__ModuleMeshRegistration(ResultsType &result)
virtual void Test__ModuleFunctionStepFluid(ResultsType &result)
virtual void Test__ModuleLoadUnload(ResultsType &result)
virtual void Test__ModuleSurfaceData(ResultsType &result)
virtual void Test__LoadUnitTestData(ResultsType &result)
virtual void Prologue()
Sets up the data fixtures for the tests.
virtual void Epilogue()
Tears down the testing fixtures if needed.
virtual void Test__ModuleFunctionInitialize(ResultsType &result)

Here is the call graph for this function:

Here is the caller graph for this function: