Skip to content

Adstefnum/flameFoam

 
 

Repository files navigation

flameFoam

Hydrogen-air premixed turbulent combustion model for OpenFOAM-12:

  • Progress variable approach
  • TFC and ETFC models for RANS with Zimont, Bradley and Bray correlations
  • Laminar burning velocity can be set by user (constant value) or estimated using Malet correlation (for lean mixtures only) or (custom DNN model: pending) (for dry mixtures only)
  • FSD model for LES with Charlette correlation

Compilation

Library is compiled using wmake command. OpenFOAM-12 needs to be installed.

Activation

Library needs to be included in controlDict:

libs
(
  "flameFoam-12.2.0.so"
);

Example case/tutorial

Preparation in progress, please contact through e-mail

Contributors

  • Lead developer: Mantas Povilaitis, 2019 - current, [email protected]
  • Co-developer: Julius Venckus, 2022 - current
  • DNN model development and implementation: Andrius Ambrutis, 2022 - current
  • Porting to OpenFOAM-11: Ilaryon Saladkou, 2024
  • Initial co-developer: Justina Jaseliūnaitė, 2019 - 2022

Publications

About

Premixed turbulent combustion solver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.5%
  • C++ 39.5%