Files
openfoam/applications/utilities/postProcessing/wall/solidWallHeatFlux/createFields.H
2012-07-05 12:26:51 +01:00

7 lines
100 B
C

autoPtr<solidThermo> thermo
(
solidThermo::New(mesh)
);
const volScalarField& T = thermo->T();