Files
openfoam/applications/utilities/postProcessing/wall/solidWallHeatFlux/createFields.H
sergio 743dec3f73 BUG: Fixing soliWallHeatFlux working with the new solid thermo and
fixing directionalSolidThermo in temperatureCoupledBase.C as mean value
of the vector for heat conductivity
2012-07-03 14:41:38 +01:00

7 lines
94 B
C

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