ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / solvers / combustion / dieselEngineFoam / hsEqn.H
blob7ae59feb8199fc909983ed77cdba242f4d443b6c
2     solve
3     (
4         fvm::ddt(rho, hs)
5       + mvConvection->fvmDiv(phi, hs)
6       - fvm::laplacian(turbulence->alphaEff(), hs)
7      ==
8        DpDt
9      + dieselSpray.heatTransferSource()().dimensionedInternalField()
10      + chemistrySh
11     );
13     thermo.correct();