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
std::vector<std::string> getVariable ( )
inline

Helper functions for accessing protected data members.

Definition at line 504 of file FsiCouplingPar.H.

References fluidsInterfaceName, simoutInterfaceName, simpalInterfaceName, structuresInterfaceName, surfUtilInterfaceName, and transferInterfaceName.

504  {
505  std::vector<std::string> varVector;
506  varVector.push_back(this->fluidsInterfaceName);
507  varVector.push_back(this->structuresInterfaceName);
508  varVector.push_back(this->transferInterfaceName);
509  varVector.push_back(this->surfUtilInterfaceName);
510  varVector.push_back(this->simpalInterfaceName);
511  varVector.push_back(this->simoutInterfaceName);
512  return varVector;
513  }
std::string fluidsInterfaceName
std::string structuresInterfaceName
std::string transferInterfaceName
std::string simpalInterfaceName
std::string simoutInterfaceName
std::string surfUtilInterfaceName