18 lines
861 B
C++
18 lines
861 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
Uref 10.0;
|
|
Zref 20;
|
|
zDir (0 0 1);
|
|
flowDir (1 0 0);
|
|
z0 uniform 0.1;
|
|
zGround uniform 935.0;
|
|
value $internalField;
|
|
|
|
// ************************************************************************* //
|