Skip to content
Snippets Groups Projects
Commit ebb6a027 authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

BUG: faMesh: support for multi-region moving meshes. See #1170.

parent ce947eeb
Branches
Tags
No related merge requests found
......@@ -235,7 +235,7 @@ Foam::faMesh::faMesh(const polyMesh& pMesh)
// Calculate the geometry for the patches (transformation tensors etc.)
boundary_.calcGeometry();
if (isFile(pMesh.time().timePath()/"S0"))
if (isFile(pMesh.time().timePath()/mesh().dbDir()/"S0"))
{
S0Ptr_ = new DimensionedField<scalar, areaMesh>
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment