combustionModels::EDC: New Eddy Dissipation Concept (EDC) turbulent combustion model
including support for TDAC and ISAT for efficient chemistry calculation. Description Eddy Dissipation Concept (EDC) turbulent combustion model. This model considers that the reaction occurs in the regions of the flow where the dissipation of turbulence kinetic energy takes place (fine structures). The mass fraction of the fine structures and the mean residence time are provided by an energy cascade model. There are many versions and developments of the EDC model, 4 of which are currently supported in this implementation: v1981, v1996, v2005 and v2016. The model variant is selected using the optional \c version entry in the \c EDCCoeffs dictionary, \eg \verbatim EDCCoeffs { version v2016; } \endverbatim The default version is \c v2015 if the \c version entry is not specified. Model versions and references: \verbatim Version v2005: Cgamma = 2.1377 Ctau = 0.4083 kappa = gammaL^exp1 / (1 - gammaL^exp2), where exp1 = 2, and exp2 = 2. Magnussen, B. F. (2005, June). The Eddy Dissipation Concept - A Bridge Between Science and Technology. In ECCOMAS thematic conference on computational combustion (pp. 21-24). Version v1981: Changes coefficients exp1 = 3 and exp2 = 3 Magnussen, B. (1981, January). On the structure of turbulence and a generalized eddy dissipation concept for chemical reaction in turbulent flow. In 19th Aerospace Sciences Meeting (p. 42). Version v1996: Changes coefficients exp1 = 2 and exp2 = 3 Gran, I. R., & Magnussen, B. F. (1996). A numerical study of a bluff-body stabilized diffusion flame. Part 2. Influence of combustion modeling and finite-rate chemistry. Combustion Science and Technology, 119(1-6), 191-217. Version v2016: Use local constants computed from the turbulent Da and Re numbers. Parente, A., Malik, M. R., Contino, F., Cuoci, A., & Dally, B. B. (2016). Extension of the Eddy Dissipation Concept for turbulence/chemistry interactions to MILD combustion. Fuel, 163, 98-111. \endverbatim Tutorials cases provided: reactingFoam/RAS/DLR_A_LTS, reactingFoam/RAS/SandiaD_LTS. This codes was developed and contributed by Zhiyi Li Alessandro Parente Francesco Contino from BURN Research Group and updated and tested for release by Henry G. Weller CFD Direct Ltd.
Showing
- src/combustionModels/EDC/EDC.C 248 additions, 0 deletionssrc/combustionModels/EDC/EDC.C
- src/combustionModels/EDC/EDC.H 214 additions, 0 deletionssrc/combustionModels/EDC/EDC.H
- src/combustionModels/EDC/EDCs.C 61 additions, 0 deletionssrc/combustionModels/EDC/EDCs.C
- src/combustionModels/Make/files 1 addition, 0 deletionssrc/combustionModels/Make/files
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModel.C 2 additions, 0 deletions...el/chemistryModel/TDACChemistryModel/TDACChemistryModel.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModel.H 2 additions, 0 deletions...el/chemistryModel/TDACChemistryModel/TDACChemistryModel.H
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModelI.H 10 additions, 0 deletions...l/chemistryModel/TDACChemistryModel/TDACChemistryModelI.H
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/CH4 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/CH4
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/G 42 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/G
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/H2 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/H2
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/H2O 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/H2O
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/N2 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/N2
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/O2 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/O2
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/T.orig 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/T.orig
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/U 69 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/U
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/Ydefault 67 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/Ydefault
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/alphat 72 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/alphat
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/epsilon 85 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/epsilon
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/k 72 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/k
- tutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/nut 78 additions, 0 deletionstutorials/combustion/reactingFoam/RAS/DLR_A_LTS/0/nut
Please register or sign in to comment