Skip to content

Commit cb259ec

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
Documentation + Example with Diffusion
1 parent 72233e0 commit cb259ec

File tree

6 files changed

+96
-396
lines changed

6 files changed

+96
-396
lines changed

docs/documentation/case.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,22 @@ When ``cyl_coord = 'T'`` is set in 2D the following constraints must be met:
993993

994994
- `bc_y%beg = -2` to enable reflective boundary conditions
995995

996+
### 17. Chemistry
997+
998+
| Parameter | Type | Description |
999+
| ---: | :---: | :--- |
1000+
| `chemistry` | Logical | Enable chemistry simulation |
1001+
| `chem_params%diffusion` | Logical | Enable multispecies diffusion |
1002+
| `chem_params%reactions` | Logical | Enable chemical reactions |
1003+
| `chem_params%gamma_method` | Integer | Methodology for calculating the heat capacity ratio |
1004+
| `chem_params%transport_model` | Integer | Methodology for calculating the diffusion coeffiecients |
1005+
| `cantera_file` | String | Cantera-format mechanism file (e.g., .yaml) |
1006+
1007+
- `chem_params%transport_model` specifies the methodology for calculating diffusion coefficients and other transport properties,`1` for mixture-average, `2` for Unity-Lewis
1008+
1009+
- `cantera_file` specifies the chemical mechanism file. If the file is part of the standard Cantera library, only the filename is required. Otherwise, the file must be located in the same directory as your `case.py` file
1010+
1011+
9961012
## Enumerations
9971013

9981014
### Boundary conditions

examples/1D_Flamelet/case.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)