mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: collapseDict: Give entry a valid value
This commit is contained in:
@ -80,7 +80,7 @@ controlMeshQualityCoeffs
|
|||||||
|
|
||||||
// The amount that initialFaceLengthFactor will be reduced by for each
|
// The amount that initialFaceLengthFactor will be reduced by for each
|
||||||
// face if its collapse generates a poor quality face
|
// face if its collapse generates a poor quality face
|
||||||
faceReductionFactor $initialFaceLengthFactor;
|
faceReductionFactor 0.5;
|
||||||
|
|
||||||
// Maximum number of smoothing iterations for the reductionFactors
|
// Maximum number of smoothing iterations for the reductionFactors
|
||||||
maximumSmoothingIterations 2;
|
maximumSmoothingIterations 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user