View Issue Details

IDProjectCategoryView StatusLast Update
0001156OpenFOAMBugpublic2015-01-01 14:08
Reporteruser300Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSUbuntuOS Version10.04
Summary0001156: R utility doesn't recognise new kLowReWallFunction type
DescriptionTrying to run the R (or createTurbulenceFields) utility on a case that uses the kLowReWallFunction returns an error saying that it is not a known patchfield type.
Steps To ReproduceTake an example turbulence case that uses the kqRWallFunction (eg incompressible/simpleFoam/pitzDaily).

Change one of the walls from kqRWallFunction to kLowReWallFunction.

Try to run the R or createTurbulenceFields utilities -> see error.
TagsNo tags attached.

Activities

will

2014-02-17 17:51

manager   ~0002823

kLowReWallFunction is only defined for scalarFields, like k. The utility tries to apply the same boundary conditions to R as were defined for k. This produces an errors, as there is not boundary condition called kLowReWallFunction for tensorFields.

I suggest you either re-implement kLowReWallFunction such that it can be used for tensor fields (probably renaming it as you do), or change the BC types to something which is defined for both k and R (like kqRWallFunction, or fixedValue) before running the utility.

Issue History

Date Modified Username Field Change
2014-02-12 07:27 user300 New Issue
2014-02-17 17:51 will Note Added: 0002823
2015-01-01 14:08 henry Status new => closed
2015-01-01 14:08 henry Assigned To => henry
2015-01-01 14:08 henry Resolution open => no change required