BUG: foamyHexMesh: With surfaces of same priority do not overwrite cell size
This commit is contained in:
parent
6d224df76a
commit
d2d6514245
@ -295,14 +295,14 @@ void Foam::controlMeshRefinement::initialMeshPopulation
|
|||||||
shapeController_.minimumCellSize()
|
shapeController_.minimumCellSize()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else if (maxPriority == controlFunction.maxPriority())
|
// else if (maxPriority == controlFunction.maxPriority())
|
||||||
{
|
// {
|
||||||
vertices[vI].targetCellSize() = max
|
// vertices[vI].targetCellSize() = max
|
||||||
(
|
// (
|
||||||
min(sizes[vI], size),
|
// min(sizes[vI], size),
|
||||||
shapeController_.minimumCellSize()
|
// shapeController_.minimumCellSize()
|
||||||
);
|
// );
|
||||||
}
|
// }
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
vertices[vI].targetCellSize() = max
|
vertices[vI].targetCellSize() = max
|
||||||
|
Loading…
Reference in New Issue
Block a user