Skip to content

Commit

Permalink
[examples] Apply band-aid fix to ion_burner_flame.py
Browse files Browse the repository at this point in the history
A reduction of domain size makes the example more stable.
  • Loading branch information
ischoegl committed Aug 10, 2020
1 parent 98e2a7a commit f735154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
p = ct.one_atm
tburner = 600.0
reactants = 'CH4:1.0, O2:2.0, N2:7.52' # premixed gas composition
width = 0.5 # m
width = 0.05 # m
loglevel = 1 # amount of diagnostic output (0 to 5)

gas = ct.Solution('gri30_ion.yaml')
Expand Down

0 comments on commit f735154

Please sign in to comment.