mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: autoLayerDriver.C : mapping meshPhi after adding proc boundaries. TBD.
This commit is contained in:
@ -3262,6 +3262,9 @@ void Foam::autoLayerDriver::addLayers
|
|||||||
// Apply the stored topo changes to the current mesh.
|
// Apply the stored topo changes to the current mesh.
|
||||||
autoPtr<mapPolyMesh> map = savedMeshMod.changeMesh(mesh, false);
|
autoPtr<mapPolyMesh> map = savedMeshMod.changeMesh(mesh, false);
|
||||||
|
|
||||||
|
// Hack to remove meshPhi - mapped incorrectly. TBD.
|
||||||
|
mesh.clearOut();
|
||||||
|
|
||||||
// Update fields
|
// Update fields
|
||||||
mesh.updateMesh(map);
|
mesh.updateMesh(map);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user