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 WriteOut ( const std::string &  output)
inlinevirtual

Definition at line 28 of file Orchestrator.H.

References agentbase::outStream.

Referenced by elmeragent::Finalize(), elmeragentpar::Finalize(), openfoamagentpar::Initialize(), openfoamagent::Initialize(), elmeragentpar::Initialize(), and elmeragent::Initialize().

28  {
29  if(outStream)
30  *outStream << output;
31  }

Here is the caller graph for this function: