mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: wallHeatFlux utility - using basicPsiThermo instead of hCombustionThermo
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
autoPtr<hCombustionThermo> thermo
|
||||
autoPtr<basicPsiThermo> thermo
|
||||
(
|
||||
hCombustionThermo::New(mesh)
|
||||
basicPsiThermo::New(mesh)
|
||||
);
|
||||
|
||||
const volScalarField& h = thermo->h();
|
||||
|
||||
Reference in New Issue
Block a user