CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   type extrapolatedPressure (0/p file ) (https://www.cfd-online.com/Forums/openfoam-solving/142056-type-extrapolatedpressure-0-p-file.html)

vitorspadeto September 22, 2014 14:11

type extrapolatedPressure (0/p file )
 
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


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