|
[Sponsors] |
July 16, 2003, 04:43 |
how to set a block with phoenics3.4
|
#1 |
Guest
Posts: n/a
|
I have been working hard to the numerical simulation of combustion with BFC. Lately, to my painful, I cann¡¯t set a block in the above of nozzle inlet. When I set a block, the iterations(sweeps) end with only 2 sweeps. However,If I substitute 4 plates for block, the solving process is very satisfied. I don¡¯t know why this is? In fact, the subsititute is not accord with the physical model. How to set a block with BFC.? How to modify Q1file?(considering vpor,epor,hpor etc.)
|
|
July 17, 2003, 03:30 |
Re: how to set a block with phoenics3.4
|
#2 |
Guest
Posts: n/a
|
zhujianguo,
I am not sure if this will answer your question, since I run v3.2 (also with BFC grid), but let's try. It is recommended to use solid region rather than VPOR etc. therefore you should first add in GROUP 7: store(prps) Now you set IC in GROUP 11 - initialize prps and then set the blocked region with a solid material: fiinit(prps) = 0. patch(block, inival, ixf, ixl, iyf, iyl, izf, izl, 1, 1) ; init(block, prps, 0., 198.) That should be all. For any blocked region surface that is a no-slip wall, you should add WALL command in GROUP 13, e.g.: wall (esurf, east, ixfe, ixle, iyfe, iyle, izfe, izle, 1, Lstep) However, due to a bug in v3.2 - "wall" command of the boundaries of blocked regions is treated as IC patch and should therefore replaced by "patch" and "coval", manually adding all affected variables and especially adding the parallel velocity component and the turbulence solved variables (if any). For the above wall, this should be: patch(esurf, ewall, ixfe, ixle, iyfe, iyle, izfe, izle, 1, Lstep) ; coval(esurf, v1, grnd2, 0.) ; coval(esurf, ke, grnd2, grnd2) ; coval(esurf, ep, grnd2, grnd2) ; ... I hope it helps, Rami |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Block Tridiagonal and Block Bidiagonal solver | Amit | Main CFD Forum | 8 | February 18, 2015 17:53 |
problems with viewing mesh block by block | James | CFX | 0 | January 22, 2008 13:11 |
Block-Block tridiagonal matrix inverse | Abdulhafid Elfaghi | Main CFD Forum | 3 | September 16, 2007 03:55 |
looking for 2D block/multi-block grid generator | phsieh | Main CFD Forum | 0 | October 29, 2003 09:07 |
CFX5 vs PHOENICS3.2 ? | weili | CFX | 0 | July 1, 2001 17:09 |