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/ABLConditions"
31 inletValue uniform (0 0 0);
37 type atmBoundaryLayerInletVelocity;
49 type uniformFixedValue;
51 value uniform (0 0 0);
56 type uniformFixedValue;
58 value uniform (0 0 0);
61 #include "include/sideAndTopPatches"
65 // ************************************************************************* //