STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / discreteMethods / molecularDynamics / mdEquilibrationFoam / periodicCubeArgon / system / mdInitialiseDict
bloba9ff35f9e89bfbff796267847b970865c9a54741
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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 liquid
22     massDensity             1220;
23     temperature             300;
24     bulkVelocity            (0.0 0.0 0.0);
25     latticeIds              (Ar);
26     tetherSiteIds           ();
27     latticePositions
28     (
29         (0 0 0)
30     );
31     anchor                  (0 0 0);
32     orientationAngles       (0 0 0);
33     latticeCellShape        (1 1 1);
36 // ************************************************************************* //