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

Pressure field not changing

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 13, 2017, 05:10
Post Pressure field not changing
  #1
Member
 
Marc
Join Date: May 2017
Posts: 42
Rep Power: 9
Dreoasteh is on a distinguished road
Hi,

I'm currently running a chtMultiRegionSimpleFoam case which I have uploaded in this dropbox link.

The geometry of the problem can be seen in the first image attached. The red region corresponds to the fluid and the blue region is the solid. The solid is hot and cold fluid flows through it, heating up in the process.

My problem is that, although the temperature and velocity fields seem to be ok, the pressure fields (p and p_rgh) do not change and remain at their initial value (i.e. 100 000 Pa).

In case you do not want to download my case (although it only takes 5 minutes) , as the most probable source of error (I think) is the boundary conditions for p and p_rgh in the fluid side, I'll post them here:

p:
Code:
internalField   uniform 100000;

boundaryField
{
    inlet
    {
        type            calculated;
        value           uniform 100000;
    }
    outlet
    {
        type            calculated;
        meanValue       100000;
        value           uniform 100000;
    }
    top
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    bottom
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    right
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    left
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    fluid_to_solid
    {
        type            calculated;
        value           uniform 100000;
    }
}
p_rgh:
Code:
internalField   uniform 100000;

boundaryField
{
    inlet
    {
        type            fixedMean;
        meanValue       100000;
        value           uniform 100000;
    }
    outlet
    {
        type            fixedFluxPressure;
        value           uniform 100000;
    }
    top
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    bottom
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    right
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    left
    {
        type            symmetryPlane;
        value           uniform 100000;
    }
    fluid_to_solid
    {
        type            fixedFluxPressure;
        value           uniform 100000;
    }
}
I have also tried changing the boundary contions above as well as fvSchemes and fvSolution based of the OpenFoam tutorials, the planeWall2D case and the oneFluidOneSolid2D case but I have not managed to solve it.

I would greatly appreciate any help on this topic
Attached Images
File Type: png geometry.png (107.7 KB, 18 views)
Dreoasteh is offline   Reply With Quote

 


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
Another discussion on velocity-pressure coupling toodles Main CFD Forum 16 January 6, 2018 14:45
Periodic flow using Cyclic - comparison with Fluent nusivares OpenFOAM Running, Solving & CFD 30 December 12, 2017 05:35
Problem with rhoSimpleFoam matteo_gautero OpenFOAM Running, Solving & CFD 0 February 28, 2008 06:51
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 05:13
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) HB &DS CFX 0 January 9, 2000 13:19


All times are GMT -4. The time now is 13:24.