Changed h to e.

This commit is contained in:
henry
2009-06-30 22:30:48 +01:00
parent 97a7b2cac0
commit 1a41b9b1b5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
basicPsiThermo& thermo = pThermo();
volScalarField& p = thermo.p();
volScalarField& h = thermo.h();
volScalarField& e = thermo.e();
const volScalarField& psi = thermo.psi();
volScalarField rho

View File

@ -72,7 +72,7 @@ int main(int argc, char *argv[])
solve(UEqn == -fvc::grad(p));
#include "hEqn.H"
#include "eEqn.H"
// --- PISO loop