View Issue Details

IDProjectCategoryView StatusLast Update
0001258OpenFOAMBugpublic2014-04-04 11:29
ReportermaHein Assigned Touser21 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSDebianOS Version7
Summary0001258: Calculation of heat flux in externalWallHeatFluxTemperatureFvPatchScalarField
DescriptionThe equation for the calculation of the heat flux in the boundary condition externalWallHeatFluxTemperatureFvPatchScalarField is wrong.

In the current Version 2.3.x, the code is:

q = (Ta_ - Tp)*(1.0/h_ + totalSolidRes);

However, it should be the following (see Version 2.2.x):

q = (Ta_ - Tc)/(1.0/h_ + totalSolidRes);
TagsNo tags attached.

Activities

user21

2014-04-03 09:17

  ~0002994

Tp is the temperature on the wall. h_ is the heat transfer coefficient to an external
constant temperature (Ta) and totalSolidRes is the sum of the themal resistance
of layers.

user21

2014-04-04 11:29

  ~0002995

solved in coomit 1b3c80476136d0ab0729354769207c650796e605

 http://www.openfoam.org/mantisbt/view.php?id=1258#c2994

Issue History

Date Modified Username Field Change
2014-04-03 08:41 maHein New Issue
2014-04-03 09:17 user21 Note Added: 0002994
2014-04-04 11:29 user21 Note Added: 0002995
2014-04-04 11:29 user21 Status new => resolved
2014-04-04 11:29 user21 Resolution open => fixed
2014-04-04 11:29 user21 Assigned To => user21