/ann-laminar-burning-velocity

Models trained in my article on LBV predictions.

Primary LanguageC

ann-laminar-burning-velocity

Source code of models developed in the article:

https://doi.org/10.3390/en13133381

Malik, K.; Żbikowski, M.; Teodorczyk, A. Laminar Burning Velocity Model Based on Deep Neural Network for Hydrogen and Propane with Air. Energies 2020, 13(13), 3381;

To use: compile and run. To compile to a "test" executable using gcc:

gcc -lm ann-laminar-burning-velocity-h2air.C -o test

Exemplary usage is in the main function.