Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / motorBike / 0.org / include / initialConditions
blobca4c4a5ee8dd4211a7b9ac300544fae3d66a3e35
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         (20 0 0);
10 pressure             0;
11 turbulentKE          0.24;
12 turbulentOmega       1.78;
13 #inputMode           merge
15 // ************************************************************************* //