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

pressure initialization

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 1, 2016, 13:38
Default pressure initialization
  #1
New Member
 
hoseinhd's Avatar
 
hossein hadi
Join Date: Apr 2015
Posts: 15
Rep Power: 10
hoseinhd is on a distinguished road
Dear Foamers,

I'm simulating fluid flow and heat transfer in a channel using buoyantBuossinesqSimpleFoam.

In normal geometry everything is OK, but when i use a converging channel geometry the calculations will not converge.

Actually the pressure starts with a very high value (about 3 bar, when I expect the converged pressure at inlet to be about 3kPa !!). So it takes a lot of time to decrease.

My pressure conditions are:
Code:
internalField   uniform 0;

boundaryField
{
    heatingWalls
    {
        type            zeroGradient;
    }

    topWall
    {
        type            zeroGradient;
    }

    inlet
    {
        type            zeroGradient;
    }

    outlet
    {
        type            fixedValue;
        value           uniform 0;
    }
}
Please someone tell me how can I initialize pressure at inlet. (velocity is fixed at inlet)

Thanks a lot
hoseinhd
hoseinhd is offline   Reply With Quote

Old   January 3, 2016, 22:31
Default
  #2
Senior Member
 
nasir musa yakubu
Join Date: Mar 2014
Location: Birmingham
Posts: 109
Rep Power: 12
esujby is on a distinguished road
hello,

i would recommend you check out the following links:

http://www.cfd-online.com/Forums/ope...plication.html

http://www.cfd-online.com/Forums/ope...letoutlet.html

best regards
esujby is offline   Reply With Quote

Reply

Tags
initialization, 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
Wind tunnel Boundary Conditions in Fluent metmet FLUENT 6 October 30, 2019 12:23
question regarding LES of pipe flow - pimpleFoam Dan1788 OpenFOAM Running, Solving & CFD 37 December 26, 2017 14:42
Outlet pressure aja1345 FLUENT 5 August 18, 2015 11:02
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Unsteady pressure differential between inlet and outlet of the pipe for single phase joshi20h FLUENT 0 September 26, 2012 12:41


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