View Issue Details

IDProjectCategoryView StatusLast Update
0001419OpenFOAMBugpublic2014-10-21 10:13
ReporterGRAUPS Assigned Touser21 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001419: decomposePar breaks for some BCs when libturbulenceDerivedFvPatchFields.so is included in controlDict
DescriptionWhen libturbulenceDerivedFvPatchFields.so is included in the controlDict under libs (needed for the porousBafflePressure BC), decomposePar no longer decomposes externalWallHeatFluxTemperature boundary condition properly.
Steps To ReproducePlease find attached a simple pipe with a porousBafflePressure BC in the middle and a externalWallHeatFluxTemperature BC on the outer wall.

Run Allrun. After decomposePar runs, the createBaffles utility will error out due to an ill-defined primitive entry thicknessLayers inside of the externalWallHeatFluxTemperature decomposition. When I went to look in the 0 folder of the processor directory, the thicknessLayers portion of the wall decomposition inside of the T file contains null binary data (hence why createBaffles errored out).

Open up controlDict, comment out the libturbulenceDerivedFvPatchFields.so entry. Re-run Allrun. This time thicknessLayers decomposes properly (no null binary data) and it gets all the way to the solve portion. At the solve portion however, it errors out because it doesn't have the libturbulenceDerivedFvPatchFields.so defined for the porousBafflePressure BC.
Additional InformationLet me know if you need any additional info from me, keep up the good work!
TagsNo tags attached.

Activities

GRAUPS

2014-10-21 01:32

reporter  

convectionBaffle.7z (2,074,378 bytes)

user21

2014-10-21 10:13

  ~0003262

Resolved in commit 072ec5ad9b1644bc31f7e6

Thanks

Issue History

Date Modified Username Field Change
2014-10-21 01:32 GRAUPS New Issue
2014-10-21 01:32 GRAUPS File Added: convectionBaffle.7z
2014-10-21 10:13 user21 Note Added: 0003262
2014-10-21 10:13 user21 Status new => resolved
2014-10-21 10:13 user21 Resolution open => fixed
2014-10-21 10:13 user21 Assigned To => user21