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 Test__GetInput ( ResultsType &  result)
inlinevirtual

Definition at line 598 of file ElmerFoamFSITest.H.

References TestingObject< ResultsType >::__helper().

598  {
599  int out = __helper();
600  bool works;
601 
602  if(out == 0) works = true;
603  else works = false;
604  result.UpdateResult("GetInput:Works",works);
605  }

Here is the call graph for this function: