Hi, I’m running an aeroelastic simulation with the following solvers:
Fluid: OpenFOAM (pimpleFoam)
Solid: OpenFOAM (solidDisplacementFoam)
The setup is very simple: a cantilever 2D beam with some angle of attack. I am expecting some continuous oscillations in the beam, but the oscillations get momentarily stalled as such: (please watch the video until the end)
(the momentary stop takes place between t=0.09s - 0.40s)
The problem seem to be solid solver-related. I’ve been playing with the fvSolution and fvSchemes of the solid solver and I can confirm that this behavior is very sensitive to the numerical setup defined in these two files (the displacement amount and speed change dramatically. also, with certain numeric parameters, there are no oscillations at all; the beam just moves very slowly).
On the other hand, since I’m fairly new to preCICE, some insight on the configuration of preCICE would be very helpful. Any suggestions to where to look for the problem? Specifically, what parameters should I adjust in the preCICE config XML file? Or any other files?
Thanks in advance