ENH: wallHeatFlux utility - using basicPsiThermo instead of hCombustionThermo

This commit is contained in:
andy
2010-06-01 15:26:56 +01:00
parent 67cf9ca660
commit 81189ebd4c

View File

@ -1,6 +1,6 @@
autoPtr<hCombustionThermo> thermo autoPtr<basicPsiThermo> thermo
( (
hCombustionThermo::New(mesh) basicPsiThermo::New(mesh)
); );
const volScalarField& h = thermo->h(); const volScalarField& h = thermo->h();