snappyHexMeshConfig: adjust bounds of rotatingZone bounding box, updated .H file
This commit is contained in:
@ -81,7 +81,11 @@ class blockMeshCylindricalConfiguration
|
|||||||
bool isBoundBoxOnZaxis();
|
bool isBoundBoxOnZaxis();
|
||||||
|
|
||||||
//- Calculate the parameters for the blockMeshDict file
|
//- Calculate the parameters for the blockMeshDict file
|
||||||
void calcBlockMeshDict(const bool& boundsOpt);
|
void calcBlockMeshDict
|
||||||
|
(
|
||||||
|
const bool& boundsOpt,
|
||||||
|
const bool& rotatingZonesOpt
|
||||||
|
);
|
||||||
|
|
||||||
//- Write backgroundMesh sub-dictionary
|
//- Write backgroundMesh sub-dictionary
|
||||||
void writeBackgroundMesh();
|
void writeBackgroundMesh();
|
||||||
|
|||||||
Reference in New Issue
Block a user