Skip to content

Commit a06cb0b

Browse files
Merge pull request #1101 from CombustionToolbox/develop
Update: readme
2 parents 75f07f8 + 714022e commit a06cb0b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121

2222
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:
2323

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).
2525
- **CT-SD** solves steady-state shock and detonation wave problems for both normal and oblique incidence.
2626
- **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.
2829

2930
The framework also includes an intuitive **graphical user interface (GUI)**, with a **royalty-free standalone version** available for Windows, macOS, and Linux.
3031

@@ -35,21 +36,21 @@ The framework also includes an intuitive **graphical user interface (GUI)**, wit
3536

3637
If you use the Combustion Toolbox in a publication, please cite it using the following references:
3738

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).*
3940
* *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).*
4041

4142
It can be handy the BibTeX format:
4243

4344
```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},
53+
author = {A. Cuadra and C. Huete and M. Vera},
5354
}
5455
5556
@misc{combustiontoolbox,

0 commit comments

Comments
 (0)