1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 #include "include/initialConditions"
19 dimensions [0 2 -2 0 0 0 0];
21 internalField uniform $pressure;
32 type uniformFixedValue;
33 value uniform $pressure;
34 uniformValue $pressure;
47 #include "include/sideAndTopPatches"
50 // ************************************************************************* //