TimoK
unread,Jan 27, 2012, 2:37:21 AM1/27/12Sign 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,
You had couple of things in the Scene.fds file. I did not check
the Scene2.fds file.
1) Timo: These should know where they are heading so give the EXIT ER
as
a known door.
&EVAC ID='EVAC ANDANA', PERS_ID='ADULT', NUMBER_INITIAL_PERSONS=100,
MESH_ID='MESH EA', KNOWN_DOOR_NAMES= 'DOOR AR','EXIT ER',
KNOWN_DOOR_PROBS= 1.0, 1.0,
XB=27.920,127.939,51.481,59.488,9.465,9.465, /
2) Timo: You should define an EXIT here also.
&VENT ID='VTEE', SURF_ID='OUTFLOW', EVACUATION=.TRUE., MESH_ID='MESH
EE', COLOR='BLUE',
XB=90.410,90.410,65.600,68.800,24.347,24.447, /
&EXIT ID='EXIT ER', IOR=-1,
XB=90.410,90.410,65.600,68.800,24.347,24.447, /
Now you can give EXIT ER as known door, so the STRS knows to which
floor the agents are heading. In your original version, just the
downstairs door was known, so the agents in the STRS knew just
that door (no EXIT anywhere so the STRS could not figure out
that the agents wanted to go to the second floor). The first
couple of agents were able to enter the STRS, but they turned
around and were trying to get out through the same door that
they entered the stairs. But this was not possible, because
there were plenty of agents at the door trying to go inside
the STRS. So the agents could not find any empty space in
front of the door => "traffic jam".
3) Timo: Now the second landig has z=13.148,13.248, old one were
13.145,13.245,
The new values are exactly 1st landing z +
VERTICAL_LANDING_SEPARATION
XB_CORES was not nice.
&STRS ID='STRS',
XB_LANDINGS(1,:)=127.800,130.000,52.800,58.400,9.415,9.515,
XB_LANDINGS(2,:)=134.490,136.600,52.800,58.400,13.148,13.248,
XB_CORES(1,:)=130.000,134.490,55.379,55.579,8.265,29.200,
MESH_ID='MESH STRS',
VERTICAL_LANDING_SEPARATION=3.733, N_LANDINGS=5,
FAC_V0_UP=0.4, FAC_V0_DOWN=0.75, FAC_V0_HORI=1.0,
XB=127.800,136.600,52.800,58.400,8.465,29.200, /
4) Timo: You are not using EAR anywhere, you have just one door at
the EA level (mesh).
MESH ID='MESH EAR', IJK=300,54,1, EVAC_HUMANS=.FALSE.,
EVACUATION=.TRUE.,
XB=19.800,139.800,44.000,65.600,9.415,9.515, /
Timo: You are not using EAR anywhere, you have just one door at the
EA level (mesh).
VENT ID='VTEAR', SURF_ID='OUTFLOW', EVACUATION=.TRUE., MESH_ID='MESH
EAR', COLOR='BLUE',
XB=127.800,127.800,53.300,54.900,9.415,9.515, /
TimoK