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