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 dimensions [0 1 -1 0 0 0 0];
19 internalField uniform (0 0 0);
26 referenceField uniform (10 0 0);
27 fluctuationScale (0.02 0.01 0.01);
28 value uniform (10 0 0);
34 inletValue uniform (0 0 0);
35 value uniform (0 0 0);
41 value uniform (0 0 0);
47 value uniform (0 0 0);
56 // ************************************************************************* //