snappyHexMeshConfig: adjust bounds of rotatingZone bounding box, updated .H file

This commit is contained in:
Chris Greenshields
2024-07-28 10:14:28 +01:00
parent 275189c0c2
commit 8b1612fe08

View File

@ -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();