Skip to content

Commit f013351

Browse files
Merge pull request #94 from su2code/Cristopher-Morales-patch-1
Update Inc_Species_Transport.md
2 parents a33c006 + eae3c2f commit f013351

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_tutorials/incompressible_flow/Inc_Species_Transport/Inc_Species_Transport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The material properties specific to the species transport equations are:
5555

5656
All available options concerning species transport are listed below as they occur in the [config_template.cfg](https://github.com/su2code/SU2/blob/master/config_template.cfg).
5757

58-
The options as of now are fairly limited. Species transport is switched on by setting `KIND_SCALAR_MODEL= PASSIVE_SCALAR`. The `DIFFUSIVITY_MODEL= CONSTANT_DIFFUSIVITY` is currently the only available therefore the only additional choice the value of `DIFFUSIVITY_CONSTANT`. For the `SCHMIDT_NUMBER_TURBULENT` please consult [the respective theory](/docs_v7/Theory/#species-transport).
58+
The options as of now are fairly limited. Species transport is switched on by setting `KIND_SCALAR_MODEL= SPECIES_TRANSPORT`. The `DIFFUSIVITY_MODEL= CONSTANT_DIFFUSIVITY` is currently the only available therefore the only additional choice the value of `DIFFUSIVITY_CONSTANT`. For the `SCHMIDT_NUMBER_TURBULENT` please consult [the respective theory](/docs_v7/Theory/#species-transport).
5959

6060
The number of species transport equations is not set individually but deduced from the number of values given in the respective lists for species options. SU2 checks whether the same amount of values is given in each option and solves the appropriate amount of equations. `MARKER_INLET_SPECIES` is one of these options and has to be used alongside a usual `MARKER_INLET`. For outlets, symmetries or walls this is not necessary.
6161

@@ -72,8 +72,8 @@ The inital species mass fractions are given by the list `SPECIES_INIT= 1.0, ...`
7272
```
7373
% --------------------- SPECIES TRANSPORT SIMULATION --------------------------%
7474
%
75-
% Specify scalar transport model (NONE, PASSIVE_SCALAR)
76-
KIND_SCALAR_MODEL= NONE
75+
% Specify scalar transport model (NONE, SPECIES_TRANSPORT)
76+
KIND_SCALAR_MODEL= SPECIES_TRANSPORT
7777
%
7878
% Mass diffusivity model (CONSTANT_DIFFUSIVITY)
7979
DIFFUSIVITY_MODEL= CONSTANT_DIFFUSIVITY
@@ -166,4 +166,4 @@ Figure (4): Velocity Magnitude in the domain.
166166

167167
## Additional remarks
168168

169-
An in depth optimization of this case with addition of the FFD-box, gradient validation and some more steps can found [here](/tutorials/Species_Transport/).
169+
An in depth optimization of this case with addition of the FFD-box, gradient validation and some more steps can found [here](/tutorials/Species_Transport/).

0 commit comments

Comments
 (0)