fix up probe locations in chemistry tutorials

This commit is contained in:
danielque
2019-09-26 12:38:43 +02:00
parent b24acc76fa
commit 29afb0e920
9 changed files with 63 additions and 26 deletions

View File

@ -65,13 +65,50 @@ functions
type rhoReactionThermoMoleFractions;
}
probes1
probes
{
type probes;
functionObjectLibs ("libsampling.so");
#include "probesDict";
// Name of the directory for probe data
name probes;
// Locations to be probed.
probeLocations
(
(0.03 0.025 0.03)
(0.03 0.05 0.03)
(0.03 0.075 0.03)
(0.03 0.09 0.03)
(0.03 0.12 0.03)
);
fields
(
rho
p
T
Cpv
N2
CO2
CO
H2
H2O
ModSpeciesMassField_N2
ModSpeciesMassField_CO2
ModSpeciesMassField_CO
ModSpeciesMassField_H2
ModSpeciesMassField_H2O
X_CO
X_CO2
X_H2
X_N2
X_H2O
);
writeControl timeStep;
writeInterval 10000;
}

View File

@ -77,9 +77,9 @@ functions
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
fields

View File

@ -46,9 +46,9 @@ writeInterval 50;
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -76,9 +76,9 @@ functions
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
fields

View File

@ -46,9 +46,9 @@ writeInterval 50;
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -77,9 +77,9 @@ functions
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
fields

View File

@ -39,9 +39,9 @@ writeInterval 50;
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -77,9 +77,9 @@ functions
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
fields

View File

@ -39,9 +39,9 @@ writeInterval 50;
// Locations to be probed.
probeLocations
(
(7.0 2.5 2.5)
(8.0 2.5 2.5)
(1.0 2.5 2.5)
(0.7 0.25 0.25)
(0.8 0.25 0.25)
(1.0 0.25 0.25)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //