snappyHexMeshConfig: removed resizing of bounds specified with '-bounds' option
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user