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

Boundary Condition Total Pressure for Beginners

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 26, 2020, 09:16
Lightbulb Boundary Condition Total Pressure for Beginners
  #1
Member
 
SimonStar's Avatar
 
Simon
Join Date: Sep 2019
Location: Germany
Posts: 51
Rep Power: 6
SimonStar is on a distinguished road
Hello,

In my simulation the outlet-boundary is like this:
Code:
    <name>
    {
        type            totalPressure;
        uniform     0;
        p0         0;
    }
So it is athmospheric pressure at the outlet.

What if I rather want to have the same pressure outlet with 100 Pa instead of atmospheric pressure?

Is it true that the
Code:
uniform 0;
describes the initial pressure at t=0 and
Code:
p0  0;
describes the pressure at the outlet duiring the simulation?

If no, what are they standing for?


Thank you
Simon
SimonStar is offline   Reply With Quote

Old   August 26, 2020, 13:56
Lightbulb
  #2
Member
 
Thiago Parente Lima
Join Date: Sep 2011
Location: Diamantina, Brazil.
Posts: 62
Rep Power: 14
thiagopl is on a distinguished road
Hi Simon,

I think this link may help you.
Code:
p0 uniform 0;
means that you are setting the value of 0 uniformly at your boundary patch (zero at the whole boundary patch). The solver will use this value and the velocity at this boundary to calculate the static pressure, as the equation in the link describes.

Regards.
__________________
Fields of interest: buoyantFoam, chtMultRegionFoam.
thiagopl is offline   Reply With Quote

Reply

Tags
boundary, condition, totalpressure


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
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field xiexing CFX 3 March 29, 2017 10:00
What velocity Boundary condition to use With Total Temperature and Pressure pupo OpenFOAM Running, Solving & CFD 0 June 10, 2016 10:20
Time dependant pressure boundary condition yosuke1984 OpenFOAM Verification & Validation 3 May 6, 2015 06:16
Radiation interface hinca CFX 15 January 26, 2014 17:11
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 18:06.