View Issue Details

IDProjectCategoryView StatusLast Update
0003882OpenFOAMBugpublic2022-09-13 12:57
ReporterMuerio Assigned Towill  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version10 
Fixed in Version10 
Summary0003882: externalWallHeatFluxTemperature Q handled incorrectly
DescriptionIn OF10 the parameter Q for the boundary condition externalWallHeatFluxTemperature is handeled incorrectly:

Parameters q and Q are summed up, but power Q is not transformed to a heat flux before adding it to the sum.
Q should be divided by the area of the patch before adding it to the sum.

See line in github: https://github.com/OpenFOAM/OpenFOAM-10/blob/8d73542293f9f15151181b5ba0c7696e03bb2ad5/src/ThermophysicalTransportModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.C#L307
Steps To ReproduceUse any case with a externalWallHeatFluxTemperature patch.
Set parameter Q to any value, don't set q.
Evaluating heat flux one the patch during simulation shows Q is used as heat flux, not power.
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2022-09-13 10:22 Muerio New Issue
2022-09-13 12:57 will Assigned To => will
2022-09-13 12:57 will Status new => resolved
2022-09-13 12:57 will Resolution open => fixed
2022-09-13 12:57 will Fixed in Version => 10
2022-09-13 12:57 will Note Added: 0012728