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

TotalIncompressiblePressure evaluation

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By jcw

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 26, 2018, 09:21
Default TotalIncompressiblePressure evaluation
  #1
jcw
New Member
 
Christian Wolf
Join Date: Mar 2009
Posts: 27
Rep Power: 17
jcw is on a distinguished road
Hello!


I am using OF4.1. I am struggeling with the evaluation of total pressure at patches named "IN" and "OUT". I was able to calculate the total pressure field. But I have no idea how to extract the mass-flow weighted total pressure at my boundary patches.


Solver: simpleFoam


controlDict:
.
.
runTimeModifiable true;

functions
{
#includeFunc flowRatePatch(name=IN)
#includeFunc flowRatePatch(name=OUT)
#includeFunc residuals

pressure1
{
type pressure;
libs ("libfieldFunctionObjects.so");
patches (IN);
writeControl timeStep;
writeInterval 1;
log on;
pRef 1;
// Calculate the total pressure
calcTotal yes; // yes | no

// Calculate the (total) pressure coefficient
calcCoeff no; // yes | no
}
}



BTW:
The flowRatePatches evaluation work perfect. And I would like to have total pressure value each for "IN" and "OUT".


Thanks for support!
jcw is offline   Reply With Quote

 

Tags
post-processing pressure, pressure tools, simplefoam, total pressure


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
Tecplot 360 2011 R2 preview with OpenFOAM data loader available for evaluation scott_rumage OpenFOAM Post-Processing 50 January 23, 2017 02:49
Use of K-Epsilon Model for Hotspot Evaluation nomi.tahir Main CFD Forum 0 May 9, 2016 13:06
Evaluation of "diffusive flux" of Compressible Navier-Stoke in the corner tranhophu Main CFD Forum 5 January 19, 2016 09:30
yPlusRAS evaluation in OpenFOAM 2.2x MaLa OpenFOAM Post-Processing 1 December 10, 2013 09:34
Evaluation method for design improvement of bioreactor to prevent biofouling/biofilm kevinlipps FLUENT 0 March 8, 2012 09:53


All times are GMT -4. The time now is 04:52.