mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Correct interface after alphaEq in interCondensatingEvaporatingFoam
This commit is contained in:
@ -147,8 +147,6 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
// Make the flux relative to the mesh motion
|
// Make the flux relative to the mesh motion
|
||||||
fvc::makeRelative(phi, U);
|
fvc::makeRelative(phi, U);
|
||||||
|
|
||||||
interface.correct();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (checkMeshCourantNo)
|
if (checkMeshCourantNo)
|
||||||
@ -163,6 +161,8 @@ int main(int argc, char *argv[])
|
|||||||
#include "alphaControls.H"
|
#include "alphaControls.H"
|
||||||
#include "alphaEqnSubCycle.H"
|
#include "alphaEqnSubCycle.H"
|
||||||
|
|
||||||
|
interface.correct();
|
||||||
|
|
||||||
#include "UEqn.H"
|
#include "UEqn.H"
|
||||||
#include "TEqn.H"
|
#include "TEqn.H"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user