|
[Sponsors] |
October 8, 2008, 00:53 |
obstacle question of nasavof2d
|
#1 |
Guest
Posts: n/a
|
hi, i recently use nasavof2d to solve tank draining problem,and i want to set obstacle cells in the fluid.so i set beta(i,j)=-1.0 in obstacle cells by hand in subroutine setup,as if (XI(I).LE.0.40.AND.(YJ(J).GE.1.0.AND.YJ(J).LE.2.0) )
BETA(I,J)=-1.0 then running the fortran codes,when i used tecplot to display the result,i found velocity appeared in the obstacle cells.. i don't understand. thanks,stock |
|
October 8, 2008, 02:38 |
Re: obstacle question of nasavof2d
|
#2 |
Guest
Posts: n/a
|
it's not strang,
an example: assume solid is parallel to x-axis and you have no-slip condition on wall, then we set u-velocity of fictitious cells (in fact first row of obstacle, wall) equal to -1* u-velocity of cell in vicinity of wall, i.e., for a bottom wall: u(i,j) = -1.* u(i+1,j) (e.g. for i=1) |
|
October 8, 2008, 04:42 |
Re: obstacle question of nasavof2d
|
#3 |
Guest
Posts: n/a
|
thanks, but in the solavof2d,obstacle cells set only in the subroutine meshst as i do in the nasavof2d.it don't need to reset u-velocity or v-velocity in vicinity of obstacle wall. it only set u-velocity or v-velocity in boundary conditions.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unanswered question | niklas | OpenFOAM | 2 | July 31, 2013 17:03 |
Question on heat tranfer from an obstacle into fluid | ekh95 | FLOW-3D | 0 | June 3, 2009 19:09 |
Turbulence : rectangular obstacle in a pipe | sam | FLUENT | 2 | June 26, 2007 00:53 |
CHANNEL FLOW: a question and a request | Carlos | Main CFD Forum | 4 | August 23, 2002 06:55 |
question | K.L.Huang | Siemens | 1 | March 29, 2000 05:57 |