Skip to content

Commit

Permalink
Fix model name and whitespace in Cantera notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkpayne committed Oct 17, 2019
1 parent 68b766b commit f8ac3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipython/cantera_simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"\n",
"reactor_type_list = ['IdealGasReactor']\n",
"mol_frac_list=[{ethane: 1}]\n",
"Tlist = ([1300,1500,2000], 'K')\n",
"Tlist = ([1300, 1500, 2000], 'K')\n",
"Plist = ([1], 'bar')\n",
"reaction_time_list = ([0.5], 'ms')"
]
Expand All @@ -77,7 +77,7 @@
"job.load_model()\n",
"\n",
"# Or load it from a chemkin file by uncommenting the following line:\n",
"#job.load_chemkin_model('data/minimal_model/chem_annotated.inp',transport_file='data/minimal_model/tran.dat')\n",
"#job.load_chemkin_model('data/ethane_model/chem_annotated.inp',transport_file='data/ethane_model/tran.dat')\n",
"\n",
"# Generate the conditions based on the settings we declared earlier\n",
"job.generate_conditions(reactor_type_list, reaction_time_list, mol_frac_list, Tlist, Plist)"
Expand Down

0 comments on commit f8ac3eb

Please sign in to comment.