diff --git a/src/finiteVolume/fvMesh/fvMesh.C b/src/finiteVolume/fvMesh/fvMesh.C index 8f99d1f617..156f38b979 100644 --- a/src/finiteVolume/fvMesh/fvMesh.C +++ b/src/finiteVolume/fvMesh/fvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -829,6 +829,9 @@ void Foam::fvMesh::updateMesh(const mapPolyMesh& mpm) } + // Clear mesh motion flux (note: could instead save & map like volumes) + deleteDemandDrivenData(phiPtr_); + // Clear the sliced fields clearGeomNotOldVol();