FreeFOAM The Cross-Platform CFD Toolkit
eEqn.H
Go to the documentation of this file.
1 {
2  solve
3  (
4  fvm::ddt(rho, e)
5  + fvm::div(phi, e)
6  - fvm::laplacian(turbulence->alphaEff(), e)
7  ==
9  );
10 
11  thermo.correct();
12 }