mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
interFoam/alphaEqn: Updated phiCN
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user