Skip to content

Commit 175a3bd

Browse files
Merge pull request #113 from su2code/feature_FLUID_MIXTURE
Tutorial for composition-dependent model
2 parents 3c55510 + 0123720 commit 175a3bd

File tree

9 files changed

+245
-3
lines changed

9 files changed

+245
-3
lines changed

_data/tutorials.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- Inc_Laminar_Cavity
2929
- Inc_Streamwise_Periodic
3030
- Inc_Species_Transport
31+
- Inc_Species_Transport_Composition_Dependent_Model
3132

3233
- title: Structural Mechanics
3334
tutorials:

_docs_v7/Markers-and-BC.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,19 @@ MARKER_FAR= (farfield)
129129
| --- | --- |
130130
| `RANS`, `INC_RANS`, | 7.3.0 |
131131

132-
The turbulence boundary conditions do not have a `MARKER_` keyword but can instead be set for inlet and freestream boundaries using the keywords:
132+
The turbulence boundary conditions do not have a `MARKER_` keyword for the SA Turbulence model but can instead be set for inlet and freestream boundaries using the keyword:
133133

134-
For the SA turbulence model:
135134
```
136135
FREESTREAM_NU_FACTOR= 3
137136
```
138137

139-
For the SST turbulence model:
138+
Conversely, for the SST turbulence model, it is possible to provide a 'MARKER_INLET' where turbulence intensity and turbulent-to-laminar ratio can be provided at each inlet as follows:
139+
140+
```
141+
MARKER_INLET_TURBULENT= (inlet_1, TURBULENCEINTENSITY_1, TURB2LAMVISCRATIO_1 , inlet_2, TURBULENCEINTENSITY_1, TURB2LAMVISCRATIO_1 ,..)
142+
```
143+
If 'MARKER_INLET_TURBULENT' are not provided in the .cfg file, SU2 will filled up the markers with the freestream options:
144+
140145
```
141146
FREESTREAM_TURBULENCEINTENSITY= 0.05
142147
FREESTREAM_TURB2LAMVISCRATIO= 10

_docs_v7/Physical-Definition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ For fluid simulations, a model defining the equation of state and thermodynamic
4646
|`CONSTANT_DENSITY` | **Constant density** |
4747
|`INC_IDEAL_GAS` | **Incompressible fluid constant specific heat** |
4848
|`INC_IDEAL_GAS_POLY` | **Incompressible fluid polynomial specific heat** |
49+
|`FLUID_MIXTURE` | **Incompressible ideal gas mixing laws for multicomponent flow** |
4950
|`SU2_NONEQ` | **SU2 nonequilibrium thermochemical library** |
5051
|`MUTATIONPP` | **Mutation++ nonequilibrium thermochemical library** |
5152

_tutorials/incompressible_flow/Inc_Species_Transport_Composition_Dependent_Model/Inc_Species_Transport_Composition_Dependent_Model.md

Lines changed: 233 additions & 0 deletions
Large diffs are not rendered by default.

_tutorials/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Simulation of internal, laminar, incompressible flow in a differentially-heated
6969
Simulation of internal, turbulent, incompressible flow in a unit cell of a 2D pin-fin heat exchanger.
7070
* [Species Transport](/tutorials/Inc_Species_Transport/)
7171
Simulation of internal, turbulent, incompressible flow through a mixing channel.
72+
* [Species Transport Composition Dependent Model](/tutorials/Inc_Species_Transport_Composition_Dependent_Model/)
73+
Simulation of internal, turbulent, 3D incompressible flow through a Kenics static mixer.
7274

7375
#### Structural Mechanics
7476

419 KB
Loading
2.54 MB
Loading
2.32 MB
Loading
2.32 MB
Loading

0 commit comments

Comments
 (0)