mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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