CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Total Enthalpy (https://www.cfd-online.com/Forums/openfoam-solving/60052-total-enthalpy.html)

tangd August 25, 2006 08:28

Does sonicTurbFoam deal with s
 
Does sonicTurbFoam deal with static enthalpy only or is the equation in hEqn.H solved for the total enthalpy?

solve
(
fvm::ddt(rho, h)
+ fvm::div(phi, h)
- fvm::laplacian(turbulence->alphaEff(), h)
==
DpDt
);

As far as I can see it solves the static enthalpy.
But if so, what about high velocity effects?


All times are GMT -4. The time now is 17:57.