Hi, I am starting to use the FDS+EVAC tool in order to simulate evacuation in buildings with more than one floor.
Everything is ok if I just copy and paste from the example on the web. Problems start when I try to modify some things, like adjust the stairs to 3 floors instead of 2. The main problem I have not been able to solve is related with the doors I need to put at the boundaries of the stairs. I always receive the same error:
ERROR: DOOR line SalidaEsc is in the stairs Escalera, no node found.
I didn't manage to fix it even if I change the XB of the DOOR. I have the feeling that probably I am missing something important about the STRS namelist group.
&STRS ID='Escalera', COLOR='RED',
XB= 32.0,38.0, 3.0,5.6, 0.0,12.0,
IJK=62,24,1, EVAC_Z_OFFSET=1.6,
XB_CORES(1,:)= 33.2,36.8, 4.2,4.4, 0.0,12.0,
RIGHT_HANDED=.FALSE.,
VERTICAL_LANDING_SEPARATION=1.4, N_LANDINGS=5,
XB_LANDINGS( 1,:)= 36.8,38.0, 3.0,5.6, 0.01, 0.03,
XB_LANDINGS( 2,:)= 32.0,33.2, 3.0,5.6, 1.41, 1.43,
FAC_V0_UP=0.4, FAC_V0_DOWN=0.75, FAC_V0_HORI=1.0, /
&HOLE XB= 31.99,32.25, 2.99,4.21, -0.1,1.4, EVACUATION=.TRUE./
&HOLE XB= 31.99,32.25, 4.39,5.61, 2.7,3.0, EVACUATION=.TRUE./
&DOOR ID='SalidaEsc', IOR=-1,
FYI= 'Comment line', MESH_ID='EV_MESH',
COLOR='CYAN', EXIT_SIGN=.FALSE.,
TO_NODE= 'Escalera', KEEP_XY=.TRUE.,
XYZ= 31.7, 3.8, 0.02,
XB= 32.0,32.0, 3.00,4.20, 0.01,0.03/
&DOOR ID='EntradaEsc1', IOR=-1,
FYI= 'Comment line', MESH_ID='EV_MESH2',
COLOR='CYAN', EXIT_SIGN=.TRUE.,
TO_NODE= 'Escalera', KEEP_XY=.TRUE.,
XYZ= 31.7, 5.0, 2.82,
XB= 32.0,32.0, 4.40,5.60, 2.81,2.83, /
&DOOR ID='EntradaEsc2', IOR=-1,
FYI= 'Comment line', MESH_ID='EV_MESH3',
COLOR='CYAN', EXIT_SIGN=.TRUE.,
TO_NODE= 'Escalera', KEEP_XY=.TRUE.,
XYZ= 31.7, 3.8, 5.62,
XB= 32.0,32.0, 3.00,4.20,5.61,5.63/