Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / discreteMethods / molecularDynamics / mdFoam / nanoNozzle / system / mdInitialiseDict
blob66c583ef28a5c1cfb4a7cfb1fcfe07387cd09c84
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      molConfigDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Euler angles, expressed in degrees as phi, theta, psi, see
18 // http://mathworld.wolfram.com/EulerAngles.html
20 sectionA
22     massDensity             1004;
23     temperature             298;
24     bulkVelocity            (0.0 0.0 0.0);
25     latticeIds
26     (
27         water
28     );
29     tetherSiteIds           ();
30     latticePositions
31     (
32         (0 0 0)
33     );
34     anchor                  (0 0 0);
35     orientationAngles       (0 0 0);
36     latticeCellShape        (1 1 1);
39 sectionB
41     massDensity             1004;
42     temperature             298;
43     bulkVelocity            (0.0 0.0 0.0);
44     latticeIds
45     (
46         water
47     );
48     tetherSiteIds           ();
49     latticePositions
50     (
51         (0 0 0)
52     );
53     anchor                  (0 0 0);
54     orientationAngles       (0 0 0);
55     latticeCellShape        (1 1 1);
58 sectionC
60     massDensity             1004;
61     temperature             298;
62     bulkVelocity            (0.0 0.0 0.0);
63     latticeIds
64     (
65         water
66     );
67     tetherSiteIds           ();
68     latticePositions
69     (
70         (0 0 0)
71     );
72     anchor                  (0 0 0);
73     orientationAngles       (0 0 0);
74     latticeCellShape        (1 1 1);
77 // ************************************************************************* //