diff --git a/applications/solvers/multiphase/compressibleInterFoam/compressibleInterFoam.C b/applications/solvers/multiphase/compressibleInterFoam/compressibleInterFoam.C index 1faeb863a3..c1ae4f5517 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/compressibleInterFoam.C +++ b/applications/solvers/multiphase/compressibleInterFoam/compressibleInterFoam.C @@ -98,7 +98,7 @@ int main(int argc, char *argv[]) // same divergence tmp divU; - if (correctPhi && mesh.topoChanging()) + if (correctPhi && mesh.topoChanged()) { // Construct and register divU for mapping divU = new volScalarField diff --git a/applications/solvers/multiphase/interFoam/interFoam.C b/applications/solvers/multiphase/interFoam/interFoam.C index 67507e2a16..db2366bc86 100644 --- a/applications/solvers/multiphase/interFoam/interFoam.C +++ b/applications/solvers/multiphase/interFoam/interFoam.C @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) ( correctPhi && !isType(phaseChange) - && mesh.topoChanging() + && mesh.topoChanged() ) { // Construct and register divU for correctPhi diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C b/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C index 0a91bcd129..129516d125 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C +++ b/applications/solvers/multiphase/multiphaseEulerFoam/multiphaseEulerFoam/multiphaseEulerFoam.C @@ -105,7 +105,7 @@ int main(int argc, char *argv[]) // has the same divergence tmp divU; - if (correctPhi && mesh.topoChanging()) + if (correctPhi && mesh.topoChanged()) { // Construct and register divU for mapping divU = new volScalarField diff --git a/applications/test/hexRef8/Test-hexRef8.C b/applications/test/hexRef8/Test-hexRef8.C index 3b1a03d73d..9bb3065f10 100644 --- a/applications/test/hexRef8/Test-hexRef8.C +++ b/applications/test/hexRef8/Test-hexRef8.C @@ -192,7 +192,7 @@ int main(int argc, char *argv[]) mesh.moving(false); - mesh.topoChanging(false); + mesh.topoChanged(false); label action = rndGen.sampleAB