CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Average values on Boundary Conditions

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 4 Post By bigphil
  • 1 Post By bigphil

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 23, 2012, 11:21
Default Average values on Boundary Conditions
  #1
New Member
 
Join Date: Feb 2012
Posts: 5
Rep Power: 14
helloworld11 is on a distinguished road
Hi everyone,
I am quite new to OpenFoam world and I need some help. I would like to calculate average values of velocity and pressure on my boundary patches. Any idea how can I do it? Any help will be appreciated
helloworld11 is offline   Reply With Quote

Old   February 23, 2012, 12:00
Default
  #2
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Hi,

You could use the patchAverage and/or the patchIntegrate post processing OpenFOAM utilities.

For example, to calculate the average pressure on a patch called myInlet:
Code:
patchAverage p myInlet
Philip
bigphil is offline   Reply With Quote

Old   February 23, 2012, 12:09
Default
  #3
New Member
 
Join Date: Feb 2012
Posts: 5
Rep Power: 14
helloworld11 is on a distinguished road
Hello Philip,
Thank your for your answer. I just tied patchAverage p inlet for my case works fine.
But for the velocity values if type patchAverage U inlet, I get the error :

Only possible to average volScalarFields

Is there any way to over come that error?
helloworld11 is offline   Reply With Quote

Old   February 23, 2012, 12:16
Default
  #4
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
helloworld11,

patchIntegrate and patchAverage only operate on volScalarFields, so if you decompose your velocity field into its components first using foamCalc, i.e.
Code:
foamCalc components U
Then you can run patchAverage on each component:
Code:
patchAverage Ux myInlet
You can also use foamCalc to do other things like calculate the magnitude of a volVectorField:
Code:
foamCalc mag U
If you type something like "foamCalc banana" it will give you all the options.

Philip
reverseila likes this.
bigphil is offline   Reply With Quote

Old   February 23, 2012, 12:24
Default
  #5
New Member
 
Join Date: Feb 2012
Posts: 5
Rep Power: 14
helloworld11 is on a distinguished road
Philip,

I followed the instructions you gave and now I am able to get values. Thank you very much.
helloworld11 is offline   Reply With Quote

Old   November 19, 2019, 00:12
Default
  #6
Member
 
Vishnu
Join Date: May 2019
Location: Tamilnadu, India
Posts: 55
Rep Power: 6
Vishsel is on a distinguished road
Hi all,

Again i am initiating this old thread to find the average field values of two or three patches ..

Any command to measure the field average values of totally three patches ??

like three patches namely - inlet1,inlet2,inlet3 .. I need average value for three patches ..

Thanks in advance,
Vishsel
Vishsel is offline   Reply With Quote

Old   March 22, 2023, 11:13
Default how do you setup myInlet in 0/U or 0/p?
  #7
New Member
 
Ludo Masci
Join Date: Oct 2018
Posts: 8
Rep Power: 7
lumasci is on a distinguished road
Quote:
Originally Posted by bigphil View Post
Hi,

You could use the patchAverage and/or the patchIntegrate post processing OpenFOAM utilities.

For example, to calculate the average pressure on a patch called myInlet:
Code:
patchAverage p myInlet
Philip

Hi, how do you setup myInlet in 0/U or 0/p?
In my case, I want to create an 'artificial' patch in order to get a mapping of the velocity for this specific area.

Usually, I use paraview/cross section to achieve that, but in this case, the geometry is much more complex. Therefore, I want the value of the velocity in this patch.
lumasci is offline   Reply With Quote

Reply

Tags
average field, average presure, average velocity


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mesh file for flow over a circular cylinder Ardalan Main CFD Forum 7 December 15, 2020 13:06
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Creating Face in CFD Post and export Values as Boundary Conditions flow87 CFX 2 June 4, 2011 04:06
OpenFOAM Variable Velocity Boundary Conditions NickolasPl OpenFOAM Programming & Development 2 May 19, 2011 05:37
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 19:27.