mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fix: name lookup not wanted for featureMethod = none
This commit is contained in:
@ -1414,7 +1414,7 @@ void Foam::conformalVoronoiMesh::conformToSurface()
|
||||
}
|
||||
|
||||
label iterationNo = 0;
|
||||
label maxIterations = 4;
|
||||
label maxIterations = 8;
|
||||
label totalHits = 0;
|
||||
|
||||
do
|
||||
|
||||
@ -120,7 +120,7 @@ Foam::conformationSurfaces::conformationSurfaces
|
||||
}
|
||||
else if (featureMethod == "none")
|
||||
{
|
||||
fileName feMeshName(surfaceSubDict.lookup("featureEdgeMesh"));
|
||||
fileName feMeshName(surfaceName + "_noFeatures");
|
||||
|
||||
features_.set
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user