To my understanding MPUA is the actual mass of water on the floor
while AMPUA is the mass of water that has fallen on this location in
the course of time. Both should give more or less a circle.
I would also like to recommend that smv should be optimized such that
plots of data which are always greater or equal zero should start with
zero as minimum. Sometimes smv has negative minimumin in the scale,
which is impossible by physics.
&HEAD CHID='BNDF_test', TITLE='BNDF_test' /
&MESH IJK=25,25,40, XB=22.0,27.0,19.0,24.0,0.0,7.6 /
&TIME TWFIN=120. /
&PART ID='water drops',
WATER=.TRUE.,
QUANTITIES(1:3)='DROPLET_DIAMETER','DROPLET_TEMPERATURE','DROPLET_AGE',
DROPLETS_PER_SECOND=2000,
DIAMETER=750.,
SAMPLING_FACTOR=1 /
&PROP ID='nozzle',
PART_ID='water drops',
FLOW_RATE=2.0,
DROPLET_VELOCITY=5.,
SPRAY_ANGLE=0.,45.0 /
&VENT MB='XMIN', SURF_ID='OPEN' /
&VENT MB='XMAX', SURF_ID='OPEN' /
&VENT MB='YMIN', SURF_ID='OPEN' /
&VENT MB='YMAX', SURF_ID='OPEN' /
&DEVC XYZ=24.5, 21.5 , 7.5,
PROP_ID='nozzle',
ORIENTATION=0,0,-1,
QUANTITY='TIME',
SETPOINT=0.,
ID='noz_1' /
&BNDF QUANTITY='water drops_MPUA' /
&BNDF QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.5, 21.5 ,0.0, IOR=3, QUANTITY='water drops_MPUA' /
&DEVC XYZ=24.5, 21.5 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&TAIL /
I will add text to the User's Guide to clarify this.
By the way, is the integral AMPUA (all buckets) available somewhere in
the output?
In order to save the developpers' time, I would like to propose to
start a "fds/smv knowledge base" because fds/smv has become pretty
complex and it is hard to think at all relevant issues when preparing
the input.
Try changing the boundary min and max bounds in smoke view to
something the bounds just slighty above and below the values you
reported and see if you still get the same results. (i.e. check to
see that smokeview is coloring the contours correctly).
The BNDF file data in smokeview can be obtained with the fds2ascii
tool.
> > > &TAIL /- Hide quoted text -
>
> - Show quoted text -
As all of the issues and answers that are relevant to creating FDS
input files should eventually be documented there.
Other than that we have this group which can be searched and the Issue
Tracker which can also be searched.
Adding another online repository of information would be too many.
Instead of adding more, my goal is to create a single search function
on the fds-smv website that will return all results from the User
Guide, Tech Guide, Group and Issue tracker. A single search tool for
all four disconnected sources, returning results to one place.
But until that is running, if you can identify what information is
missing from the existing information sources and/or what would be a
better format to present it in. That will help us make the existing
sources better.
-Bryan
--
Bryan Klein
bryan...@nist.gov
National Institute of Standards and Technology
100 Bureau Drive, Mail Stop 8663
Gaithersburg MD 20899
Phone: 301 975 5171
Fax: 301 975 4052
> > Fax: 301 975 4052- Hide quoted text -
I tried to check the values used in smv for the presentation, but I
experienced a read error when using fds2ascii on BNDF. I have taken
the source code from the repository and I build fds2ascii new.
I added the following to your case:
&DUMP DT_BNDF=0.05,DT_DEVC=0.05/ Force both to dump at the same
timesteps
&DEVC XYZ=24.3, 21.3 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.5, 21.3 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.7, 21.3 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.3, 21.5 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.5, 21.5 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.7, 21.5 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.3, 21.7 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.5, 21.7 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
&DEVC XYZ=24.7, 21.7 ,0.0, IOR=3, QUANTITY='water drops_AMPUA' /
at 20 s Smokeview shows AMPUA is 1.17 and using the DEVC's to get the
4 corners and the averaging to get the center results in 1.167.
> > > - Show quoted text -- Hide quoted text -