Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / solvers / combustion / chemFoam / pEqn.H
blob28d240940b6805c6ce5124bd2924e6c36c80a3fc
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     }