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

OpenFOAM - pressure values variation at boundary faces

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 6, 2019, 02:41
Default OpenFOAM - pressure values variation at boundary faces
  #1
Member
 
Vishnu
Join Date: May 2019
Location: Tamilnadu, India
Posts: 55
Rep Power: 6
Vishsel is on a distinguished road
Hi all,

I have an issue in pressure values. my case has totally 3 fluid domains.
1.Inlet Tank
2.Core
3.Outlet Tank

I want to monitor pressure at between the fluid domains (boundary faces) ie. boundary face between inlet tank and core, core and outlet tank.

and i will calculate pressure drop manually by dp = inlet tank (in face) - inlet tank (out face ie.boundary face between inlet tank and core)

And pressure drop result should be higher in inlet tank and less in outlet tank than the inlet tank.

But from my CFD simulation result, it was opposite now.

And i will monitor the pressure values in between the domains by creating Iso-surface (by transfering to fluent)

Is there any problem in boundary conditions ?? if it is there please correct me..

0/U dictionary file
Code:
massflow-inlet
    {
        type            flowRateInletVelocity;
        massFlowRate    constant value;
        value           uniform (0 0 0);
        rho             rho;
        rhoInlet        value;
    }
    
    pressure-outlet
    {
        type            inletOutlet;
        value           uniform (0 0 0);
        inletValue      uniform (0 0 0);
    }
    
    wall-inlet-tank
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
    
    wall-outlet-tank
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
    
    wall-core
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
0/p
Code:
internalField   uniform 98.211;

boundaryField
{
    wall-outlet-tank      
    {
        type            zeroGradient;
    }
    
    wall-inlet-tank
    {
        type            zeroGradient;
    }

    wall-core
    {
        type            zeroGradient;
    }
    
    massflow-inlet
    {
        type            zeroGradient;
    }
    
    pressure-outlet
    {
        type            fixedValue;
        value           $internalField;
    }
}
Help me.. This struggling me a lot.

Thank you,
Vishsel
Vishsel is offline   Reply With Quote

Reply


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
Foam::error::PrintStack almir OpenFOAM Running, Solving & CFD 91 December 21, 2022 04:50
[Other] Mesh Importing Problem cuteapathy ANSYS Meshing & Geometry 2 June 24, 2017 05:29
[snappyHexMesh] SHM is not extruding/adding Layers everywhere matthiasd OpenFOAM Meshing & Mesh Conversion 2 October 16, 2016 16:45
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
snappyhexmesh remove blockmesh geometry philipp1 OpenFOAM Running, Solving & CFD 2 December 12, 2014 10:58


All times are GMT -4. The time now is 15:30.