From ba35af963a716fb6b4e6de3f4d99d73ade65747a Mon Sep 17 00:00:00 2001 From: danielque Date: Thu, 26 Sep 2019 15:13:28 +0200 Subject: [PATCH] fix probe location --- .../R2_FB/CFD/system/controlDict | 30 ++++++++--------- .../R2_FB/CFD/system/controlDict_test | 32 +++++++++---------- .../R2_FB/CFD/system/probesDict | 10 +++--- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict index c76dbe67..35d4d6d1 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict +++ b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict @@ -77,11 +77,11 @@ functions // 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) + (0.03 0.025 0.0) + (0.03 0.050 0.0) + (0.03 0.075 0.0) + (0.03 0.090 0.0) + (0.03 0.120 0.0) ); fields @@ -121,7 +121,7 @@ functions location yes; // Type of extrema for rank > 0 primitives mode magnitude; // magnitude | component - } + } fieldMinMax_Cpv { @@ -132,16 +132,16 @@ functions location yes; // Type of extrema for rank > 0 primitives mode magnitude; // magnitude | component - } + } - fieldMinMax_partTemp - { - type fieldMinMax; - libs ("libfieldFunctionObjects.so"); - fields (partTemp); - location yes; - mode magnitude; - } + fieldMinMax_partTemp + { + type fieldMinMax; + libs ("libfieldFunctionObjects.so"); + fields (partTemp); + location yes; + mode magnitude; + } globalMassFrac { diff --git a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test index 86b4fe7f..8764502b 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test +++ b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/controlDict_test @@ -77,11 +77,11 @@ functions // 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) + (0.03 0.025 0.0) + (0.03 0.050 0.0) + (0.03 0.075 0.0) + (0.03 0.090 0.0) + (0.03 0.120 0.0) ); fields @@ -108,7 +108,7 @@ functions ); writeControl timeStep; - writeInterval 10000; + writeInterval 50; } @@ -121,7 +121,7 @@ functions location yes; // Type of extrema for rank > 0 primitives mode magnitude; // magnitude | component - } + } fieldMinMax_Cpv { @@ -132,16 +132,16 @@ functions location yes; // Type of extrema for rank > 0 primitives mode magnitude; // magnitude | component - } + } - fieldMinMax_partTemp - { - type fieldMinMax; - libs ("libfieldFunctionObjects.so"); - fields (partTemp); - location yes; - mode magnitude; - } + fieldMinMax_partTemp + { + type fieldMinMax; + libs ("libfieldFunctionObjects.so"); + fields (partTemp); + location yes; + mode magnitude; + } globalMassFrac { diff --git a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/probesDict b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/probesDict index f956f8cf..51544df2 100644 --- a/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/probesDict +++ b/tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/CFD/system/probesDict @@ -48,11 +48,11 @@ writeInterval 10000; // 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) + (0.03 0.025 0.0) + (0.03 0.050 0.0) + (0.03 0.075 0.0) + (0.03 0.090 0.0) + (0.03 0.120 0.0) ); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //