OpenFOAM-4.x/applications/test/rigidBodyDynamics/sphericalJoint/sphericalJoint

24 lines
425 B
Text

solver
{
type Newmark;
}
// It is necessary to iterate for the Newmark solver
nIter 2;
bodies
{
pendulum
{
type rigidBody;
mass 1;
centreOfMass (0 -1 0);
inertia (0.001 0 0 0.001 0 0.001);
parent root;
transform (1 0 0 0 1 0 0 0 1) (0 0 0);
joint
{
type Rs;
}
}
}