Skip to content

Commit f16f12c

Browse files
authored
Update Static_FSI.md
small typo fix + info on deforming cantilever.
1 parent e221647 commit f16f12c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_tutorials/multiphysics/steady_fsi/Static_FSI.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ RESTART_FILENAME = restart_fsi_steady
199199
VOLUME_FILENAME = fsi_steady
200200
```
201201

202-
where the volume files ```fsi_steady_*.vtu``` and restart files ```restart_fsi_steady_*.vtu``` will be appended the zone number.
202+
where the volume files ```fsi_steady_*.vtu``` and restart files ```restart_fsi_steady_*.dat``` will be appended the zone number.
203203

204204
#### Applying coupling conditions to the individual domains
205205

@@ -280,12 +280,14 @@ which will show the following convergence history:
280280

281281
The code is stopped as soon as the values of ```avg[bgs][0]``` and ```avg[bgs][1]``` are below the convergence criteria set in the config file.
282282

283-
The displacement field on the structural domain and the velocity field on the flow domain obtained in ```fsi_steady_1.vtu```_and ```fsi_steady_0.vtu``` respectively are shown below:
283+
The displacement field on the structural domain and the velocity field on the flow domain obtained in ```fsi_steady_1.vtu```_and ```fsi_steady_0.vtu``` respectively can be visualized with paraview and are shown below:
284284

285285
![FSI Results1](../../tutorials_files/multiphysics/steady_fsi/images/fsi2.png)
286286

287287
![FSI Results2](../../tutorials_files/multiphysics/steady_fsi/images/fsi3.png)
288288

289+
Note that the cantilever geometry is stored as the original undeformed geometry and a displacement field. In paraview, the geometry can be deformed to match the flow domain using the 'Warp by Vector' filter.
290+
289291
#### Relaxing the computation
290292

291293
In order to increase the speed of convergence, it is normally a good option to apply a relaxation

0 commit comments

Comments
 (0)