Prescribed moition FSI with the new version
› Forums › OpenLB › General Topics › Prescribed moition FSI with the new version
- This topic has 4 replies, 2 voices, and was last updated 4 months, 1 week ago by MohammadAli_Daeian.
-
AuthorPosts
-
July 18, 2025 at 9:56 pm #10616MohammadAli_DaeianParticipant
Hello everyone!
I have a question regarding the new version of the openLB. If one uses a a series of stl files describing a prescribed motion of the structure, apart from the procedure that is needed to translate the stl files to the structure grid within the solver, is there any other modification required. Specially considering the fact that this prescribed moition does not decribe a rigid structure motion as it is in the current version.
Thanks,
mJuly 23, 2025 at 6:38 pm #10617avrachanParticipantHi,
If you can describe the prescribed motion as a series of translations and rotations to the initial STL file, then it is straightforward adaptation of the examples/showcase/centrifugalpump example.
Specially considering the fact that this prescribed moition does not decribe a rigid structure motion as it is in the current version.
Can you explain this?
If the series of STL files involve deformation/fracture etc, then I’m not sure how one can capture its effect of the fluid, which might be something you want to consider.
July 24, 2025 at 11:58 pm #10622MohammadAli_DaeianParticipantYes, that is the main issue. The structure mesh evolution involves deformation. I am not sure how I could modify the code to incorporta this behavioure.
I beielve this requires some development whithin the current version, however not sure which headers/functions should be modified for this purpose.July 25, 2025 at 12:20 am #10623avrachanParticipantYou can probably write a function which loops through all the nodes that was inside the STL in the previous timestep but not inside the new STL, with equilibrium values. This might work if the deformation is not too drastic.
But you would still need to specify some velocity to the STL otherwise how will the fluid interact with the object.
July 28, 2025 at 7:35 pm #10624MohammadAli_DaeianParticipantOf course! A velocity must be specified for the STL mesh. However, my question concerns the deformation of the mesh. If the structure undergoes significant deformation, generally what modifications are required in the solver to handle such prescribed motion?
-
AuthorPosts
- You must be logged in to reply to this topic.
