From 31d49b468bed2e2c222783ac3575eb988c259e3e Mon Sep 17 00:00:00 2001 From: danielque Date: Tue, 23 Jan 2024 15:20:48 +0100 Subject: [PATCH] add probes also to default controlDict of case --- .../CFD/system/controlDict | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/tutorials/cfdemSolverPimple/bubblingFluidizedBed_Smoothing/CFD/system/controlDict b/tutorials/cfdemSolverPimple/bubblingFluidizedBed_Smoothing/CFD/system/controlDict index e70c98fa..b5bc06ed 100644 --- a/tutorials/cfdemSolverPimple/bubblingFluidizedBed_Smoothing/CFD/system/controlDict +++ b/tutorials/cfdemSolverPimple/bubblingFluidizedBed_Smoothing/CFD/system/controlDict @@ -84,5 +84,44 @@ functions } ); } + + probes + { + type probes; + functionObjectLibs ("libsampling.so"); + name probes; + probeLocations + ( + (0.0018 0.0045 0.0023) + (0.0116 0.0045 0.0023) + (0.0214 0.0045 0.0023) + (0.0018 0.0045 0.0159) + (0.0116 0.0045 0.0159) + (0.0214 0.0045 0.0159) + (0.0018 0.0045 0.0311) + (0.0116 0.0045 0.0311) + (0.0214 0.0045 0.0311) + (0.0018 0.0045 0.0462) + (0.0116 0.0045 0.0462) + (0.0214 0.0045 0.0462) + (0.0018 0.0045 0.0614) + (0.0116 0.0045 0.0614) + (0.0214 0.0045 0.0614) + (0.0018 0.0045 0.0765) + (0.0116 0.0045 0.0765) + (0.0214 0.0045 0.0765) + ); + + // fields to be probed + fields + ( + voidfraction + U + ); + + // write at same frequency as fields + writeControl timeStep; + writeInterval 50; + } } // ************************************************************************* //