CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   Pressure driven flow (https://www.cfd-online.com/Forums/openfoam-pre-processing/95044-pressure-driven-flow.html)

ChrisPro December 4, 2011 04:22

Pressure driven flow
 
Hey!

I'm trying to simulate the flow through a block knowing only the pressure at the inlet. The velocity at the inlet is calculated with "pressureInletVelocity".

But what adjustments do I have to set at the outlet?

Are these correct:
Code:

outlet
    {
        type            inletOutlet;
        inletValue      uniform (0 0 0);
        value          $internalField;
    }

or is there something similar to "pressureInletVelocity" but for the Outlet?

regards
Christian


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