From 29afb0e920fa2f80d228952da798b2ab26497dfc Mon Sep 17 00:00:00 2001 From: danielque Date: Thu, 26 Sep 2019 12:38:43 +0200 Subject: [PATCH] fix up probe locations in chemistry tutorials --- .../R2_FB/CFD/system/controlDict_test | 41 ++++++++++++++++++- .../30CO6H2_Hematite/CFD/system/controlDict | 6 +-- .../30CO6H2_Hematite/CFD/system/probesDict | 6 +-- .../33CO3H2_Hematite/CFD/system/controlDict | 6 +-- .../33CO3H2_Hematite/CFD/system/probesDict | 6 +-- .../GOD0k1_Hematite/CFD/system/controlDict | 6 +-- .../GOD0k1_Hematite/CFD/system/probesDict | 6 +-- .../ISO4695/CFD/system/controlDict | 6 +-- .../ISO4695/CFD/system/probesDict | 6 +-- 9 files changed, 63 insertions(+), 26 deletions(-) diff --git a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test index 392d4c15..86b4fe7f 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test +++ b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test @@ -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; } diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/controlDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/controlDict index da324be3..8d5d1b8b 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/controlDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/controlDict @@ -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 diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/probesDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/probesDict index 650dd353..69251028 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/probesDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/30CO6H2_Hematite/CFD/system/probesDict @@ -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) ); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/controlDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/controlDict index 4b61fbc5..69f672ef 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/controlDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/controlDict @@ -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 diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/probesDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/probesDict index 650dd353..69251028 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/probesDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/33CO3H2_Hematite/CFD/system/probesDict @@ -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) ); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/controlDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/controlDict index 3235c342..0a1c1aec 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/controlDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/controlDict @@ -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 diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/probesDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/probesDict index a916d4ea..9c93733d 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/probesDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/GOD0k1_Hematite/CFD/system/probesDict @@ -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) ); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/controlDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/controlDict index 841b387d..7bc0f62b 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/controlDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/controlDict @@ -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 diff --git a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/probesDict b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/probesDict index a916d4ea..9c93733d 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/probesDict +++ b/tutorials/cfdemSolverRhoPimpleChem/SingleParticleCases/ISO4695/CFD/system/probesDict @@ -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) ); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //