|
[Sponsors] |
March 16, 2003, 14:56 |
Evaporation problem
|
#1 |
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...
|
|
March 17, 2003, 06:47 |
Re: Evaporation problem
|
#2 |
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 |
|
March 17, 2003, 11:38 |
Re: Evaporation problem
|
#3 |
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 |
|
March 18, 2003, 03:06 |
Re: Evaporation problem
|
#4 |
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 |
|
March 18, 2003, 03:24 |
Re: Evaporation problem
|
#5 |
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 |
|
March 18, 2003, 04:04 |
Re: Evaporation problem
|
#6 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
discrete model problem (water droplet evaporation) | rabaeto1984 | FLUENT | 4 | October 1, 2018 05:16 |
How to use UDF in evaporation. | Rikio | FLUENT | 1 | May 11, 2007 11:30 |
evaporation in vof | asghari | FLUENT | 3 | May 27, 2006 03:58 |
Modeling problem: melting and evaporation | Dolores Chua | FLUENT | 0 | April 26, 2004 04:19 |
Evaporation UDF | MN | FLUENT | 0 | December 8, 2003 21:37 |