Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit da705de

Browse files
committed
run all examples using Cantera 3.0
- add missing dependency for ipywidgets - dependency conflict with scikits.odes prevents the following examples from running: - 1D_packbed.ipynb - 1D_pfr_surfchem.ipynb
1 parent 9ae1792 commit da705de

11 files changed

+14597
-14482
lines changed

electrochemistry/lithium_ion_battery.ipynb

+160-146
Large diffs are not rendered by default.

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dependencies:
1010
- coolprop
1111
- scikits.odes
1212
- python-graphviz
13+
- ipywidgets

flames/flame_speed_with_convergence_analysis.ipynb

+8,258-8,475
Large diffs are not rendered by default.

flames/flame_speed_with_sensitivity_analysis.ipynb

+1,081-1,083
Large diffs are not rendered by default.

flames/twin_premixed_flame_axisymmetric.ipynb

+1,117-1,173
Large diffs are not rendered by default.

input/ck2yaml_demo.ipynb

+8-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
" [--name=<name>]\n",
4646
" [--extra=<filename>]\n",
4747
" [--output=<filename>]\n",
48+
" [--single-intermediate-temperature]\n",
4849
" [--permissive]\n",
4950
" [--quiet]\n",
5051
" [--no-validate]\n",
@@ -64,9 +65,13 @@
6465
"specified as 'input' and the surface phase input file should be specified as\n",
6566
"'surface'.\n",
6667
"\n",
67-
"The '--permissive' option allows certain recoverable parsing errors (e.g.\n",
68+
"The '--single-intermediate-temperature' option should be used with thermo data where\n",
69+
"only a single break temperature is used and the last value in the first line of each\n",
70+
"species thermo entry is the molecular weight instead.\n",
71+
"\n",
72+
"The '--permissive' option allows certain recoverable parsing errors (such as\n",
6873
"duplicate transport data) to be ignored. The '--name=<name>' option\n",
69-
"is used to override default phase names (i.e. 'gas').\n",
74+
"is used to override default phase names (that is, 'gas').\n",
7075
"\n",
7176
"The '--extra=<filename>' option takes a YAML file as input. This option can be\n",
7277
"used to add to the file description, or to define custom fields that are\n",
@@ -268,7 +273,7 @@
268273
"name": "python",
269274
"nbconvert_exporter": "python",
270275
"pygments_lexer": "ipython3",
271-
"version": "3.9.12"
276+
"version": "3.10.13"
272277
}
273278
},
274279
"nbformat": 4,

0 commit comments

Comments
 (0)