1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 #include "initialConditions"
20 dimensions [0 1 -1 0 0 0 0];
22 internalField uniform $flowVelocity;
31 inletValue uniform (0 0 0);
38 value uniform (20 0 0);
44 value uniform (0 0 0);
47 #include "frontBackUpperPatches"
50 // ************************************************************************* //