Post Processing of FSI

Previous Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Post Processing of FSI

Pradeepkumar Jagdale
Sir,
How do we go for postprocessing of the results for FSI? I would like to know about making an animation out of my simulation and how to track the tip displacement while the simulation is running.
Reply | Threaded
Open this post in threaded view
|

Re: Post Processing of FSI

Precise Simulation
Administrator
Dear Pradeepkumar,

It is recommended to do advanced postprocessing exporting your FEA data and using m-file scripts, for example the linked script below will generate the visualization for the fluid-structure interaction benchmark example (https://youtu.be/UwANmWvC9YM):

https://gist.github.com/precise-simulation/82bb9eab939834a45d0a042d1006cde7


Tracking and measuring custom quantities while a simulation is running is currently not supported in the GUI, but can technically be implemented using the "solver hook" functionality which is used to access the FEA data before each solver call, for example to modify the matrix to set periodic boundary conditions as described here https://www.featool.com/tutorial/2017/10/30/periodic-boundary-conditions-and-the-solver-hook-functionality.

Pradeepkumar Jagdale wrote
How do we go for postprocessing of the results for FSI? I would like to know about making an animation out of my simulation and how to track the tip displacement while the simulation is running.