mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added ddtPhiCorr back into the pEqn, use if wisely.
This commit is contained in:
@ -55,7 +55,7 @@ else
|
||||
fvc::interpolate(rho)*
|
||||
(
|
||||
(fvc::interpolate(U) & mesh.Sf())
|
||||
//+ fvc::ddtPhiCorr(rUA, rho, U, phi)
|
||||
+ fvc::ddtPhiCorr(rUA, rho, U, phi)
|
||||
);
|
||||
|
||||
//bool closedVolume = adjustPhi(phi, U, p);
|
||||
|
||||
@ -34,7 +34,7 @@ if (transonic)
|
||||
}
|
||||
else
|
||||
{
|
||||
phi =
|
||||
phi =
|
||||
fvc::interpolate(rho)*
|
||||
(
|
||||
(fvc::interpolate(U) & mesh.Sf())
|
||||
|
||||
Reference in New Issue
Block a user