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 \*---------------------------------------------------------------------------*/
12 class pointVectorField;
14 object pointDisplacement;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions [0 1 0 0 0 0 0];
20 internalField uniform (0 0 0);
27 value uniform (0 0 0);
31 type uncoupledSixDoFRigidBodyDisplacement;
32 centreOfMass (0.5 0.5 0.5);
33 momentOfInertia (0.1052 0.1052 0.1778);
36 orientation (1 0 0 0 1 0 0 0 1);
38 angularMomentum (0 0 0);
47 sixDoFRigidBodyMotionRestraint linearSpring;
52 refAttachmentPt $centreOfMass;
65 sixDoFRigidBodyMotionConstraint fixedOrientation;
68 fixedOrientationCoeffs {}
73 sixDoFRigidBodyMotionConstraint fixedLine;
78 refPoint $centreOfMass;
83 value uniform (0 0 0);
88 // ************************************************************************* //