Skip to content
Snippets Groups Projects
Commit 0e6213e5 authored by sergio's avatar sergio
Browse files

BUG: Correct interface after alphaEq in interCondensatingEvaporatingFoam

parent e50b2c04
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment