1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [0 1 -1 0 0 0 0];
20 internalField uniform (0 0 0);
28 inletValue uniform (0 0 0);
29 value uniform (0 0 0);
34 type pressureInletOutletVelocity;
35 outletValue uniform (0 0 0);
36 value uniform (0 0 0);
41 value uniform (0 0 0);
46 value uniform (0 0.05 0);
54 // ************************************************************************* //