diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C b/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C index 4032a7b10b..b8b133ed01 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C @@ -268,7 +268,12 @@ Foam::polyMesh::readUpdateState Foam::polyMesh::readUpdate() // Calculate the geometry for the patches (transformation tensors etc.) boundary_.calcGeometry(); + // Derived info + bounds_ = boundBox(points_); + geometricD_ = Vector