BUG: Correct interface after alphaEq in interCondensatingEvaporatingFoam

This commit is contained in:
sergio 2020-03-30 10:28:54 -07:00
parent e50b2c04e1
commit 0e6213e548

View File

@ -147,8 +147,6 @@ int main(int argc, char *argv[])
// Make the flux relative to the mesh motion
fvc::makeRelative(phi, U);
interface.correct();
}
if (checkMeshCourantNo)
@ -163,6 +161,8 @@ int main(int argc, char *argv[])
#include "alphaControls.H"
#include "alphaEqnSubCycle.H"
interface.correct();
#include "UEqn.H"
#include "TEqn.H"