BUG: Correct interface after alphaEq in interCondensatingEvaporatingFoam
This commit is contained in:
parent
e50b2c04e1
commit
0e6213e548
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user