Just a note: DOOR => ENTR could be also DOOR => DOOR, but DOOR=>ENTR is easier to write in the .fds file.
Another note: A DOOR with no TO_NODE set is practically same as an ENTR. So DOOR => DOOR(no to_node given) would be fine too.
Third note: DOOR=>DOOR(to_node set) is a two-way door, the agents can go up and down, but this is not working nicely, if there are
agents trying to go both directions at the same time, a traffic jam is occured really easily. And this kind of model is also calculating
the guiding flow fields for evacuation for the both doors. DOOR=>ENTR and DOOR=>DOOR(no to_node) just calculate the guiding flow
field of the "incoming door". Thus, the initialization phase is faster and no agent (accidentally) choose the "outgoing door" as its target.
NOTE: FSD 6.7.6 has a new evacuation strategy to do fire+evacuation simulation. But a fire drill (evacuation drill) mode is simple: You just add EVACUATION_INITIALIZATION=.TRUE. to the MISC-namelist (and EVACUATION_DRILL=.TRUE., if not there already). And if you want to read in the EFF file, take the initialization=T away and put there EVACUATION_MC_MODE=.TRUE. (FDS+Evac is a stochastic programme, so you should run it many times using the same input, the MC mode make it faster.)
TimoK
TimoK