repo.or.cz
/
OpenFOAM-1.5.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor correction.
[OpenFOAM-1.5.x.git]
/
applications
/
solvers
/
combustion
/
coldEngineFoam
/
hEqn.H
blob
f72ef0c89cb973b0150b3ec889b51c5be403b872
1
{
2
solve
3
(
4
fvm::ddt(rho, h)
5
+ fvm::div(phi, h)
6
- fvm::laplacian(turbulence->alphaEff(), h)
7
==
8
DpDt
9
);
10
11
thermo->correct();
12
}