CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   A problem in icoFoam? (https://www.cfd-online.com/Forums/openfoam-programming-development/185394-problem-icofoam.html)

tmatrix March 24, 2017 09:39

A problem in icoFoam?
 
I read the source codes of icoFoam and pisoFoam. The codes in lines 108~113 of icoFoam is shown as following:
surfaceScalarField phiHbyA
(
"phiHbyA",
fvc::flux(HbyA)
+fvc::interpolate(rAU)*fvc::ddtCorr(U,phi)
);

I do not understand what the operator "ddtCorr(U,phi)" means and what is the expression or equation corresponding to this operator?


All times are GMT -4. The time now is 07:49.