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
intersection with triangle plane for miss
[OpenFOAM-1.5.x.git]
/
applications
/
solvers
/
combustion
/
PDRFoam
/
hEqn.H
blob
807792948793710b37dea4320ffcfb34ec933db2
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
}