3b77572456
Removed unnecessary input left from the old formulation
38 lines
1.6 KiB
C++
38 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.0 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object massOnSpringWithDamper;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
// Mass properties and inputs common to all sixDOFODE's
|
|
mass m [1 0 0 0 0 0 0] 1;
|
|
momentOfInertia J [1 2 0 0 0 0 0] (1 1 1);
|
|
|
|
equilibriumPosition Xeq [0 1 0 0 0 0 0] (2 0 0);
|
|
|
|
force f [1 1 -2 0 0 0 0] (0 0 0);
|
|
moment m [1 2 -2 0 0 0 0] (0 0 0);
|
|
|
|
// Specific input for certain sixDOFODE (here quaternionSixDOF)
|
|
type quaternionSixDOF;
|
|
|
|
// Xabs = Xeq + Xrel
|
|
Xrel Xrel [0 1 0 0 0 0 0] (-2 0 0);
|
|
U U [0 1 -1 0 0 0 0] (0 0 0);
|
|
Uold Uold [0 1 -1 0 0 0 0] (0 0 0);
|
|
rotationVector (0 0 1);
|
|
rotationAngle rotA [0 0 0 0 0 0 0] 0;
|
|
omega rotU [0 0 -1 0 0 0 0] (0 0 0);
|
|
|
|
|
|
// ************************************************************************* //
|