BUG: Fixing soliWallHeatFlux working with the new solid thermo and

fixing directionalSolidThermo in temperatureCoupledBase.C as mean value
of the vector for heat conductivity
This commit is contained in:
sergio
2012-07-03 14:41:38 +01:00
parent 433f81df7e
commit 743dec3f73
3 changed files with 18 additions and 17 deletions

View File

@ -1,6 +1,6 @@
autoPtr<basicSolidThermo> thermo
autoPtr<solidThermo> thermo
(
basicSolidThermo::New(mesh)
solidThermo::New(mesh)
);
volScalarField& T = thermo->T();

View File

@ -33,7 +33,7 @@ Description
#include "fvCFD.H"
#include "wallFvPatch.H"
#include "basicSolidThermo.H"
#include "solidThermo.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //