From 8b1612fe08a058bcdf49c47d134a476e33bdd04a Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Sun, 28 Jul 2024 10:14:28 +0100 Subject: [PATCH] snappyHexMeshConfig: adjust bounds of rotatingZone bounding box, updated .H file --- .../snappyHexMeshConfig/blockMeshCylindricalConfiguration.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/blockMeshCylindricalConfiguration.H b/applications/utilities/preProcessing/snappyHexMeshConfig/blockMeshCylindricalConfiguration.H index 0a01b54e87..4d0c8da0e9 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/blockMeshCylindricalConfiguration.H +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/blockMeshCylindricalConfiguration.H @@ -81,7 +81,11 @@ class blockMeshCylindricalConfiguration bool isBoundBoxOnZaxis(); //- Calculate the parameters for the blockMeshDict file - void calcBlockMeshDict(const bool& boundsOpt); + void calcBlockMeshDict + ( + const bool& boundsOpt, + const bool& rotatingZonesOpt + ); //- Write backgroundMesh sub-dictionary void writeBackgroundMesh();