|
[Sponsors] |
velocity components of dispersed phase in posdat.f |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 16, 2009, 08:18 |
velocity components of dispersed phase in posdat.f
|
#1 |
New Member
Alexander
Join Date: Mar 2009
Posts: 2
Rep Power: 0 |
Hi! Somebody know answer on a question:How to receive velocity components (UD,VD,WD) of dispersed phase in the subroutine postad.f?
|
|
December 4, 2009, 09:11 |
about posdat.f
|
#2 |
New Member
Ali Haider
Join Date: Nov 2009
Posts: 2
Rep Power: 0 |
Dear I have the same problem, did you get the solution of problem.
|
|
December 4, 2009, 13:12 |
|
#3 |
Senior Member
Pauli
Join Date: Mar 2009
Posts: 189
Rep Power: 17 |
In 3.26, they are not available. I don't know about 4.xx.
As a workaround, they are available in dropro.f. You can grab the vaules, put them in an array & pass it to posdat via a common block. Here is sample code for the dropro.f part: DIMENSION DrpVel(mxDrp,3) COMMON/myDroplets/DrpVel DrpVel(IDR,1) = UD DrpVel(IDR,2) = VD DrpVel(IDR,3) = WD Put the same dimension & common statements in posdat.Be careful in which posdat "level" you try to use the infomation. It's only good for the end of step posdat call. |
|
November 24, 2010, 02:41 |
|
#4 |
New Member
Join Date: Mar 2009
Posts: 9
Rep Power: 17 |
you can also get them from drobrk.f by sharing them in common blocks.
I also tried and used DRV(ID,1/2/3),corresponding to UD/VD/WD, it seems that then can be directly obtained from posdat.f |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Two continuous phase and One dispersed phase | Michael | CFX | 2 | January 14, 2010 16:19 |
Dispersed Phase - Outlet (Water)-Urgent | Mahi | FLUENT | 0 | August 3, 2008 23:25 |
Viscosity for solid dispersed phase in E-E modelin | Kushagra | FLUENT | 0 | June 27, 2008 20:01 |
phase change of a dispersed fluid | Alex phillips | CFX | 1 | October 23, 2006 15:40 |
Heat transfer coefficient for dispersed phase | Julie | Siemens | 4 | October 30, 2004 15:26 |