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

type extrapolatedPressure (0/p file )

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2014, 15:11
Default type extrapolatedPressure (0/p file )
  #1
Member
 
Tommy Sp
Join Date: Jan 2014
Posts: 51
Rep Power: 12
vitorspadeto is on a distinguished road
this is a code from 0/p file (foam-extend) .. a tutorial from extend-bazaar...



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

internalField   uniform 0;

boundaryField
{
    
    outlet
    {
        type fixedValue;
        value uniform 0;
    }
    

inlet
    {
     type            groovyBC;
     variables "var=100/1050;";
     valueExpression "(var+(var*sin(pi*time())))"; //*normal();
    }
 

wall
    {
        type extrapolatedPressure;
        value uniform 0;
    }
What is the extrapolatedPressure?
what it says about the pressure on the wall?

Best Regards,
Spadeto
vitorspadeto is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
wmake compiling new solver mksca OpenFOAM Programming & Development 14 June 22, 2018 07:29
what is swap4foam ?? AB08 OpenFOAM 28 February 2, 2016 02:22
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 10:17
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 20:08
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 02:24


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