mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: faMesh: support for multi-region moving meshes. See #1170.
This commit is contained in:
@ -235,7 +235,7 @@ Foam::faMesh::faMesh(const polyMesh& pMesh)
|
|||||||
// Calculate the geometry for the patches (transformation tensors etc.)
|
// Calculate the geometry for the patches (transformation tensors etc.)
|
||||||
boundary_.calcGeometry();
|
boundary_.calcGeometry();
|
||||||
|
|
||||||
if (isFile(pMesh.time().timePath()/"S0"))
|
if (isFile(pMesh.time().timePath()/mesh().dbDir()/"S0"))
|
||||||
{
|
{
|
||||||
S0Ptr_ = new DimensionedField<scalar, areaMesh>
|
S0Ptr_ = new DimensionedField<scalar, areaMesh>
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user