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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 #include "include/initialConditions"
20 dimensions [0 1 -1 0 0 0 0];
22 internalField uniform $flowVelocity;
26 #include "include/fixedInlet"
31 inletValue uniform (0 0 0);
44 value uniform (0 0 0);
47 #include "include/frontBackUpperPatches"
51 // ************************************************************************* //