|
[Sponsors] |
October 5, 2015, 11:21 |
Average axial velocity in OF
|
#1 |
New Member
Karim
Join Date: Aug 2015
Location: Munich
Posts: 1
Rep Power: 0 |
Hello fellows,
I知 new to openFoam. I have done a 3D simulation for a flow inside a pipe, and now I知 interested in the average of the axial velocity. Is there any post processing tool in OF that calculates the average velocity over the radial surface? Thanks a lot |
|
September 16, 2019, 10:37 |
|
#2 | |
New Member
George Sof
Join Date: Jun 2019
Posts: 13
Rep Power: 7 |
Quote:
Hello and sorry to recover such an old thread, but did you manage to find a solution to your problem? Thank you |
||
September 17, 2019, 03:24 |
|
#3 |
Member
Ingo Riess
Join Date: Jun 2019
Location: Switzerland
Posts: 40
Rep Power: 7 |
Hmm, I see... radial surface. Please ignore the following...
I create a cellSet using topoSet: Code:
{ name upstream; type cellZoneSet; action new; source boxToCell; box (-101. -10. -1.)(-100. 10. 10.); } Code:
functions { inflow { type volFieldValue; libs ("libfieldFunctionObjects.so"); writeFields true; writeControl writeTime; writeInterval 1; regionType cellZone; name upstream; operation volAverage; fields ( U ); } } |
|
Tags |
average field, average velocity, openfoam 2.1.1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
y+ and u+ values with low-Re RANS turbulence models: utility + testcase | florian_krause | OpenFOAM | 114 | August 23, 2023 06:37 |
Convective boundary condition using average velocity | bala_gk1988 | OpenFOAM Programming & Development | 1 | January 16, 2019 10:04 |
VELOCITY vs VELOCITY IN STN FRAME vs RELATIVE VELOCITY | everest20 | FLUENT | 1 | July 13, 2015 09:35 |
Axial Velocity Contour in non-planar bend | omidmd | FLUENT | 2 | October 7, 2014 15:22 |
Average velocity over a section of cells | Radhika | Siemens | 4 | November 8, 2006 17:53 |