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
/
chemFoam
/
hEqn.H
blob
855ca66a4214944316cdb0239221f815e6bc07b7
1
{
2
if (constProp == "volume")
3
{
4
hs[0] = u0 + p[0]/rho[0] + integratedHeat;
5
}
6
else
7
{
8
hs[0] = hs0 + integratedHeat;
9
}
10
}