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

Evaporation problem

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Volker

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 16, 2003, 13:56
Default Evaporation problem
  #1
Drummer
Guest
 
Posts: n/a
Hello! I'm a beginner in star-cd and I have such a problem: I'm using 2 phase lagrangian flow - air + H20 droplets (just like in tutorial...) Air flow temperature is 413K, droplets temp is for example 350K. The problem is that when droplets do not evaporate - their temperature continues raising after 373K (100 C). What do I have to do to realize droplets evaporation - temperature must be constant and mass decrease... Where am I wrong? Best regards...
  Reply With Quote

Old   March 17, 2003, 05:47
Default Re: Evaporation problem
  #2
Volker
Guest
 
Posts: n/a
Hi,

First of all, check if the boiling model in droplet properties is switched on. Furthermore you have to provide sensible values for Tcrit and the saturation pressure. For the latter I think you should provide a temperature-dependent function via a user subroutine if you want to get realistic results.

Hope that helps,

Volker
  Reply With Quote

Old   March 17, 2003, 10:38
Default Re: Evaporation problem
  #3
Drummer
Guest
 
Posts: n/a
Thanks, but: 1) If I turn on boiling model, droplets instead of continius evaporation boil immediatly 1setp there droplets exist and next step there are no droplets any more( not realistic... and I want them to evaporate slowly... 2) I don't know what to write in subroutine - I hadn't used them... How can I do it... I mean temp-dependent function - are there some examples???

Best Reagrds
  Reply With Quote

Old   March 18, 2003, 02:06
Default Re: Evaporation problem
  #4
Volker
Guest
 
Posts: n/a
Hi,

it shouldn't be too difficult to find values for the saturation pressure of water. Otherwise try and find an equation to calculate it (eg. Lee and Kessler equation). The crit. temperature of water is 647,14 K. To use the user-subroutine, create a directory 'ufile' in your working directory and then select 'user' under 'saturation pressure' in 'droplet properties'. The file dropro.f will be written in ufile. You have to write your equation for the saturation pressure into this file.

Hope this works,

Volker
  Reply With Quote

Old   March 18, 2003, 02:24
Default Re: Evaporation problem
  #5
Drummer
Guest
 
Posts: n/a
"You have to write your equation for the saturation pressure into this file. " - That's the main difficulty - I don't know what to write and how to write - I don't know fortran syntax! - That is why I ask examples... for any equation

Thank you
  Reply With Quote

Old   March 18, 2003, 03:04
Default Re: Evaporation problem
  #6
Volker
Guest
 
Posts: n/a
OK. if you open the file dropro.f, you will find two blank lines followed by 'return end' at the bottom of the file.

you will fill in the equation into this empty space after you have defined the droplet type for which you want to use the user-subroutine (eg. type 1):

IF(IDRT.EQ.1)

'your equation' (PS=f(TD), e.g. PS=3.0*TD**2, this is just an example!!!)

ENDIF

Make sure you leave at least seven spaces between your input and the left margin.

Good luck,

Volker
crevoise likes this.
  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
discrete model problem (water droplet evaporation) rabaeto1984 FLUENT 4 October 1, 2018 04:16
How to use UDF in evaporation. Rikio FLUENT 1 May 11, 2007 10:30
evaporation in vof asghari FLUENT 3 May 27, 2006 02:58
Modeling problem: melting and evaporation Dolores Chua FLUENT 0 April 26, 2004 03:19
Evaporation UDF MN FLUENT 0 December 8, 2003 20:37


All times are GMT -4. The time now is 03:06.