Skip to content

Commit

Permalink
Solution for solids4foam#150 point 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iBatistic committed Dec 18, 2024
1 parent eef0212 commit 69effeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/fluidSolidInteraction/3dTube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In all cases, the first-order Euler time scheme is used for the solid and fluid.

## Running the Case

For approaches 1 to 4, the tutorial case is located at `solids4foam/tutorials/fluidSolidInteraction/3dTube`. The case can be run using the single `Allrun` script. Use `./Allrun` for approaches 1 and 2, `./Allrun sonicLiquidFluid` for approaches 3 and 4, and `./Allrun robin` for approach 5. The script update the case with links to the correct files to be used by each approach. The acceleration algorithm, Aitken's or IQNILS, is specified in the `constant/fsiProperties` file.
For approaches 1 to 4, the tutorial case is located at `solids4foam/tutorials/fluidSolidInteraction/3dTube`. The case can be run using the included `Allrun` scripts: `Allrun.pimpleFluid` for approaches 1 and 2, i.e.`./Allrun.pimpleFluid`, and `./Allrun.sonicLiquidFluid` for approaches 3 and 4. These scripts update the case with links to the correct files to be used by each approach. The acceleration algorithm, Aitken's or IQNILS, is specified in the `constant/fsiProperties` file, with IQNILS being set in this case unless changed by the user.

For approach 5 (Robin-Neumann formulation), you should change the boundary conditions in the `0/fluid/p` and `0/fluid/U` files to the `elastic*` versions; currently, the Robin approach is only available in foam-extend-4.1.

Expand Down

0 comments on commit 69effeb

Please sign in to comment.