Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 460 Bytes

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.