Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / windSimpleFoam / turbineSiting / 0 / include / initialConditions
blobb522be6b17ec120b68d3e3da2159348e54f47764
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 flowVelocity         (0 0 0);
10 pressure             0;
11 turbulentKE          1.3;
12 turbulentEpsilon     0.01;
14 // ************************************************************************* //