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.
|
Definition at line 7 of file Orchestrator.H.
#include <Orchestrator.H>
Public Types | |
enum | { INIT =0, INITTIME, RUN, FINALIZETIME, FINALIZE, READ, WRITE, SET, OP1, OP2, OP3, NUMBER_OF_FUNCTIONS } |
Public Member Functions | |
agentbase () | |
virtual void | SetErrStream (std::ostream &oStream) |
virtual void | SetOutStream (std::ostream &oStream) |
virtual int | Initialize (const std::string &interfaceName) |
virtual int | Run () |
virtual int | InitializeTimeStep (double time) |
virtual int | FinalizeTimeStep (double time) |
virtual int | Finalize () |
virtual int | DumpSolution () |
virtual void | WriteOut (const std::string &output) |
virtual void | WriteErr (const std::string &output) |
virtual | ~agentbase () |
Protected Attributes | |
std::vector< std::string > | componentInterfaceNames |
std::vector< std::string > | modelInterfaceNames |
std::vector< int > | componentFunctionHandles |
std::ostream * | errStream |
std::ostream * | outStream |