Antony
unread,May 28, 2008, 8:42:37 PM5/28/08Sign 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
Firstly, you should define the maximum fire size.
Secondly, you should have the designed fire growth rate (ultrafast,
fast, medium or slow).
Thirdly, put those parameter into calculation: Q = at^2, Q is the max.
fire size; a is the fire growth constant; t is the time at which Q is
max.
For example you want to define a fire of 2MW, fast fire.
a = 0.0469kW/t^2
Q = 2000kW
t = 206.5s
HRRPUA = 250kW/m^2
In FDS, you should write:
&SURF ID='FIRE', HRRPUA=250.0, TAU_Q=-206.5, COLOR='RED' /
&OBST XB=0,2,0,4,0,1, SURF_IDS='FIRE' /
Now you have a 2m x 4m object which top surface will burn as a t
square fire to 2MW and then keep constant.