initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / molecularDynamics / mdFoam / nanoNozzle / system / mdInitialiseDict
blob33c757df87601b6a7073cc730056f83b6b7e35a4
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           dictionary;
20     object          molConfigDict;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 // Euler angles, expressed in degrees as phi, theta, psi, see
26 // http://mathworld.wolfram.com/EulerAngles.html
28 sectionA
30     massDensity             1004;
31     temperature             298;
32     bulkVelocity            (0.0 0.0 0.0);
33     latticeIds
34     (
35         water
36     );
37     tetherSiteIds           ();
38     latticePositions
39     (
40         (0 0 0)
41     );
42     anchor                  (0 0 0);
43     orientationAngles       (0 0 0);
44     latticeCellShape        (1 1 1);
47 sectionB
49     massDensity             1004;
50     temperature             298;
51     bulkVelocity            (0.0 0.0 0.0);
52     latticeIds
53     (
54         water
55     );
56     tetherSiteIds           ();
57     latticePositions
58     (
59         (0 0 0)
60     );
61     anchor                  (0 0 0);
62     orientationAngles       (0 0 0);
63     latticeCellShape        (1 1 1);
66 sectionC
68     massDensity             1004;
69     temperature             298;
70     bulkVelocity            (0.0 0.0 0.0);
71     latticeIds
72     (
73         water
74     );
75     tetherSiteIds           ();
76     latticePositions
77     (
78         (0 0 0)
79     );
80     anchor                  (0 0 0);
81     orientationAngles       (0 0 0);
82     latticeCellShape        (1 1 1);
85 // ************************************************************************* //