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

Recommendation for pressure field?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 19, 2020, 20:41
Default Recommendation for pressure field?
  #1
New Member
 
felipe ortega
Join Date: Sep 2019
Posts: 15
Rep Power: 6
flowwwww is on a distinguished road
Hello everyone,


I am simulatin an oven. The oven has two ducts inside. One that inyect hot air and one that extract the air. The oven is open to the environment in its ends.


The boundary conditions al inlet and outlet are in the ducts. However, i dont know the pressure value there. The only known value is in the ends of the oven, where is open to the environment (Patm).



I cant obtain good values of the pressure distribution when i run the simulation. The only value across all the domain is the internal field value.


I would like to know if some of you have a recommendation for my boundary conditions in order to improve my results.


Code:
dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 1e5;

boundaryField
{
    doorin
    {
        type            fixedValue;
        value           uniform 1e5;
    }
    doorout
    {
        type            fixedValue;
        value           uniform 1e5;
    }
    symmetry
    {
        type             symmetryPlane;
    }
    walls
    {
        type            zeroGradient;
    }
     box
    {
        type            zeroGradient;
    }
    inlet1
    {
        type            zeroGradient;
    }
    outlet1
    {
        type            zeroGradient;
    }
pressure field.png
Best regards.
flowwwww is offline   Reply With Quote

Reply

Tags
boundary conditions, pressure field


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
External Magnetic Field Data Format for FLUENT MHD Module eduardvinter FLUENT 0 January 24, 2019 01:54
simpleDyMFoam on v1806 gamemakerh OpenFOAM Programming & Development 0 November 8, 2018 08:15
potential flows, helmholtz decomposition and other stuffs pigna Main CFD Forum 1 October 26, 2017 08:34
[General] How to create an additional vector with {Field 4, Field 5, Field 6} Bombacar ParaView 1 August 15, 2015 18:05
Demagnetization field jan0385 ANSYS 0 April 12, 2012 09:09


All times are GMT -4. The time now is 02:38.