|
[Sponsors] |
May 11, 2011, 18:52 |
ploting liquid penetration
|
#1 |
New Member
Min
Join Date: May 2011
Posts: 1
Rep Power: 0 |
p { margin-bottom: 0.21cm; } hello,
I have a question about ploting liquid penetration versus time in openfoam, how can I do it? I have built models in dieselFoam, and from which I can see the approximate liquid penetration length. But can I direct plot it in ParaFoam? how did you calculate liquid penetration in your numerical results? is it possible to explain more about how to plot vapor penetration? regards |
|
September 9, 2011, 16:43 |
|
#2 |
New Member
Alireza Zamani Aghaie
Join Date: May 2011
Location: Mashhad, Iran
Posts: 4
Rep Power: 15 |
Hi everybody
i also have the same problem, i cant also plot the smd (Sauter Mean Diameter). Can anybody help me? i am going to be dismissed from MSc program because of this |
|
September 9, 2011, 19:24 |
|
#3 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
For both of your problems, you will need to write a custom post-processor. Have a look at $FOAM_UTILITIES/postProcessing/lagrangian for two utilities that work on clouds to see how some of the classes are used.
Your post processor would need to run through the cloud, extract the diameters/masses and average according to your definitions. I would use particleTracks as a base utility. Make a copy and give it an appropriate name, then start coding. Good luck! EDIT: If you are using the dieselSpray class, there are member functions that will return the SMD and liquidPenetration. If you haven't run your simulations yet (or can run them again) you should write this quantity to a logFile. By studying the code for this member function you can write your own post-processor for cases that you have already run (since there is no longer a spray but a cloud, you will need to adapt the code slightly). Find it in $FOAM_SRC/lagrangian/dieselSpray/spray/sprayFunctions.C (smd and liquidPenetration) Last edited by mturcios777; September 9, 2011 at 19:55. Reason: Found out about member functions of dieselSpray class. |
|
Tags |
11.05.2011 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to define a RGP file for liquid air? | eis | CFX | 2 | July 22, 2018 05:51 |
RGP file for liquid air | eis | CFX | 0 | April 22, 2010 11:34 |
radiation of molton liquid metal in enclosure | richard | CFX | 0 | April 8, 2008 16:43 |
Need some help for total liquid fraction | linus | FLUENT | 0 | December 19, 2006 04:29 |
entrainment of droplets from liquid surface | Elisabeth A. Hove | Siemens | 0 | October 16, 2002 11:11 |