1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Euler angles, expressed in degrees as phi, theta, psi, see
18 // http://mathworld.wolfram.com/EulerAngles.html
24 bulkVelocity (0.0 0.0 0.0);
32 orientationAngles (0 0 0);
33 latticeCellShape (1 1 1);
36 // ************************************************************************* //