View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001258 | OpenFOAM | Bug | public | 2014-04-03 08:41 | 2014-04-04 11:29 |
Reporter | maHein | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | 7 |
Summary | 0001258: Calculation of heat flux in externalWallHeatFluxTemperatureFvPatchScalarField | ||||
Description | The 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); | ||||
Tags | No tags attached. | ||||
|
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. |
|
solved in coomit 1b3c80476136d0ab0729354769207c650796e605 http://www.openfoam.org/mantisbt/view.php?id=1258#c2994 |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-03 08:41 | maHein | New Issue | |
2014-04-03 09:17 |
|
Note Added: 0002994 | |
2014-04-04 11:29 |
|
Note Added: 0002995 | |
2014-04-04 11:29 |
|
Status | new => resolved |
2014-04-04 11:29 |
|
Resolution | open => fixed |
2014-04-04 11:29 |
|
Assigned To | => user21 |