CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   compressibleInterFoam - pEqn.H (https://www.cfd-online.com/Forums/openfoam/74689-compressibleinterfoam-peqn-h.html)

piprus April 6, 2010 13:51

compressibleInterFoam - pEqn.H
 
Hi all,

Apart of the discussion taking place >>here<< I need some more explanation for what I see in a pEqn.H file (part of a compressibleInterFoam solver).

Could anyone of you rewrite following code line in a mathematical way?
Code:

          pEqnComp =
              (fvm::ddt(p) + fvm::div(phi, p) - fvm::Sp(fvc::div(phi), p));

Actually I can't understand only the last part.... What does fvm::Sp (or fvc::Sp) do? What does it stand for?


All times are GMT -4. The time now is 21:32.