Hi Sikanen / All,
I was trying to see the change of temperature and diameter of a single droplet due to evaporation. Using read_prt5.m file, i plotted the time vs temperatue and time vs droplet diameter. However, those graphs showed very peculiar result. As the ambient temperature is 60 and droplet temperature is 20, water particle should be evaporated form the droplet; as a result, the droplet diameter should be reduced, and also the temperature of droplet should rise as it is absorbing heat from ambient.
Does anyone know the reason of this ambiguity?
Here, I have uploaded the output graphs.
The input file is as below.
&HEAD CHID='single_droplet', TITLE='Water Evaporation Test, SVN $Revision: 7031 $' /
&MESH IJK=20,20,20, XB=0.0,2.0,0.0,2.0,0.0,3.0 /
&TIME T_END=1.5/
&MISC SURF_DEFAULT='WALL', TMPA=60.0, GVEC=0,0,-9.8, RADIATION=.FALSE./
&SURF ID='WALL', ADIABATIC=.TRUE., COLOR='SILVER' /
&PART ID='water drops', WATER=.TRUE., QUANTITIES(1:3)='DROPLET_DIAMETER','DROPLET_TEMPERATURE','DROPLET_VELOCITY', SAMPLING_FACTOR=1 /
&INIT PART_ID='water drops',XYZ=1.0,1.0,2.9, NUMBER_INITIAL_DROPLETS=1,DIAMETER=200, MASS_PER_TIME=0.00000523,TEMPERATURE=20.0/
&VENT MB='ZMIN', SURF_ID='OPEN' /
&VENT MB='ZMAX', SURF_ID='OPEN' /
&TAIL /
Regards
Hi Floyd / Sikanen,
Thanks for the useful information. Yes, you are right that it is not feasible
to model every droplet from a sprinkler injects. However, still i am not clear about the use of the input parameter of
MASS_PER_VOLUME or MASS_PER_TIME.
My understanding is, whatever FDS do, input parameter should match each other.
As i said before - with input command of 200-micron drop dia and 10000 numbers
of droplets, the MASS_PER_VOLUME should be equal to 4.189E-5. But, in the input
command it is written as MASS_PER_VOLUME=0.01? Is it not contradictory?
I think, i have misunderstood something. Would you please make me clear about
this command?
I have the same question about MASS_PER_TIME input command. Would you
please have a look at my calculation which i asked earlier in my another post
with title - "About the terminal_velocity_dt=1_0.fds and
read_prt5.m script"? Randy advised me to look at your post, but i am still in dark
with the use of those input commands. The link of the post is -
http://groups.google.com/group/fds-smv/browse_thread/thread/41c6cf90749d20df/c83d853d3d706293?hl=en&lnk=gst&q=About+the+terminal_velocity_dt%3D1_0.fds+and+read_prt5.m+script#c83d853d3d706293
You will find my question in my last post in this link.
I would be very glad to get a clear idea from anyone of you.
Kind regards
Iqbal
&PART
ID='embers', SAMPLING_FACTOR=1, EVAPORATE=.FALSE., DENSITY=1000, DIAMETER=3000, QUANTITIES(1:2)='DROPLET DIAMETER','DROPLET TEMPERATURE' /
&INIT XB=9.8,10.0,2.4,2.7,1.3,1.7, PART_ID='embers' NUMBER_INITIAL_DROPLETS=20, MASS_PER_TIME=3.64E-4, DT_INSERT=0.005/
Droplet diameter is 3000 micron. So, mass of one droplet is = (1/6) x pi x D3 x rho = 1.41372E-5 kg.
NUMBER_INITIAL_DROPLETS=20, and DT_INSERT=0.005. So, number of drops per second = 20 / 0.005 = 4000. Therefore, mass of water droplet per time = 1.41372E-5 x 4000 = 5.65E-2 Kg/s.
That means, FDS will simulate 5.65E-2 Kg/s of water with 3000 micron diameter and 20 number of droplets inserted in every 0.005 seconds.
Total mass of water per time is MASS_PER_TIME=3.64E-4 kg/s. Therefore, to get the total effect, FDS will use a weighting factor, 3.64E-4/5.65E-2 =0.0065. Am I right?
Hi Elizabeth,
I am happy to hear from you. Yes, you are right. Now, I am clear about the
function of MASS_PER_VOLUME command.
However, I have a question about the test case water_evaporation_2.fds. Here,
you have simulated 1 droplet with 100000µm of 0.5236 kg. But, there is a effect
of droplet size.
Suppose, if i simulate number of droplets (say, 100) in the same domain with
droplet size 200µm whose total weight is 0.5236 kg, then certainly the
evaporation rate, change of temperature and droplet diameter etc will be different,
is not it?
Other thing is that, if i set the MASS_PER_VOLUME and droplet diameter to a
fixed value and change the initial droplet number, then the evaporation rate,
droplet temperature and diameter also change. That means, though the total weight
of water and droplet diameter is fixed in a domain, it has an effect on how many
droplets are simulating. But, I think, it should not be. Because, the total
weight of water and droplet diameter is fixed.
Thanks again for your kind information.
Regards