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

p_rgh B.C for compressibleInterFoam

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 20, 2015, 12:18
Default p_rgh B.C for compressibleInterFoam
  #1
Member
 
Rohith
Join Date: Oct 2012
Location: Germany
Posts: 57
Rep Power: 13
RaghavendraRohith is on a distinguished road
Hi,

Can somebody clarify why should the p_rgh (Dynamic pressure) must be set to 1e5. I am trying to simulate a wetting process using compressibleInterFoam. The simulation is very unstable when the following B.C. have been used

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

internalField   uniform 1e5;


upperWall      
    {
         type            fixedFluxPressure;
          value		 uniform 1e5;
    }

    leftWall     
    {
       type            fixedFluxPressure;
       value		 uniform 1e5;
    }

    rightWall     
    {
       type            fixedFluxPressure;
      value		 uniform 1e5;
    }

    lowerWall    
    {
         type            fixedFluxPressure;
          value		 uniform 1e5;
    }

    frontAndBack    
    {
        type            empty;
    }
I have change the p_rgh B.C on the walls to 0 Pa and pMin the same as 1e5. My geometry has Atmospheric Conditions. By using p and pMin 1e5, the material properties of the Fluids remain constant. Am i modelling some non- physicality by considering the p_rgh to 0. My fluid is static at the beginning of the simulation i.e, the corresponding B.C of U are uniform (0 0 0) for all Walls.

Thanks in Advance,

Best Regards,
Rohith
RaghavendraRohith 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
Heat transfer over prediction in coupled b.c. meriam_1260 FLUENT 0 February 20, 2014 10:29
how to set such B.C. in Fluent? Sherri FLUENT 1 January 12, 2006 12:32
Urgent! Help on UDF to set B.C. of 3rd type Ray Hong FLUENT 0 December 28, 2005 19:35
How to set B.C. of the 2nd or 3rd type in UDS? Ray Hong FLUENT 0 December 28, 2005 06:03
Non-Reflecting B.C. in NSC2KE Zou Chu Main CFD Forum 2 May 27, 1999 21:26


All times are GMT -4. The time now is 10:35.