PaSR-SDE is a code to simulate premixed turbulent combustion in a partially stirred reactor using stochastic mixing models.
PaSR-SDE: Premixed Turbulent Combustion with Stochastic Mixing Models Simulator is a Matlab code designed to simulate premixed turbulent combustion in a partially stirred reactor using stochastic micro-mixing models.
PaSR-SDE provides a robust framework for simulating premixed turbulent combustion using stochastic mixing models in a partially stirred reactor. This simulator is useful for researchers studying combustion in turbulent flows.
PaSR-SDE development started in the first author master thesis in 2007, under suppervision of the second author. The underlying results were disclosed in the following publication:
The development resumed in 2023, with the last author updating the code to make it compatible with newer versions of Matlab.
To get started with PaSR-SDE, follow these steps:
git clone https://github.com/americocunhajr/PaSR-SDE.git
cd PaSR-SDE/PaSR-SDE-2.0
Main_PaSR_Simulation
PaSR-SDE routines are commented to explain their functionality. Each routine includes a short description of its purpose and a list of inputs and outputs. Users can refer to the example scripts provided to understand how to set up and run their simulations.
Simulations done with PaSR-SDE are fully reproducible, as can be seen on this CodeOcean capsule
If you use PaSR-SDE in your research, please cite the following references:
@article{Orbegoso2009p1595,
author = {E. M. Orbegoso and L. F. {Figueira da Silva}},
title = {Study of stochastic mixing models for combustion in turbulent flows},
journal = {Proceedings of the Combustion Institute},
year = {2009},
volume = {32},
pages = {1595-1603},
doi = {10.1016/j.proci.2008.06.008},
}
@article{Orbegoso2023PaSR-SDE,
author = {E. M. Orbegoso and L. F. {Figueira da Silva} and A. {Cunha~Jr}},
title = "{PaSR-SDE: Premixed Turbulent Combustion with Stochastic Mixing Models Simulator}",
journal = {Software Impacts},
year = {2023},
volume = {15},
pages = {100480},
doi = {10.1016/j.simpa.2023.100480},
}
PaSR-SDE is released under the MIT license. See the LICENSE file for details. All new contributions must be made under the MIT license.