/**************************************************************************** * 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 the default type of VIZ output (DREAMM mode), and * specifies output times using TIME_POINTS. * * Author: Jed Wing * Date: 2008-04-04 ****************************************************************************/ basename = "01-kitchen_sink_viz_default_time" INCLUDE_FILE = "defaults.mdl" INCLUDE_FILE = "common.mdl" VIZ_OUTPUT { VIZ_MOLECULE_FORMAT = ASCII FILENAME = vizdir & "world" MOLECULES { NAME_LIST { ALL_MOLECULES } TIME_POINTS { ALL_DATA @ ALL_TIMES POSITIONS @ [2e-6, 3e-6] ORIENTATIONS @ [3e-6, 4e-6] } } MESHES { NAME_LIST { ALL_MESHES } TIME_POINTS { ALL_DATA @ [1e-6] GEOMETRY @ [2e-6, 3e-6] REGION_DATA @ [3e-6, 4e-6] } } }