twoPhaseSolver::alphaPredictor: Corrected handling for CrankNicolson ddt with dilatation
This commit is contained in:
@ -163,8 +163,8 @@ void Foam::solvers::twoPhaseSolver::alphaSolve
|
|||||||
divU =
|
divU =
|
||||||
(
|
(
|
||||||
mesh.moving()
|
mesh.moving()
|
||||||
? fvc::div(phiCN + mesh.phi())
|
? fvc::div(phiCN() + mesh.phi())
|
||||||
: fvc::div(phiCN)
|
: fvc::div(phiCN())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user