FDS+Evac version: FDS 6.6.0, Evac 2.5.2 (GIT FDS6.6.0-914) All material properties etc. are completely fabricated. IMO MSC.1/Circ.1238 (30 October 2007) 'Guidelines For Evacuation Analysis for New and Existing Passenger Ships', Annex 3 'Guidance on Validation/Verification of Evacuation Simulation Tools' Componet testing, Test 1: Maintaining set walking speed in a corridor. &HEAD CHID='CompTest1', TITLE='IMO Component Test1' / &MESH IJK=120,6,1, XB=0.0,60.0, 0.0,3.0, 0.95,1.05, EVACUATION=.TRUE., EVAC_HUMANS=.TRUE., EVAC_Z_OFFSET=1.0, ID='FF1stFloor' / &TIME T_END=100.0, DT=0.1 / Note: RADIATION=.FALSE. speeds up and saves memory, if only an evacuation calculation is done (no fire meshes at all). &MISC EVACUATION_DRILL=.TRUE. / &RADI RADIATION=.FALSE. / Note: suppress fire related output, because just evacuation meshes present. DT_PART is used both by fire and evacuation meshes. For evacuation it is the time step how often the positions of the agents are saved on the disk for Smokeview. The DT_HRR is also the output time step for the CHID_evac.csv spreadsheet file. The output time step will not be shorter than the EVAC_DT_STEADY_STATE (default is 0.05 s) on the TIME-namelist. &DUMP SMOKE3D=.FALSE., NFRAMES=100, DT_PART=0.1, DT_HRR=0.1, DT_SLCF=1000000.0, DT_PL3D=1000000.0, DT_ISOF=1000000.0 / Default material for evacuation meshes is INERT and its color can not be changed esily in Smokeview. Thus, an evacuation material is defined below, which has only color. Of course, one can give explicitely COLOR or RGB on the OBST lines also. &SURF ID='EVAC_WALL', RGB=200,0,200, EVAC_DEFAULT=.TRUE. / or COLOR ======================================================= ============= FIRE FDS GEOMETRY STARTS ================ ======================================================= The 1st floor, y=0.5m-2.5m for walking, x:0-60m &OBST XB = 0.0,60.0, 0.0,0.5, 0.0,2.0, SURF_ID='INERT' / &OBST XB = 0.0,60.0, 2.5,3.0, 0.0,2.0, SURF_ID='INERT' / ======================================================= ============= FIRE FDS GEOMETRY ENDS ================== ======================================================= ======================================================= ============= EVAC GEOMETRY STARTS ==================== ======================================================= &EXIT ID='FinalExit', IOR = +1, FYI='Comment line', COUNT_ONLY=.FALSE., XYZ= 59.5, 1.5, 1.0, XB = 60.0,60.0, 0.5,2.5, 0.95,1.05 / Next exits are used just to count the agents, i.e., they only add columns to the CHID_evac.cvs file. &EXIT ID='Exit_0m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 15.0,15.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_5m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE. , XB= 20.0,20.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_10m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 25.0,25.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_15m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 30.0,30.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_20m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 35.0,35.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_25m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 40.0,40.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_30m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 45.0,45.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_35m', IOR=+1, FYI='Comment line', COUNT_ONLY=.TRUE., XB= 50.0,50.0, 0.45,2.55, 0.95,1.05 / &EXIT ID='Exit_40m', IOR=+1, FYI='Comment line', COUNT_ONLY= .TRUE., XB= 55.0,55.0, 0.45,2.55, 0.95,1.05 / ======================================================= ============= EVAC GEOMETRY ENDS ====================== ======================================================= Distribution type 0: a single value, MEAN is used Distribution type 1: uniform distribution, LOW and HIGH are used Color method 0: Agents are colored using EVAC line colors Color method 3: Agents are colored using PERS line colors Agents start to walk at t=1.0 s. Target speed is 1.0 m/s. t_det is the detection time and t_pre is the reaction time and (t_pre + t_det) is the time when agents start to move towards the exit doors. &PERS ID='Imo1', FYI='Imo test, waling velocity 1.0 m/s', DEFAULT_PROPERTIES='Male', VELOCITY_DIST=0, VEL_MEAN=1.0, PRE_EVAC_DIST=0, PRE_MEAN=1.0, DET_EVAC_DIST=0, DET_MEAN=0.0, AVATAR_COLOR= 'BLUE', TDET_SMOKE_DENS=0.1, HUMAN_SMOKE_HEIGHT=1.60, DENS_INIT= 1.0, COLOR_METHOD=0, I_HERDING_TYPE=2, / Initial position of the humans &EVAC ID = 'EVAC_1mps', FYI= 'Comment line', NUMBER_INITIAL_PERSONS=1, AGENT_TYPE=2, XB = 9.5,10.5, 1.0,2.0, 1.0,1.0, AVATAR_COLOR='BLACK', PERS_ID='Imo1' / Next line could be used to plot the evacuation flow fields: SLCF PBZ = 1.0, QUANTITY='VELOCITY', VECTOR=.TRUE., EVACUATION=.TRUE./ &TAIL /