fvMeshTopoChangersMeshToMesh: Reinstated call to deltaCoeffs()

to ensure the deltaCoeffs are available for constraint BC evaluation.
This commit is contained in:
Henry Weller
2023-07-02 20:20:48 +01:00
parent d5f038493a
commit ae3bd90630

View File

@ -255,6 +255,9 @@ bool Foam::fvMeshTopoChangers::meshToMesh::update()
cellsToCellss::intersection::typeName
);
// Ensure the deltaCoeffs are available for constraint patch evaluation
mesh().deltaCoeffs();
// Map all the volFields in the objectRegistry
#define mapVolFieldType(Type, nullArg) \
MeshToMeshMapVolFields<Type>(mesh(), mapper);