repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
combustion
/
PDRFoam
/
hEqn.H
blob
7f5292d01a903f7931aa0015e81cb26c9250253a
1
{
2
solve
3
(
4
betav*fvm::ddt(rho, h)
5
+ mvConvection->fvmDiv(phi, h)
6
- fvm::laplacian(Db, h)
7
==
8
betav*DpDt
9
);
10
11
thermo.correct();
12
}