41 Commits

Author SHA1 Message Date
Ray Speth
6b386045c8 [Examples] Normalize spelling of 'colors' 2024-12-02 10:06:01 -05:00
Ray Speth
4f3e6cc81d [Examples] Fix file output issues with some flame examples 2024-12-02 10:06:01 -05:00
Ray Speth
e780f27bd5 [Examples] Add plots to Python 1D flame examples 2024-12-02 10:06:01 -05:00
Ray Speth
a2f5665c24 [Examples] Add section headings to some examples 2024-12-02 10:06:01 -05:00
Ray Speth
066120cc40 [Doc] Update Singal et al. citation 2024-11-02 06:54:54 -05:00
Ray Speth
15a941e96b Formatting tweaks to LinearBurkeRate 2024-10-23 09:02:49 -04:00
pjsingal
1dc6af9e78 Reformat to follow 88char limit in Linear-Burke files 2024-10-23 09:02:49 -04:00
pjsingal
475b016e3f [Doc] Revise LinearBurkeRate docs 2024-10-23 09:02:49 -04:00
pjsingal
6cf00e2af1 [Kinetics] Added LMRR cantera examples 2024-10-23 09:02:49 -04:00
Ray Speth
7d51556fd2 [1D] Prevent negative inlet velocity in continuation example 2024-08-26 23:34:28 -04:00
Ray Speth
38f03f4c8d [1D] Revise continuation example to improve efficiency & robustness 2024-08-21 16:43:56 -05:00
Ray Speth
fd36ea68db [Examples] Reorganize Python examples into fewer categories 2024-06-25 17:42:07 -04:00
Ray Speth
b4fa5318b4 [1D] Update formatting related to two point flame control 2024-06-21 14:23:34 -04:00
Christopher Neal
b1c683b691 fixed whitespace errors 2024-06-21 14:23:34 -04:00
Christopher Neal
9fd067dbaa formatting changes & documentation/samples tweaks 2024-06-21 14:23:34 -04:00
Christopher Neal
7b2cace4c4 improved comments for control point picking, added more tests, updated example script 2024-06-21 14:23:34 -04:00
Christopher Neal
b357c79f53 updates to docstrings, code logic, and tests for two-point control 2024-06-21 14:23:34 -04:00
Christopher Neal
a5221ac503 added a documentation section and an example 2024-06-21 14:23:34 -04:00
Ray Speth
4d509b5423 [Python] Fix Numpy 2.0 compatibility issues 2024-06-19 10:27:10 -04:00
Ray Speth
5077786b02 Revise twin flame example based on Jupyter
Re-draw figure from Jupyter example as an SVG.

Co-authored-by: Santosh Shanbhogue <santosh.shanbhogue@gmail.com>
2024-04-20 07:37:18 -05:00
Ray Speth
1fda1c022f Migrate flame convergence analysis example from Jupyter
Co-authored-by: Richard West <r.west@northeastern.edu>
2024-04-20 07:37:18 -05:00
Ray Speth
3fdd45e357 [Doc] Automatically ignore unwanted Matplotlib output in gallery 2024-04-20 07:37:18 -05:00
Ray Speth
32a6d3da4e Revise flame speed sensitivity example based on Jupyter version
Co-authored-by: Santosh Shanbhogue <santosh.shanbhogue@gmail.com>
2024-04-20 07:37:18 -05:00
Ray Speth
3903cacf30 [Examples] Embed fixed temperature file for burner-stabilized flame 2023-10-03 11:23:39 -04:00
Ray Speth
c49c95d666 [Doc] Add remaining Python examples to sphinx-gallery
Introduce a monkey patch to avoid executing specific examples that
won't run under sphinx-gallery.
2023-10-03 11:23:39 -04:00
Ingmar Schoegl
6f2c665898 [samples] Overwrite existing CSV files 2023-07-03 14:08:17 -04:00
Ingmar Schoegl
f5de9e601b [samples] Update ionized-gas flame samples 2023-06-27 17:50:00 -04:00
Ingmar Schoegl
e45876491d [samples] Update keyword in failing test 2023-06-21 19:57:25 -06:00
Ingmar Schoegl
9a370304e8 [samples] Replace write_csv with save 2023-06-21 19:57:25 -06:00
Ingmar Schoegl
3ea251020c [samples] Update file IO 2023-03-21 08:59:17 -05:00
Ingmar Schoegl
01b88b090d [samples] Replace show_solution by show 2023-03-18 17:21:07 -04:00
Ingmar Schoegl
9fd1218047 [samples] Update HDF support in Python samples 2023-03-16 10:13:02 -04:00
Ray Speth
23ebd13dbf Deprecate XML-era transport names 'Mix' and 'Multi'
Fixes #1425
2023-03-13 22:58:24 -05:00
Ray Speth
fde6650a0b Deprecate most XML-era model names 2023-03-13 22:58:24 -05:00
Ray Speth
97839894e2 Fix spelling errors 2023-01-23 12:57:58 -05:00
Ingmar Schoegl
f6cdcbc3dc Address review comments 2023-01-12 14:05:37 -05:00
Ingmar Schoegl
90cb10802b [samples] Remove Sim1D.write_hdf from Python samples 2023-01-12 14:05:37 -05:00
Ingmar Schoegl
4962c924f4 [samples] Update diffusion_flame_batch.py 2023-01-12 14:05:37 -05:00
Ingmar Schoegl
488bd1a3ab [samples] Fix regression in diffusion_flame_batch.py
Remove code introduced in #1394
2022-09-28 21:01:46 -04:00
Ray Speth
f6744eca05 Make dimensionalization of IAPWS95 EOS consistent
The nondimensional EOS should always be dimensionalized to a mass
basis using the value of R given in the original source. Values on
a molar basis can then be computed consistently using the best available
value for the molecular weight of water.

Partially resolves #1315
2022-09-25 16:54:39 -04:00
Ingmar Schoegl
b7f582b162 [samples] Move Python examples to standard location and update SCons 2022-08-06 18:34:07 -05:00