Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1594
Closed
Open
Issue created Feb 14, 2020 by zein elserfy@zein.elserfy

columeAverage

I am using openFoam version 1906 on ubuntu 14.06 operating system and i have tried to use one of the new functions (columnAverage) but it seems that something is wrong with it. I used it in order to perform a spatial average in the span-wise direction (z-direction) but the results are not correct.

The function is added to controlDict ``

` columnAverage

{

type         columnAverage;

libs        ("libfieldFunctionObjects.so");

writeControl  writeTime;

patches       (front);

fields        (p pPrime2Mean wallShearStressMean);

}`

I have the front plane is normal to z-direction,so i choose the front plane as a patches in the columnAverage function

The result of pPrime2Mean wallShearStressMean are shown below pPrime

Pprime

WallShearStressMean

wallshear_stress_mean

The columnAverage results seems to be incorrect

Pprimecolumn wallshear_stress_meancolumn

Assignee
Assign to
Time tracking