1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 // Euler angles, expressed in degrees as phi, theta, psi, see
19 // http://mathworld.wolfram.com/EulerAngles.html
25 bulkVelocity (0.0 0.0 0.0);
36 orientationAngles (0 0 0);
37 latticeCellShape (1 1 1);
44 bulkVelocity (0.0 0.0 0.0);
55 orientationAngles (0 0 0);
56 latticeCellShape (1 1 1);
63 bulkVelocity (0.0 0.0 0.0);
74 orientationAngles (0 0 0);
75 latticeCellShape (1 1 1);
78 // ************************************************************************* //