solverDict update

This commit is contained in:
Hrvoje Jasak 2011-08-24 17:15:23 +01:00
parent 1113022678
commit 5925dd1ef6

View file

@ -14,7 +14,8 @@
phi = phiU + phi = phiU +
( (
fvc::interpolate(interface.sigmaK())*fvc::snGrad(alpha1)*mesh.magSf() fvc::interpolate(interface.sigmaK())*
fvc::snGrad(alpha1)*mesh.magSf()
+ fvc::interpolate(rho)*(g & mesh.Sf()) + fvc::interpolate(rho)*(g & mesh.Sf())
)*rUAf; )*rUAf;
adjustPhi(phi, U, p); adjustPhi(phi, U, p);
@ -30,11 +31,11 @@
if (corr == nCorr-1 && nonOrth == nNonOrthCorr) if (corr == nCorr-1 && nonOrth == nNonOrthCorr)
{ {
pdEqn.solve(mesh.solver(pd.name() + "Final")); pdEqn.solve(mesh.solutionDict().solver(pd.name() + "Final"));
} }
else else
{ {
pdEqn.solve(mesh.solver(pd.name())); pdEqn.solve(mesh.solutionDict().solver(pd.name()));
} }
if (nonOrth == nNonOrthCorr) if (nonOrth == nNonOrthCorr)