Hi,
I am trying to do a project which involves modelling using ozone software and fds and comparing the results. Simple cases are only considered as of now. I made a 3x3 room and modelled it in ozone. The same room was done using ozone, where I am unable to get the expected results. The temperature data I am getting is much off when compared to ozone. I am unable to find out the mistake I am making. Can anyone help me out. I am new this fds and still learning only. The comparison of temp data obtained from both ozone an fds is attached.
The code I am using is below.
&HEAD CHID='3x3_room', TITLE='checking 3 x 3 room' /
REM room size 3x3x3m, door size 1x2m, Window size 1x1m, burning object loc - middle of room,
&MESH XB=0, 3, 0, 3, 0, 3, IJK= 30, 30, 30 /
&TIME T_END=2042. /
&VENT XB= 1, 2, 0, 0, 0, 2, SURF_ID='OPEN' / door
&VENT XB= 3, 3, 2.25, 0.75, 0.5, 2.5, SURF_ID='OPEN' / window
&REAC FUEL = 'PROPANE' /
&OBST XB= 1, 2, 1, 2, 0, 0.5, COLOR='RED', SURF_ID='fire1' /
&SURF ID='fire1', HRRPUA=250 /
&DEVC ID='T air 1', XYZ=1, 2, 2, QUANTITY='TEMPERATURE' /
&SLCF PBY = 2, QUANTITY='TEMPERATURE'/
&TAIL /