xref: /petsc/src/ts/tutorials/extchem.example.1 (revision ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db)
1c4762a1bSJed Brown#
2c4762a1bSJed Brown#   Run with  ./extchem -options_file extchem.example.1
3c4762a1bSJed Brown#
4c4762a1bSJed Brown#
5c4762a1bSJed Brown# If your machine is not connected to the internet you must obtain the two files below and store
6c4762a1bSJed Brown# them in this directory (otherwise the program will automatically obtain them for you).
7c4762a1bSJed Brown#
8c4762a1bSJed Brown#       curl http://combustion.berkeley.edu/gri_mech/version30/files30/grimech30.dat > grimech30.dat
9c4762a1bSJed Brown#       curl http://combustion.berkeley.edu/gri_mech/version30/files30/thermo30.dat > thermo30.dat
10c4762a1bSJed Brown#
11c4762a1bSJed Brown# You may need to do
12c4762a1bSJed Brown#       cp $PETSC_DIR/$PETSC_ARCH/share/periodictable.dat .
13c4762a1bSJed Brown#
14c4762a1bSJed Brown#
15c4762a1bSJed Brown-chem http://combustion.berkeley.edu/gri_mech/version30/files30/grimech30.dat
16c4762a1bSJed Brown-thermo http://combustion.berkeley.edu/gri_mech/version30/files30/thermo30.dat
17c4762a1bSJed Brown
18c4762a1bSJed Brown-initial_species CH4,O2,N2,AR
19c4762a1bSJed Brown-initial_mole    0.0948178320887,0.189635664177,0.706766236705,0.00878026702874
20c4762a1bSJed Brown
21c4762a1bSJed Brown-Tini 1500
22c4762a1bSJed Brown-ts_arkimex_fully_implicit
23*09cb0f53SBarry Smith-ts_max_snes_failures unlimited
24c4762a1bSJed Brown-ts_adapt_monitor
25c4762a1bSJed Brown-ts_adapt_dt_max 1e-4
26c4762a1bSJed Brown-ts_arkimex_type 4
27c4762a1bSJed Brown-ts_max_time .005
28c4762a1bSJed Brown
29c4762a1bSJed Brown-ts_monitor_lg_solution
30c4762a1bSJed Brown-draw_pause -2
31c4762a1bSJed Brown-lg_use_markers false
32c4762a1bSJed Brown-ts_monitor_lg_solution_variables H2,O2,H2O,CH4,CO,CO2,C2H2,N2
33c4762a1bSJed Brown-ts_monitor_envelope
34