mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamyHexMesh: With surfaces of same priority do not overwrite cell size
This commit is contained in:
@ -295,14 +295,14 @@ void Foam::controlMeshRefinement::initialMeshPopulation
|
||||
shapeController_.minimumCellSize()
|
||||
);
|
||||
}
|
||||
else if (maxPriority == controlFunction.maxPriority())
|
||||
{
|
||||
vertices[vI].targetCellSize() = max
|
||||
(
|
||||
min(sizes[vI], size),
|
||||
shapeController_.minimumCellSize()
|
||||
);
|
||||
}
|
||||
// else if (maxPriority == controlFunction.maxPriority())
|
||||
// {
|
||||
// vertices[vI].targetCellSize() = max
|
||||
// (
|
||||
// min(sizes[vI], size),
|
||||
// shapeController_.minimumCellSize()
|
||||
// );
|
||||
// }
|
||||
else
|
||||
{
|
||||
vertices[vI].targetCellSize() = max
|
||||
|
||||
Reference in New Issue
Block a user