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.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Macros
Groups
Pages
void SetRunMode
(
const std::string &
inMode
)
inline
Definition at line
159
of file
FsiCouplingPar.H
.
References
runMode
.
160
{
161
std::stringstream outString;
162
if
(inMode ==
"Fluid"
||
163
inMode ==
"fluid"
){
164
runMode
= 1;
165
}
else
if
(inMode ==
"Structure"
||
166
inMode ==
"structure"
||
167
inMode ==
"Solid"
||
168
inMode ==
"solid"
){
169
runMode
= 2;
170
}
else
{
171
runMode
= 0;
172
}
173
};
fsicouplingpar::runMode
int runMode
Definition:
FsiCouplingPar.H:51
fsicouplingpar
Generated on Mon Jul 25 2016 15:50:55 for ElmerFoamFSI by
1.8.5