mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -1,6 +1,6 @@
|
||||
autoPtr<basicSolidThermo> thermo
|
||||
autoPtr<solidThermo> thermo
|
||||
(
|
||||
basicSolidThermo::New(mesh)
|
||||
solidThermo::New(mesh)
|
||||
);
|
||||
|
||||
volScalarField& T = thermo->T();
|
||||
|
||||
@ -33,7 +33,7 @@ Description
|
||||
|
||||
#include "fvCFD.H"
|
||||
#include "wallFvPatch.H"
|
||||
#include "basicSolidThermo.H"
|
||||
#include "solidThermo.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user