mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
- place under compressibleInterFoam to ensure that the library dependency on VoFphaseCompressibleTurbulenceModels is satisfied
14 lines
180 B
C
14 lines
180 B
C
CorrectPhi
|
|
(
|
|
U,
|
|
phi,
|
|
p,
|
|
dimensionedScalar("rAUf", dimTime/rho.dimensions(), 1),
|
|
divU,
|
|
pimple
|
|
);
|
|
|
|
//***HGW phi.oldTime() = phi;
|
|
|
|
#include "continuityErrs.H"
|