Skip to content
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

Naturally oscillating 2D-cylinder #2

Open
Haider-BA opened this issue Mar 27, 2016 · 12 comments
Open

Naturally oscillating 2D-cylinder #2

Haider-BA opened this issue Mar 27, 2016 · 12 comments

Comments

@Haider-BA
Copy link

Kindly include an example of naturally oscillating (elastically mounted / VIV) 2D cylinder.

@Haider-BA
Copy link
Author

Did you try to implement the above problem. For reference, please see the code lines from 153 - 168 in the attached link.
https://github.com/unicfdlab/TrainingTracks/blob/master/OpenFOAM/simpleFsi-OF3.0.0/src/basicFsiFunctionObject/basicFsi.C

@nickabattista
Copy link
Owner

Sorry I have not had a chance to try to implement it, yet. I have been adding more functionality to the code. I will try to get to that. Do you need it ASAP?

@Haider-BA
Copy link
Author

Yes, I need it ASAP. If you could implement it.

@nickabattista
Copy link
Owner

I am implementing it now. I'll keep you up-to-date.

@Haider-BA
Copy link
Author

Thank you. I am waiting anxiously.

@nickabattista
Copy link
Owner

I have an implementation ready with elastic (non-damped) springs attaching the cylinder to the channel. I am adding in functionality for damped springs now, but it may take me a day or two.

@nickabattista
Copy link
Owner

I have an example of the VIV cylinder with damped springs now working. Please let me know what you think. Thanks:

-> IB2d/matIB2d/Examples/Example_VIV_Cylinder/Single_VIV_Cylinder_Damped_Springs_256

@nickabattista
Copy link
Owner

Thoughts?

@Haider-BA
Copy link
Author

I tried but cold not understand whether the circular cylinder is moving due to aerodynamic forces or still? Reporting the position (x and y) w.r.t time will be helpful to get the idea. It looks different implementation than the literature.

@nickabattista
Copy link
Owner

You can visualize the data that the simulation produces in either VisIt (https://wci.llnl.gov/simulation/computer-codes/visit/ ) or ParaView (http://www.paraview.org/download/ ), and look at any of the Eulerian data (velocity vectors, velocity magnitudes, vorticity, pressure, etc., along with the position of the Lagrangian Structure. You can do the explicit analysis you described using the data_analysis software within IB2d. There is an example for flow in a channel here: IB2d/data_analysis/analysis_in_matlab/Example_For_Data_Analysis/

The circular cylinder is moving solely based on the fluid dynamic forces acting on it alone, and then it is recoiling back due to the elastic deformations of the damped springs tethering the cylinder to the walls of the channel.

@Haider-BA
Copy link
Author

Now I can see the movement. But the boundary looks deformed (elastic), I think it should be rigid.
For data analysis same file (IB2d/data_analysis/analysis_in_matlab/Example_For_Data_Analysis/) will be used or it needs modification?

@Haider-BA
Copy link
Author

How to test VIV with different Mass ratios, frequency, etc.., where to input?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants