initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / engineFoam / kivaTest / constant / engineGeometry
blob8f65414e06e7c172440811d3718aad8bd5fa2515
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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    "constant";
14     object      engineGeometry;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 engineMesh      layered;
20 conRodLength    conRodLength [ 0 1 0 0 0 0 0 ] 0.147;
22 bore            bore [ 0 1 0 0 0 0 0 ] 0.092;
24 stroke          stroke [ 0 1 0 0 0 0 0 ] 0.08423;
26 clearance       clearance [ 0 1 0 0 0 0 0 ] 0.00115;
28 rpm             rpm [ 0 0 -1 0 0 0 0 ] 1500;
31 // ************************************************************************* //