snappyHexMeshConfig: removed resizing of bounds specified with '-bounds' option

This commit is contained in:
Chris Greenshields
2023-07-13 16:20:24 +01:00
parent 6e64865cfd
commit 50017eeb80
4 changed files with 30 additions and 6 deletions

View File

@ -67,7 +67,7 @@ class blockMeshCartesianConfiguration
// Private Member Functions
//- Calculate the parameters for the blockMeshDict file
void calcBlockMeshDict();
void calcBlockMeshDict(const bool& boundsOpt);
//- Write backgroundMesh sub-dictionary
void writeBackgroundMesh();
@ -116,6 +116,7 @@ public:
const fileName& dir,
const Time& time,
const meshingSurfaceList& surfaces,
const bool& boundsOpt,
const Vector<label>& nCells,
const label refineFactor,
const HashTable<Pair<word>>& patchOpts,