☰
These guidelines are based on the working folder located here.
Transport modelling
1) Species shear viscosity and thermal conductivity
1.1 Inviscid simulation
This is done in two steps:
- in the
thermophysicalProperties/ thermoType dictionary, edit thetransport entry toconstant ; - in the
thermoDEM/ #speciesName/transport/constant dictionary, for all species present in the gas mixture, edit the value of the entrymu to be0 .
1.2 Viscous simulation with constant shear viscosity and thermal conductivity
Repeat the two steps presented in §1.1 but edit
1.3 Other transport models
The names of all other available transport models to be loaded using the
Transport model name | Parameters |
---|---|
The coefficients of these models can be found in the
1.4 Print species shear viscosity and thermal conductivity
In the
writeViscositySpecies on;
writeThermalConducSpecies on;
2) Mixing rules
The available mixing rules are given in the following Table
Mixing rule name | Parameters |
---|---|
- | |
- | |
and the dedicated entry,
writeViscosityMixture on;
writeThermalConducMixture on;
NB: There are no reasons to use the
molar mixing rule other than for single-species flows or zero-dimensional heat baths.
3) Mass diffusion
3.1 Disable multi-species diffusion
In the
multiSpeciesTransport noSpeciesDiffusion;
binaryDiffusionModel noBinaryDiffusionModel;
3.2 Lewis number model
In the
multiSpeciesTransport LewisNumber;
binaryDiffusionModel noBinaryDiffusionModel;
The Lewis number value can be found in the
diffusionModelParameters
{
LewisNumber 1.4;
[...]
}
3.3 Fick’s law and binary diffusion models
In the
multiSpeciesTransport Fick;
Binary diffusion coefficients can be calculated according to any of the models presented in the Table below
Binary diffusion model name | Parameters |
---|---|
The
Example for a binary Nitrogen-Oxygen mixture:
multiSpeciesTransport Fick;
binaryDiffusionModel collisionData;
diffusionModelParameters
{
collisionDataModel "Gupta1989D";
}
collisionData
{
tabulatedInteractions
{
// NASA-TM-101528 (Gupta, Yos, Thompson: Feb. 1989)
// Document ID: 19890011822
// A review of reaction rates and thermodynamic and transport
// properties for the 11-species air model for chemical and thermal
// nonequilibrium calculations to 30000 K
Gupta1989D
{
// Table VI
Dbar
{
N2_N2 (0.0 0.0112 1.16182 -11.3091);
N2_O2 (0.0 0.0465 0.9271 -8.1137);
}
}
}
}
3.4 SCEBD model
In the
multiSpeciesTransport SCEBD;
Please refer to §3.3 for the list of available binary diffusion coefficient models.
3.5 Additional features (to Fick and SCEBD models)
Results using the non-corrected forms of Fick’s law and the SCEBD model can be obtained by switching on the
NB: The
useNonCorrectedForm entry can be deleted from thediffusionModelParameters subdictionary if you wish (safer).
In the same subdictionary, the