View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002725 | OpenFOAM | Patch | public | 2017-10-17 07:54 | 2017-10-17 12:19 |
Reporter | bjoern.pfeiffelmann | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | Leap 42.3 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002725: Remove unnecessary interpolation in wallHeatFlux | ||||
Description | Since the boundary field values are not affected by the interpolation it is not necessary to interpolate thermo::alpha in the wallHeatFlux functionObject. This will avoid the need to specify the interpolationScheme in fvSchemes. https://github.com/OpenFOAM/OpenFOAM-dev/pull/14 | ||||
Steps To Reproduce | I have tested it with buoyantCavity tutorial case and it produces the same result. | ||||
Tags | Heat transfer | ||||
|
The current form is to ensure that the wall heat flux calculation is consistent with the thermal transport term in the energy equation but it is not convenient given that the specification of the interpolation and snGrad need to be specified by the user in a consistent manner also. If we avoid the specification and evaluation of the interpolation we should probably also avoid the specifiation and evaluation of the snGrad field. I will look into this. |
|
Resolved by commit 6584fa6ce07f892b99b1fe84e197ae4980214c53 |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-17 07:54 | bjoern.pfeiffelmann | New Issue | |
2017-10-17 07:54 | bjoern.pfeiffelmann | Tag Attached: Heat transfer | |
2017-10-17 11:38 | henry | Note Added: 0008886 | |
2017-10-17 12:19 | henry | Assigned To | => henry |
2017-10-17 12:19 | henry | Status | new => resolved |
2017-10-17 12:19 | henry | Resolution | open => fixed |
2017-10-17 12:19 | henry | Fixed in Version | => dev |
2017-10-17 12:19 | henry | Note Added: 0008887 |