interFoam/alphaEqn: Updated phiCN

This commit is contained in:
Henry
2015-02-22 10:25:30 +00:00
parent 9b7079ff8f
commit ff8978dba5

View File

@ -65,8 +65,6 @@
}
}
if (MULESCorr)
{
tmp<surfaceScalarField> phiCN(phi);
// Calculate the Crank-Nicolson off-centred volumetric flux
@ -75,6 +73,8 @@
phiCN = (1.0 - cnCoeff)*phi + cnCoeff*phi.oldTime();
}
if (MULESCorr)
{
fvScalarMatrix alpha1Eqn
(
#ifdef LTSSOLVE