BUG: Corrected restart behaviour of particle erosion model

This commit is contained in:
andy
2012-02-28 10:59:34 +00:00
parent 2bc3004af3
commit 1ee9f00aaf

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -101,6 +101,9 @@ Foam::ParticleErosion<CloudType>::ParticleErosion
}
patchIDs_ = uniquePatchIDs.toc();
// trigger ther creation of the Q field
preEvolve();
}