new solidBodyMotionFunctions

This commit is contained in:
mattijs
2009-10-08 17:55:26 +01:00
parent 98c3d099fd
commit 5ecde8d92e
7 changed files with 458 additions and 5 deletions

View File

@ -34,14 +34,25 @@ solidBodyMotionFvMeshCoeffs
}
}
// Box rotates on rotating table
//// Box rotates on rotating table
//rotatingBox
//{
// solidBodyMotionFunction rotationMotion;
// rotationMotionCoeffs
// {
// CofG (0 0 0);
// radialVelocity (720 0 0); // degrees/s
// }
//}
// Box rocking on rotating table
rotatingBox
{
solidBodyMotionFunction rotationMotion;
rotationMotionCoeffs
solidBodyMotionFunction rockingMotion;
rockingMotionCoeffs
{
CofG (0 0 0);
radialVelocity (720 0 0); // degrees/s
omega 40; // rad/s
amplitude (45 0 0); // 45 degrees max tilt
}
}
}

View File

@ -24,7 +24,7 @@ regions
(
boxToCell
{
box ( -100 -100 -100 ) ( 100 -0.02 100);
box ( -100 -100 -100 ) ( 100 100 -0.0025);
fieldValues ( volScalarFieldValue alpha1 1 );
}
);