CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CD

velocity components of dispersed phase in posdat.f

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 16, 2009, 07:18
Default velocity components of dispersed phase in posdat.f
  #1
New Member
 
Alexander
Join Date: Mar 2009
Posts: 2
Rep Power: 0
kube is on a distinguished road
Hi! Somebody know answer on a question:How to receive velocity components (UD,VD,WD) of dispersed phase in the subroutine postad.f?
kube is offline   Reply With Quote

Old   December 4, 2009, 08:11
Default about posdat.f
  #2
New Member
 
Ali Haider
Join Date: Nov 2009
Posts: 2
Rep Power: 0
labinansan is on a distinguished road
Dear I have the same problem, did you get the solution of problem.
labinansan is offline   Reply With Quote

Old   December 4, 2009, 12:12
Default
  #3
Senior Member
 
Pauli
Join Date: Mar 2009
Posts: 189
Rep Power: 17
Pauli is on a distinguished road
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.
Pauli is offline   Reply With Quote

Old   November 24, 2010, 01:41
Default
  #4
New Member
 
Join Date: Mar 2009
Posts: 9
Rep Power: 17
mepgzzi is on a distinguished road
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
mepgzzi is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two continuous phase and One dispersed phase Michael CFX 2 January 14, 2010 15:19
Dispersed Phase - Outlet (Water)-Urgent Mahi FLUENT 0 August 3, 2008 22:25
Viscosity for solid dispersed phase in E-E modelin Kushagra FLUENT 0 June 27, 2008 19:01
phase change of a dispersed fluid Alex phillips CFX 1 October 23, 2006 14:40
Heat transfer coefficient for dispersed phase Julie Siemens 4 October 30, 2004 14:26


All times are GMT -4. The time now is 19:47.