Skip to content
Snippets Groups Projects
Commit 8701c57e authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Removed call to topoChanging(false) in interDyMFoam and...

BUG: Removed call to topoChanging(false) in interDyMFoam and compressibleInterDyMFoam - see #363 and 03db8627
parent 81d958c5
Branches
Tags
No related merge requests found
......@@ -123,8 +123,6 @@ int main(int argc, char *argv[])
// Make the fluxes relative to the mesh motion
fvc::makeRelative(phi, U);
mesh.topoChanging(false);
}
}
......
......@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
if ((mesh.changing() && correctPhi) || mesh.topoChanging())
{
// Calculate absolute flux from the mapped surface velocity
// SAF: temporary fix until mapped Uf is assessed
// Note: temporary fix until mapped Uf is assessed
Uf = fvc::interpolate(U);
phi = mesh.Sf() & Uf;
......@@ -146,8 +146,6 @@ int main(int argc, char *argv[])
fvc::makeRelative(phi, U);
mixture.correct();
mesh.topoChanging(false);
}
if (mesh.changing() && checkMeshCourantNo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment