Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / reactingParcelFilmFoam / cylinder / constant / parcelInjectionProperties
blob1d645087ae18fb889a302634f52b1a1055a05cd1
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      scalarListList;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // (x y z) (u v w) d rho mDot T Cp (Y0..Y2)
19     (0 1.95 -0.2) (0 -5 0) 0.001 1000 0.002 300 4200 (1)
20     (0 1.95    0) (0 -5 0) 0.001 1000 0.002 300 4200 (1)
21     (0 1.95  0.2) (0 -5 0) 0.001 1000 0.002 300 4200 (1)
25 // ************************************************************************* //