-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulating Flexible filaments with gravity ON #21
Comments
Hi. Have you checked the filament node positions? From the error message, it looks like part of the filament has moved off the computational grid, which is not necessarily indicative of a bug. If this is a benchmark case, it's possible that the case has not been set up correctly; e.g. the Young's modulus of the filament might be set wrong, and it could be too flexible? I don't know the answer to your question; i.e. whether gravity is compatible with flexible filaments. My guess is that it should work, but someone who knows better should confirm this. |
Hi, Thank you for the response. Yes, it is a benchmark case that I am trying to validate. The E value came out as per my calculation. Assuming I had calculated the E value wrongly, I had run several cases with with large E value but the simulation fails similarly. In fact these cases run fine with gravity turned OFF. Also, I ran the Turek & Hron (circular cylinder with splitter plate case) that LUMA used as validation with gravity turned ON in the flow direction. It failed too, showing similar error that body is out of computational domain. |
Have you visualised the simulation, e.g. in paraview, with the bodies, so that you can see what's going on? |
Hi, I have visualized but it is hard to understand what is going wrong. For example, I visualized circular cylinder with filament case for which I am attaching the Ux distribution. The gravity is turned ON in the x direction. One more thing I need to know is that, in definitions.h file, do we give the acceleration due to gravity value in L_GRAVITY_FORCE option? |
Hello,
Hope you are doing well.
I have a doubt regarding the usage of Gravity force. Can we simulate flexible filaments (pinned) and subjected to uniform flow and gravity turned ON in the flow direction ?
I was trying to validate a benchmark case. But the simulation crashes at an initial timestep of 27 saying "position is off entire grid hierarchy". I can see that the simulation runs fine when I mention the filament as RIGID but fails when I make it FLEXIBLE.
There is no change in the source code. I am only giving inputs in the definitions.h and geometry.config file.
I am attaching the definitions.h and geometry.config file for reference.
link
Any help would be highly appreciated.
Thank You
Akash
The text was updated successfully, but these errors were encountered: