You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,11 @@
21
21
22
22
The Combustion Toolbox is a MATLAB-based thermochemical framework designed to solve problems involving chemical equilibrium for both gas- and condensed-phase species. The toolbox is composed of several modules, each of which is designed to solve a specific class of problems:
23
23
24
-
-**CT-EQUIL** computes the equilibrium composition of multi-component gas mixtures undergoing thermochemical transformations. The final equilibrium state is determined by a predefined set of chemical species (gaseous—including ions—or condensed phases) and two thermodynamic state functions, such as enthalpy and pressure, e.g., for isobaric combustion processes.
24
+
-**CT-EQUIL** computes the thermochemical equilibrium composition of multi-component gas mixtures for prescribed set of chemical species (gaseous—including ions—or condensed phases) and thermodynamic constraints (e.g. pressure–enthalpy).
25
25
-**CT-SD** solves steady-state shock and detonation wave problems for both normal and oblique incidence.
26
26
-**CT-ROCKET** estimates the theoretical performance of rocket engines under highly idealized conditions.
27
-
-**CT-TURBULENCE** performs detailed analyses of turbulent flows, including turbulent statistics computations, Helmholtz decomposition, and spectral analyses.
27
+
-**CT-LIA** predicts shock-turbulence interaction statistics using linear theory, accounting for thermochemical effects.
28
+
-**CT-TURBULENCE** performs spectral and statistical analysis of turbulent flows, including energy spectra, Helmholtz decomposition, and turbulence diagnostics.
28
29
29
30
The framework also includes an intuitive **graphical user interface (GUI)**, with a **royalty-free standalone version** available for Windows, macOS, and Linux.
30
31
@@ -35,21 +36,21 @@ The framework also includes an intuitive **graphical user interface (GUI)**, wit
35
36
36
37
If you use the Combustion Toolbox in a publication, please cite it using the following references:
37
38
38
-
**Cuadra, A., Huete, C., & Vera, M. (2024). Combustion Toolbox: An open-source thermochemical code for gas-and condensed-phase problems involving chemical equilibrium. [arXiv:2409.15086](https://doi.org/10.48550/arXiv.2409.15086).*
39
+
**Cuadra, A., Huete, C., & Vera, M. (2026). Combustion Toolbox: An open-source thermochemical code for gas-and condensed-phase problems involving chemical equilibrium. Computer Physics Communications 320, 110004. [doi:10.1016/j.cpc.2025.110004.](https://doi.org/10.1016/j.cpc.2025.110004).*
39
40
**Cuadra, A., Huete, C., & Vera, M. (2025). Combustion Toolbox: A MATLAB-GUI based open-source tool for solving gaseous combustion problems. Version 1.2.7. Zenodo. [doi:10.5281/zenodo.5554911](https://doi.org/10.5281/zenodo.5554911).*
40
41
41
42
It can be handy the BibTeX format:
42
43
43
44
```bibtex
44
-
@article{cuadra2024a_preprint,
45
-
title = {{Combustion Toolbox: An open-source thermochemical code for gas- and condensed-phase problems involving chemical equilibrium}},
46
-
author = {Cuadra, A. and Huete, C. and Vera, M.},
47
-
journal = {{arXiv preprint arXiv:2409.15086}},
48
-
year= {2024},
49
-
eprint= {2409.15086},
50
-
archivePrefix = {arXiv},
51
-
primaryClass = {physics.chem-ph},
52
-
doi = {10.48550/arXiv.2409.15086}
45
+
@article{cuadra2026a,
46
+
title = {{Combustion Toolbox: An open-source thermochemical code for gas- and condensed-phase problems involving chemical equilibrium}},
47
+
journal = {Computer Physics Communications},
48
+
volume = {320},
49
+
pages = {110004},
50
+
year = {2026},
51
+
issn = {0010-4655},
52
+
doi = {https://doi.org/10.1016/j.cpc.2025.110004},
0 commit comments