xref: /petsc/src/ts/tutorials/meth_ethanol.inp (revision ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db)
1#
2#   This mechanism was created by Shashi Aithal
3#
4-chem chem_meth_ethanol.inp
5-thermo therm_meth_ethanol.dat
6
7-monitor_temp
8#Temp in kelvin
9-Tini 1500
10##pressure is in N/m2
11-pressure 5.065e5
12-initial_species CH4,C2H5OH,O2,N2
13#initial concentration in moles
14-initial_mole 1,0.1,2.3,8.648
15
16
17-ts_arkimex_fully_implicit
18-ts_max_snes_failures unlimited
19-ts_adapt_monitor
20-ts_arkimex_type 4
21-ts_max_time 2.0e-3
22-ts_adapt_type basic
23-ts_monitor_envelope
24
25# the chemistry dictates reasonable bounds on the timestep
26-ts_adapt_dt_max 1e-4
27-ts_adapt_dt_min 1e-9
28
29-snes_max_it 10
30
31-pc_type lu
32