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/)
-   -   BC with time table for U outlet uniform vector? (https://www.cfd-online.com/Forums/openfoam-solving/134532-bc-time-table-u-outlet-uniform-vector.html)

massive_turbulence April 30, 2014 21:54

BC with time table for U outlet uniform vector?
 
Hi,

Some of you may have used a table for the pressure BC for the inlet like

Code:

inlet
    {
        type            uniformTotalPressure;
        pressure        table
        (
            (0.000010  0.000000)       
            (0.005000  100000.000000)
            (0.010000  200000.000000)
        );     
    }

What I want to know is how would this work for a uniform vector such as a BC for U outlet.

Code:

outlet
{     
    type            pressureInletOutletVelocity;
    value          uniform (0 0 0); //change this with time?     
}

I looked but no luck,

http://www.openfoam.org/version2.1.0...conditions.php


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