|
[Sponsors] |
October 15, 2006, 13:24 |
How to output the vorticity fig?
|
#1 |
Guest
Posts: n/a
|
In many papers, the vorticity fig can be seen, so if we have the u.v.w flow field, how to draw the vorticity fig.
Who have such experience or give some sample codes. Thanks! |
|
October 15, 2006, 21:43 |
Re: How to output the vorticity fig?
|
#2 |
Guest
Posts: n/a
|
Have a simple subroutine to calculate the vorticity, which can be done once you have the velocity values.The equations for 2d and 3d can be found in any introductory fluid mechanics book.
|
|
October 16, 2006, 07:47 |
Re: How to output the vorticity fig?
|
#3 |
Guest
Posts: n/a
|
hi.. Harish Now do you have such subroutine, can send me one to learn? Thanks much! mud2003@126.com
|
|
October 16, 2006, 08:33 |
Re: How to output the vorticity fig?
|
#4 |
Guest
Posts: n/a
|
for 2D, you can a vector vorticity field with + or - stating its directions. For 3D, the vorticity is a vector having three components in three directions. Hence it is convenient to have the magnitude of the vorticity. vortiticy is the curl of velocity vector. Google it and you will know
|
|
October 16, 2006, 12:29 |
Re: How to output the vorticity fig?
|
#5 |
Guest
Posts: n/a
|
hi.. dingxin
Do you mean : "wx = dw/dy - dv/dz wy = du/dz - dw/dx wz = dv/dx - du/dy w = wx(i) + wy(j) + wz(k) vorticity magnitude = sqrt(w.w) = sqrt( wx*wx +wy*wy +wz*wz) " but as if the solution for the boundary is difficult? I do not know how to do |
|
October 16, 2006, 13:57 |
Re: How to output the vorticity fig?
|
#6 |
Guest
Posts: n/a
|
Just use standard differencing formulas to numerically differeniate the velocity field. It's really not that hard to do.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Activate vorticity | rikio | CFX | 3 | October 27, 2017 11:58 |
Questions about data output | aki_yafuji | OpenFOAM Running, Solving & CFD | 3 | September 9, 2010 02:59 |
lift and drag on ship superstructures | vaina74 | OpenFOAM Running, Solving & CFD | 3 | June 8, 2010 13:30 |
vorticity boundary condition | bearcharge | Main CFD Forum | 0 | May 14, 2010 12:32 |
[Other] Output Format of MetaMesh | t42 | OpenFOAM Meshing & Mesh Conversion | 0 | August 3, 2007 05:28 |