BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / freeSpacePeriodic / system / dsmcInitialiseDict
blobd3cd69ad2f026513ba031cb1974b6450d20bf6f9
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      dsmcInitialiseDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 numberDensities
20     N2          0.777e20;
21     O2          0.223e20;
24 temperature     300;
26 velocity        (1950 0 0);
29 // ************************************************************************* //