initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / discreteMethods / molecularDynamics / mdEquilibrationFoam / periodicCubeArgon / system / mdInitialiseDict
blob9a2d058ef73d0b74d8f986743c63b6e8e6a19317
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 liquid
30     massDensity             1220;
31     temperature             300;
32     bulkVelocity            (0.0 0.0 0.0);
33     latticeIds              (Ar);
34     tetherSiteIds           ();
35     latticePositions
36     (
37         (0 0 0)
38     );
39     anchor                  (0 0 0);
40     orientationAngles       (0 0 0);
41     latticeCellShape        (1 1 1);
44 // ************************************************************************* //