I am currently studying the flow-induced vibrations of hydro power plant trashracks. One part of that study is a numerical investigation, modelling the problem in 2D. I already got some results for the flow pattern around a trashrack bar, using Code_Saturne at a Reynolds number of about 5000 with the turbulence model "Rij-EBRSM". This is how the vorticity looks like : Now I would like to let the bar move, using the ALE module. This way I would access the frequency of vibration for a given mass and stiffness. I could thus determine e. g. the added mass.
I have gotten acquainted with the ALE module via this example and could make it work. However in the case of the trashrack bar profile, the computation stops after about 80 time steps :
I assume their must be some problem with the deformation of my mesh, but I couldn't find which cell gets broken, so I haven't fixed the problem yet. I have tried to abide by the best practices for mesh generation, i. e. having rectangles in the mesh, but this proved to make the meshing process (using Salome) quite tedious. Would you advise, in that case, that I preferably use a mesh with triangles? I guess it would make the task of refining the mesh close to the wall easier.Abort due to the detection of a negative control volume.
I have attached an archive with the xml file and the listing; the mesh file (44MB) can be found here (time-limited link). In that case I have let the mesh viscosity distribution uniform with value 1. I have also tried defining mathematically the shape of the bar and setting the mesh viscosity to 1e10 inside the bar, following the example of Alexandre Douce ("flow around a cylinder"), but in the end I got the same error in the solver. I point out that I expect very low vibration amplitudes (of order 1e-3*bar thickness) since the structure is very stiff, so the mesh is not supposed to move a lot.
I am aware that this might be more a problem of preprocessing than a problem of Code_Saturne, but I would be pleased to get advice about it if you have some.
Regards