/**************************************************************************** * Test 01: Nearly every parser option. * * A mostly non-sensical test which simply exercises the parser checking for * anomalous behavior. This test should not provoke any errors, provided * that counting-5.txt does not exist in its reaction output directory. * (This is to test the "no overwrite" output mode for counting.) * * This variant produces DX mode viz output, specified using the * TIME_LIST notation. * * Author: Jed Wing * Date: 2008-04-04 ****************************************************************************/ basename = "01-kitchen_sink_viz_dx_time" INCLUDE_FILE = "defaults.mdl" INCLUDE_FILE = "common.mdl" VIZ_DATA_OUTPUT { MODE = DX MOLECULE_FILE_PREFIX = vizdir & "molecules" OBJECT_FILE_PREFIXES { world = vizdir & "objects_a" world2 = vizdir & "objects_b" } TIME_LIST = [[1e-6 TO 1e-4 STEP 1e-5], [1.01e-4 TO 1e-3 STEP 1e-4], [1.001e-3 TO 1e-2 STEP 1e-3]] STATE_VALUES { s_g_5 = 4 s_v_3 = 3 world.big_object.box1[r2] = 9 world.big_object.box1[r3] = 1 world.big_object.box1[r4] = 2 } }