Seto
unread,Oct 21, 2011, 12:09:54 AM10/21/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FDS and Smokeview Discussions
Hi all users and developers,
My colleague is using FDS to model the flow of methane into a space
and then monitoring the volume fraction of methane. This is her input
file:
&HEAD CHID='EXPLOSION_DUMMY', TITLE='EXPLOSION_DUMMY' /
&MESH IJK=64,64,120, XB=-1.6,1.6,-1.6,1.6,0.0,6.0 /
&TIME T_END=1.0 /
&SPEC ID='METHANE' /
&SURF ID='WIND',VEL=-9.0,TMP_FRONT=34., PROFILE='ATMOSPHERIC' /
&VENT MB='XMIN', SURF_ID='WIND' /
&VENT MB='XMAX' ,SURF_ID='OPEN' /
&VENT MB='YMIN' ,SURF_ID='OPEN' /
&VENT MB='YMAX' ,SURF_ID='OPEN' /
&SURF ID='LEAK', MASS_FLUX(1)=4000, RAMP_MF(1)='leak_ramp' /
&RAMP ID='leak_ramp', T= 0., F=1.0 /
&RAMP ID='leak_ramp', T= 0.5, F=0.868 /
&RAMP ID='leak_ramp', T= 1., F=0.0 /
&VENT XB= 0.0,1.0,0.0,1.0,0.0,0.0, SURF_ID='LEAK', COLOR='RED' /
&DUMP MASS_FILE=.TRUE. /
&SLCF PBY=0.0, QUANTITY='METHANE' /
&SLCF PBY=0.1, QUANTITY='METHANE' /
&TAIL /
Now, the file runs normally but it takes a very long time to finish
the calculations. The time step for each calculation is 0.00000 s
(from the out file). Although the result can be shown if we stop the
run in the middle.
To try and get the finished results sooner, we tried defining the time
step to a larger number 0.001 s by adding the line:
DT = 0.001, LOCK_TIME_STEP=.TRUE.
The file runs normally but when it's finished, the methane
concentration won't show. The slice file will just show a blank slate.
Is this because of the time step? Is there a way to show the results?
Thank you very much,
Seto