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 function that allows access to protected data members.

Definition at line 694 of file FsiCoupling.H.

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

Referenced by TestingObject< ResultsType >::Test__FsiCoupler().

694  {
695  std::vector<std::string> varVector;
696  varVector.push_back(this->fluidsInterfaceName);
697  varVector.push_back(this->structuresInterfaceName);
698  varVector.push_back(this->transferInterfaceName);
699  varVector.push_back(this->surfUtilInterfaceName);
700  varVector.push_back(this->simpalInterfaceName);
701  return varVector;
702  }
std::string simpalInterfaceName
Definition: FsiCoupling.H:37
std::string transferInterfaceName
Definition: FsiCoupling.H:35
std::string structuresInterfaceName
Definition: FsiCoupling.H:34
std::string surfUtilInterfaceName
Definition: FsiCoupling.H:36
std::string fluidsInterfaceName
Definition: FsiCoupling.H:33

Here is the caller graph for this function: