|
[Sponsors] |
January 9, 2019, 19:50 |
CaseSetup Nozzle Spray Pattern
|
#1 |
New Member
E
Join Date: May 2018
Posts: 20
Rep Power: 8 |
First off I am new to cfd and therefore openfoam. I would like to simulate the flow of water through this spray nozzle. I have 3 different attachable nozzle patterns so will need to simulate 3 times. Water will come from the bottom horizontal hole (1/4") 60psi and exit through the vertical nozzle spray pattern. I am interested in how the flow will behave outside of the nozzle(spray pattern, spread, reach of flow, etc.)
Is there a case available in tutorials or elsewhere that can help me with this. |
|
January 12, 2019, 05:06 |
|
#2 |
Member
Geir Karlsen
Join Date: Nov 2013
Location: Norway
Posts: 59
Rep Power: 14 |
Advanced topic, so maybe not the best place to get started....
Typically spray simulations make use of a Eulerian-Lagrangian approach. In openFoam you can take a look at "sprayFoam" and the tutorial "aachenBomb". This solver will provide you with the data regarding pattern, penetration, breakup etc. However, in sprayFoam you predefine the spray cloud. The cloud properties are obviously not known for your custom nozzle designs. Therefore I guess you would have to first determine the cloud characteristics by use of a multiphase VOF approach. This is going to be computationally expensive as you need a highly refined mesh to capture small droplets combined with high velocities (which translates to small time steps). Something along these lines I guess: https://www.researchgate.net/publica...USING_OPENFOAM Edit: Also the interFoam tutorial "nozzleFlow2D" might be worth studying Good luck Last edited by gkarlsen; January 12, 2019 at 05:16. Reason: Additional tutorial case included |
|
January 12, 2019, 09:25 |
|
#3 |
New Member
E
Join Date: May 2018
Posts: 20
Rep Power: 8 |
Thank you gkarlsen!
Have been using OF for a couple months now but still relatively new. Good to know I was on the right track. I actually read that article, did not know I would need to know spray cloud to use sprayFoam. I have actually been modifying a laminar VOF case for this problem (I see LES would be more appropriate). But my first set of difficulties I came across was meshing problems. Trying to mesh both internal flow and external. ideasUnvToFoam did not want to work for nozzle, and now SHM is giving me problems as well (face pyramid vol). Will keep trying even though its too advanced for me, simply because I'm interested/curious now about this problem. Thank you for the reply your help is much appreciated. |
|
May 3, 2022, 12:05 |
impinging water jets
|
#4 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
I'm currently working on a similar problem. I would like to study the spray and atomization of two water impinging jets. I have tried to use multiple Lagrangian solvers and the MPPICFoam tutorial - injectionChannel is the closest I am currently to simulate the case. However, it is far from good and I know sprayFoam is the best solver to make this kind of simulations but I don't know how to modify the only public case I have found, the aachenBomb, in order to get rid of all the chemkin and combustion stuff and just see a nice spray coming out of the injector. Could you help me? Kind regards, Adrià |
||
March 19, 2023, 21:27 |
|
#5 | |
New Member
Tomas
Join Date: Mar 2023
Posts: 8
Rep Power: 3 |
Quote:
|
||
March 20, 2023, 13:04 |
|
#6 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
https://github.com/adriaGonzalezCano...Adria-Gonzalez |
||
March 20, 2023, 21:05 |
|
#7 | |
New Member
Tomas
Join Date: Mar 2023
Posts: 8
Rep Power: 3 |
Quote:
|
||
March 21, 2023, 08:22 |
|
#8 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
https://upcommons.upc.edu/handle/2117/374242 I am not an expert on the field and I don't have a precise answer for your particular problem, however if you have more doubts don't hesitate to ask |
||
March 21, 2023, 10:03 |
|
#9 | |
New Member
Tomas
Join Date: Mar 2023
Posts: 8
Rep Power: 3 |
Quote:
|
||
March 21, 2023, 11:02 |
|
#10 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
First of all, even if it is a free-to-use software, it is hard to learn and all the tutorials may not be intuitive to understand as every solver may have its own formulation. In the last document I sent you, you will find an introduction to this software (page 41), which I really recommend you reading as it has all the knowledge and information I had to investigate in order to know how to use it. To answer your question, you may notice that, even if the tutorials are well-known for the community for being basic examples of use of every solver, they have been done by different users, which is why you may see different names and contents in the different 0 and constant folders. This tutorials allow people with little experience with the solver to be able to modify the example case with their own parameters and geometry, which is what I did. I modified the doublet Injector Channel case from the MPPIC Foam TUTORIALS subfolder. (see: https://www.youtube.com/watch?v=wslQ...annel=WenwuShi). I'm sure this example case can also be useful for solving your problem. Hope I answered your question, Kind regards. |
||
March 26, 2023, 11:37 |
|
#11 | |
New Member
Tomas
Join Date: Mar 2023
Posts: 8
Rep Power: 3 |
Quote:
|
||
March 26, 2023, 23:03 |
|
#12 | |
New Member
Tomas
Join Date: Mar 2023
Posts: 8
Rep Power: 3 |
Quote:
|
||
March 28, 2023, 05:34 |
|
#13 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
I am glad I could help you with my work, that means a lot for me. The postprocessing tools I used can be found in the Software ParaView which can be accessed by simply typing $paraFoam in the terminal of any simulation you have run (you must have the time folders). In this software you will be able to find all the graphics you are looking for and for more complex things I suggest you to look for more documentation online. As for the particle breakage of the liquid, I did not much investigate about it. From what I remember, the solver I was using used an approach which didn't solve particle to particle interaction (contrary to DPMFoam), i.e. MPPIC uses some model for the particle collision rather than calculating them directly. In addition, my simulation assumed that the fluid was already atomized from the beginning, thus, it didn't require any type of model for particle breakage, but only for particle cloud properties as you can check in the cloud properties dictionary. Nontheless, I am sure there is still a lot of room for improvement but I am affraid I didn't research a lot on that specific question. Best regards. |
||
April 4, 2023, 10:34 |
|
#14 | |
New Member
Tomas
Join Date: Mar 2023
Posts: 8
Rep Power: 3 |
Quote:
|
||
April 14, 2023, 20:16 |
|
#15 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
I'm glad to hear that, these little coincidences make me think how close the scientific community is. Sorry for the late reply, however I think I'm not capable of answering your question at 100%. If I remember correctly, I described two turbulence models in my model in order to run both of them, but at some point I decided one of the two was better for my specific case. I'm glad you have found useful all my documentation and if you have more doubts do not hesitate to contact me via email (adriagc100@gmail.com). I'm really greatful that my work has had a purpose, kind regards. |
||
August 31, 2023, 20:12 |
|
#16 | |
New Member
Barcelona
Join Date: Apr 2022
Posts: 9
Rep Power: 4 |
Quote:
I trust this message finds you well. I am writing you to learn about the progress of your recent work. If it is not too much trouble, could you send me the outcomes achieved? I am keen to explore the results. Thank you for your attention to this matter. Best regards, Adrià |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Which phase is dispersed in pre and post nozzle spray? | Torque_Converter | CFX | 6 | February 21, 2013 17:24 |
CFD of Plasma Spray nozzle | pblee_99 | FLUENT | 0 | August 5, 2010 11:09 |
Flow pattern in a Nozzle | sean | Main CFD Forum | 0 | February 2, 2009 05:36 |
compressible flow in a counterflow nozzle | d.vamsidhar | FLUENT | 0 | November 24, 2005 02:45 |
water spray nozzle | Dr. Insoo Cho | Main CFD Forum | 3 | October 15, 1999 15:53 |