CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Evaporation in an Incompressible Lagrangian (LPT) solver?

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By jairoandres
  • 2 Post By einstein_zee
  • 1 Post By jairoandres

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 29, 2016, 17:31
Default Evaporation in an Incompressible Lagrangian (LPT) solver?
  #1
New Member
 
Jakob Heide
Join Date: Apr 2014
Posts: 2
Rep Power: 0
jheide is on a distinguished road
Dear all,

I am trying to simulate an evaporating water spray in ambient air, i.e. no chemical reactions, in OpenFOAM 2.4. The only thread which is partly related could be http://www.cfd-online.com/Forums/ope...ble-flows.html . The code presented in that thread was written for OF 2.1 and it does not include evaporation.

Ideally I would like the model to include:
  • Evaporation (phase change) from the Lagrangian phase (a water droplet) to the continuous phase (air/water mixture)
  • Dispersion due to eulerian phase turbulence
  • Two way coupling between the lagrangian/eulerian phase
The sprayFoam solver would suit this problem unless it wasn't a compressible solver. Using a density based solver for my relatively low velocities (droplets U0 ~ 100 m/s) and standard room temperature gives a poor description of the flow (temperature drops etc).

So I guess I will need to create my own solver in case there is none available (?). How should I proceed? As I see it there are two options:
  1. Convert the sprayFoam solver to be incompressible
  2. Add models to icoUncoupledKinematicParcelFoam
Or maybe there is another solution which is easier? If someone could explain which way would be the easiest with a short motivation it would be highly appreciated.

Thanks a lot!
jheide is offline   Reply With Quote

Old   September 19, 2016, 11:19
Default I am thinking the same
  #2
Member
 
Jairo A. Gutiérrez S
Join Date: Nov 2014
Posts: 57
Rep Power: 11
jairoandres is on a distinguished road
Hi, I am just having the same inconvenient. I would like to ask you if you were able of converting sprayFoam to an incompressible case? I did CFD simulations using sprayFoam in a spray dryer a couple of years ago but I am very interested in knowing if you obtain sightly different results using a "incompressible" version.
jairoandres is offline   Reply With Quote

Old   June 25, 2018, 12:18
Default
  #3
Member
 
Join Date: Oct 2015
Posts: 63
Rep Power: 10
Scram_1 is on a distinguished road
Hey,
Has anyone managed to solve this problem? I want to inject water droplets in my computational domain. What I have done is coupled pimpleFoam solver with icoUncoupledKinematicLagrangianFoam which means that my solver now can do transient particle tracking. I have also added the energy equation in the modified solver. Now, I want to study the evaporation of water droplets by considering an 'incompressible' evaporation model. Can someone help me out with this?

Best,
Scram_1
Scram_1 is offline   Reply With Quote

Old   March 26, 2019, 08:20
Default is there any solutions?
  #4
New Member
 
Germany
Join Date: Nov 2018
Posts: 5
Rep Power: 7
Mh.Sui is on a distinguished road
Hi,

I also have this problem, did someone have done?
Mh.Sui is offline   Reply With Quote

Old   December 15, 2020, 23:39
Default
  #5
New Member
 
Illia
Join Date: Aug 2020
Posts: 10
Rep Power: 5
IC01 is on a distinguished road
Hi guys. Is it 2020, anyone solved this inconvenience?

Thank you
IC01 is offline   Reply With Quote

Old   September 20, 2021, 12:46
Default
  #6
Member
 
Jairo A. Gutiérrez S
Join Date: Nov 2014
Posts: 57
Rep Power: 11
jairoandres is on a distinguished road
It looks there isnt still a incompressible-flow solver for sprays, but I ask, why was it mentioned that using a compressible flow - density-based solver gives a poor description?
granzer likes this.
jairoandres is offline   Reply With Quote

Old   September 21, 2021, 13:51
Default
  #7
Member
 
Hosein
Join Date: Nov 2011
Location: Germany
Posts: 93
Rep Power: 14
einstein_zee is on a distinguished road
Quote:
Originally Posted by jairoandres View Post
It looks there isnt still a incompressible-flow solver for sprays, but I ask, why was it mentioned that using a compressible flow - density-based solver gives a poor description?
Yeah it is also briefly mentioned in chapter 10.3 of Ferziger book that the methods for compressible flows will be inefficient for slightly compressible flows due to a different Courant number restriction... But not that they are giving a poor description though...
jairoandres and granzer like this.
einstein_zee is offline   Reply With Quote

Old   September 21, 2021, 15:36
Default
  #8
Member
 
Jairo A. Gutiérrez S
Join Date: Nov 2014
Posts: 57
Rep Power: 11
jairoandres is on a distinguished road
Quote:
Originally Posted by einstein_zee View Post
Yeah it is also briefly mentioned in chapter 10.3 of Ferziger book that the methods for compressible flows will be inefficient for slightly compressible flows due to a different Courant number restriction... But not that they are giving a poor description though...
Thank you... that's a very good read. I was looking at chap. 10.3 and I am not sure if water-spray evaporation falls within this definition (u/c <<1) as in this case, it would be (u/c <<<1). What I can surely tell you is that using the PIMPLE solver + sprayFoam, I have sometimes managed to go Co>1.0, thus not losing that much computing efficiency (besides solving many more "not-so-needed" equations).

And regarding the "poor description" mentioned in the initial post, I completely agree with you. I have always seen it as integrating the drag contribution to describe the free fall of a ball inside a vacuum chamber.
granzer likes this.
jairoandres is offline   Reply With Quote

Reply

Tags
droplet, evaporation, incompressible, lagrangian


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
Modify compressible solver to incompressible mingzhao OpenFOAM Running, Solving & CFD 0 September 18, 2015 12:50
Fully coupled solver (incompressible N.-S.) - Determinig pressure up to a constant eltenedor Main CFD Forum 12 November 12, 2014 14:44
Transition SST k-omega and solver choice for incompressible flow over wing Aeronautics El. K. FLUENT 0 August 4, 2014 18:33
Lagrangian Solver for N-S harish Main CFD Forum 1 May 12, 2005 08:43
Incompressible flow solver (staggered grid) J. Ehrhard Main CFD Forum 1 October 8, 1998 19:47


All times are GMT -4. The time now is 14:59.