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
/
pEqn.H
blob
28d240940b6805c6ce5124bd2924e6c36c80a3fc
1
{
2
thermo.correct();
3
rho = thermo.rho();
4
if (constProp == "volume")
5
{
6
p[0] = rho0*R0*thermo.T()[0];
7
rho[0] = rho0;
8
}
9
}