Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / molecularDynamics / mdFoam / nanoNozzle / system / mdInitialiseDict
blobd7e998d99c6f410f2cb70f23a21134fce3b3510f
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     object      molConfigDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 // Euler angles, expressed in degrees as phi, theta, psi, see
19 // http://mathworld.wolfram.com/EulerAngles.html
21 sectionA
23     massDensity             1004;
24     temperature             298;
25     bulkVelocity            (0.0 0.0 0.0);
26     latticeIds
27     (
28         water
29     );
30     tetherSiteIds           ();
31     latticePositions
32     (
33         (0 0 0)
34     );
35     anchor                  (0 0 0);
36     orientationAngles       (0 0 0);
37     latticeCellShape        (1 1 1);
40 sectionB
42     massDensity             1004;
43     temperature             298;
44     bulkVelocity            (0.0 0.0 0.0);
45     latticeIds
46     (
47         water
48     );
49     tetherSiteIds           ();
50     latticePositions
51     (
52         (0 0 0)
53     );
54     anchor                  (0 0 0);
55     orientationAngles       (0 0 0);
56     latticeCellShape        (1 1 1);
59 sectionC
61     massDensity             1004;
62     temperature             298;
63     bulkVelocity            (0.0 0.0 0.0);
64     latticeIds
65     (
66         water
67     );
68     tetherSiteIds           ();
69     latticePositions
70     (
71         (0 0 0)
72     );
73     anchor                  (0 0 0);
74     orientationAngles       (0 0 0);
75     latticeCellShape        (1 1 1);
78 // ************************************************************************* //