Update preCICE MBDyn adapter authored by Claudio Giovanni Caccia;Claudio Giovanni Caccia's avatar Claudio Giovanni Caccia;Claudio Giovanni Caccia
...@@ -181,11 +181,9 @@ For each test case: ...@@ -181,11 +181,9 @@ For each test case:
- the OpenFOAM dictionaries are configured for the [ESI](www.openfoam.com) version - the OpenFOAM dictionaries are configured for the [ESI](www.openfoam.com) version
- the user can define the fineness of the mesh, by selecting one of the _BlockMeshDict_ - the user can define the fineness of the mesh, by selecting one of the _BlockMeshDict_
- the simulation uses _groovyBC_ (i.e. [swak4foam](https://openfoamwiki.net/index.php/Contrib/swak4Foam)) to generate a parabolic inlet profile. Otherwise the user must comment the _groovyBC_ boundary condition and uncomment _uniform_ in the _U_ dictionary - the simulation uses _groovyBC_ (i.e. [swak4foam](https://openfoamwiki.net/index.php/Contrib/swak4Foam)) to generate a parabolic inlet profile. Otherwise the user must comment the _groovyBC_ boundary condition and uncomment _uniform_ in the _U_ dictionary
- The simulation starts by giving `./runFluid` (or `./runFluid -parallel` for a parallel computation) in the home directory of the case
The simulation starts by giving `./runFluid` (or `./runFluid -parallel` for a parallel computation) in the home directory of the case - The script `./Allclean` cleans the case.
The script `./Allclean` cleans the case. - The results can be analyzed
The results can be analyzed
### CSM ### CSM
... ...
......