View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002665 | OpenFOAM | Bug | public | 2017-08-14 23:18 | 2017-11-21 08:18 |
Reporter | roth | Assigned To | will | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 16.04 |
Summary | 0002665: externalWallHeatFluxTemperature requires Ta for heatFlux mode; prevents restarts | ||||
Description | externalWallHeatFluxTemperature can be run in three modes: fixedPower, fixedHeatFlux, fixedHeatTransferCoeff Only fixedHeatTransferCoeff should require Ta. When a dummy Ta is supplied for fixedPower or fixedHeatFlux, BC runs properly. *However*, Ta is not written which prevents restarts. | ||||
Tags | No tags attached. | ||||
|
Oh, ok. It's not that Ta isn't being written for fixedPower and fixedHeatFlux, it's that it is being read in. We should read Ta only when in fixedHeatTransferCoeff mode. |
|
It's a simple enough fix, but I'd like to test it, and there isn't a tutorial with this BC. Can you upload a case? |
|
Just took the hotRadiationRoomFVDOM case and 1) turned off radiation 2) set to run for 10 steps and write 3) changed box that was fixed T=600 to a fixed heat flux of 100. Should barf asking for Ta. |
|
Thanks for the report. Fixed in dev by commit 540136b3 and in 5.x by 18d3aa15. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-08-14 23:18 | roth | New Issue | |
2017-08-15 08:42 | will | Note Added: 0008583 | |
2017-08-15 08:44 | will | Note Added: 0008584 | |
2017-08-15 14:00 | roth | File Added: hotRadiationRoomFvDOM.tar.gz | |
2017-08-15 14:00 | roth | Note Added: 0008591 | |
2017-08-15 17:32 | will | Assigned To | => will |
2017-08-15 17:32 | will | Status | new => resolved |
2017-08-15 17:32 | will | Resolution | open => fixed |
2017-08-15 17:32 | will | Note Added: 0008592 | |
2017-11-21 08:18 | will | Relationship added | related to 0002765 |