Skip to content

Commit eae3c2f

Browse files
Update Inc_Species_Transport.md
Changing PASSIVE_SCALAR to SPECIES_TRANSPORT. We plan to add a new tutorial case where we will explain the new options available for the FLUID_MIXTURE model.
1 parent a33c006 commit eae3c2f

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)