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.
|
||||
autoPtr<mapPolyMesh> map = savedMeshMod.changeMesh(mesh, false);
|
||||
|
||||
// Hack to remove meshPhi - mapped incorrectly. TBD.
|
||||
mesh.clearOut();
|
||||
|
||||
// Update fields
|
||||
mesh.updateMesh(map);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user