Velocity(U) BCs: ``` boundaryField { Inlet ...
# les-ras
s
Velocity(U) BCs:
Copy code
boundaryField
{
    Inlet
    {
        type            fixedValue;
        value           uniform (0 0 -0.1);
    }

    Outlet
    {
        type            zeroGradient;     
    }

    Walls
    {
        type            noSlip;
    }   
}