Added linuxIA64 compilation options
[OpenFOAM-1.6.x.git] / tutorials / incompressible / simpleFoam / motorBike / 0 / initialConditions
bloba90ff786cc55310cc128c7526be0136adf0e87c1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 flowVelocity         (20 0 0);
10 pressure             0;
11 turbulentKE          0.24;
12 turbulentOmega       1.78;
13 #inputMode           merge
15 // ************************************************************************* //