BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / motorBike / 0.org / include / initialConditions
blobc5f017938b3677a5aaf16874de0001862d83cf46
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.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 // ************************************************************************* //