Well, you should add "EVACUATION=.TRUE." to the slice file ouput definition
&SLCF PBZ=x.x, QUANTITY='VELOCITY',VECTOR=.TRUE., EVACUATION=.TRUE./
Then run the case, for example 0.1 s, so the initialization phase of the evacuation calculation will be done and the guiding flow fields towards the exit doors should be outputted. The PBZ of your SLCF should be within the evacuation mesh z range. Load the evacuation mesh SLCF and see, if you have some vectors in your room. If not, then the room is "sealed" in the evacuation geometry. So, there is not way to any exit door. So, you should remove some OBSTs so that there is a way to walk to the exit doors. Note, the "hole in the wall" should be larget than 60cm, say, 70cm or larger is usually fine. The largest (male) agents can be wider than 60cm, so they stuck to holes that are 60cm or less.
Use lines like
&HOLE EVACUATION=.TRUE., XB=x,x,x,x,x,x /
to make the necessary holes in the geometry. This way they just go to the evacuation geometry and the fire geometry is not affected.
Note also, that add a keyword "EVACUATION_DRILL=.TRUE." on the MISC namelist. This way you will see just the evacuation geometry in Smokeview and "debugging" the evacuation geometry is easier this way.
If you see some guiding flow field vectors in your room, the there might be something wrong in your EVAC namelist inputs for these agents. The agent are not moving, if they have no target door. So, specify some known doors (at this evacuation mesh) for these agents. If an agent does not know any door on this evacuation mesh and can not see any door ==> it does not move (actually this evacuation mesh and this "evacuation zone", where "evacuation zone" is something like "pressure zone" in fire calculation). Well, sometimes the agents will go to some door, if no visible and no known doors are found. This depends on the parameters in the PERS namelist. If I remember correctly, the default parameter is such that the agents will not stand still, they will go to some door on the current evacuation zone, if they do not know or see any door.
Check also your detection and reaction times, should the agents be moving already? You can see in the text output file CHID_evac.out the initial positions of the agents, their (random) detection times, reaction times, body size, v0 velocity etc information.
TimoK