Skip to content

Commit c6390df

Browse files
committed
add description of combustion model
1 parent 7ef9283 commit c6390df

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_docs_v7/Theory.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This page contains a very brief summary of the different governing equation sets
1515
- [Incompressible Euler](#incompressible-euler)
1616
- [Turbulence Modeling](#turbulence-modeling)
1717
- [Species Transport](#species-transport)
18+
- [Combustion](#flamelet-combustion-model)
1819
- [Elasticity](#elasticity)
1920
- [Heat Conduction](#heat-conduction)
2021

@@ -273,6 +274,16 @@ where $$\mu_T$$ is the eddy viscosity and $$Sc_{T}$$ $$[-]$$ the turbulent Schmi
273274

274275
---
275276

277+
# Combustion #
278+
279+
| Solver | Version |
280+
| --- | --- |
281+
| `INC_NAVIER_STOKES` | 8.0.0 |
282+
283+
The Flamelet combustion model (also called Flamelet Generated Manifold (FGM)) for laminar premixed flames has been implemented in the incompressible solver. The flamelet method is a tabulated chemistry approach. Two additional transport equations are solved for the progress variable $$C$$ and the total enthalpy $$h_t$$, which is here the sensible + the chemical enthalpy. Thermo-chemical properties (viscosity, temperature, reaction source terms,...) are retrieved from a lookup table, which is constructed from 1D detailed chemistry simulations (e.g. Cantera, FlameMaster, Chem1d). For a detailed introduction to flamelet modeling see the work of van Oijen et al. https://www.sciencedirect.com/science/article/pii/S0360128515300137
284+
285+
---
286+
276287
# Elasticity #
277288

278289
| Solver | Version |

0 commit comments

Comments
 (0)