Skip to content

Commit

Permalink
run all examples using Cantera 3.0
Browse files Browse the repository at this point in the history
 - add missing dependency for ipywidgets
 - removal of scikits.odes from environment.yaml due to sundials dependency conflict.  This  prevents the
following examples from running:
  - 1D_packbed.ipynb
  - 1D_pfr_surfchem.ipynb
  • Loading branch information
Naikless authored and speth committed Dec 4, 2023
1 parent 1a2a6ba commit 719d410
Show file tree
Hide file tree
Showing 11 changed files with 14,597 additions and 14,483 deletions.
306 changes: 160 additions & 146 deletions electrochemistry/lithium_ion_battery.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- scipy
- seaborn
- coolprop
- scikits.odes
- python-graphviz
- ipywidgets
16,733 changes: 8,258 additions & 8,475 deletions flames/flame_speed_with_convergence_analysis.ipynb

Large diffs are not rendered by default.

2,164 changes: 1,081 additions & 1,083 deletions flames/flame_speed_with_sensitivity_analysis.ipynb

Large diffs are not rendered by default.

2,290 changes: 1,117 additions & 1,173 deletions flames/twin_premixed_flame_axisymmetric.ipynb

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions input/ck2yaml_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
" [--name=<name>]\n",
" [--extra=<filename>]\n",
" [--output=<filename>]\n",
" [--single-intermediate-temperature]\n",
" [--permissive]\n",
" [--quiet]\n",
" [--no-validate]\n",
Expand All @@ -64,9 +65,13 @@
"specified as 'input' and the surface phase input file should be specified as\n",
"'surface'.\n",
"\n",
"The '--permissive' option allows certain recoverable parsing errors (e.g.\n",
"The '--single-intermediate-temperature' option should be used with thermo data where\n",
"only a single break temperature is used and the last value in the first line of each\n",
"species thermo entry is the molecular weight instead.\n",
"\n",
"The '--permissive' option allows certain recoverable parsing errors (such as\n",
"duplicate transport data) to be ignored. The '--name=<name>' option\n",
"is used to override default phase names (i.e. 'gas').\n",
"is used to override default phase names (that is, 'gas').\n",
"\n",
"The '--extra=<filename>' option takes a YAML file as input. This option can be\n",
"used to add to the file description, or to define custom fields that are\n",
Expand Down Expand Up @@ -268,7 +273,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 719d410

Please sign in to comment.