mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
renaming of solidBodyMotionFunctions
This commit is contained in:
@ -26,8 +26,8 @@ solidBodyMotionFvMeshCoeffs
|
|||||||
// Table rotating in z axis
|
// Table rotating in z axis
|
||||||
rotatingTable
|
rotatingTable
|
||||||
{
|
{
|
||||||
solidBodyMotionFunction rotationMotion;
|
solidBodyMotionFunction rotatingMotion;
|
||||||
rotationMotionCoeffs
|
rotatingMotionCoeffs
|
||||||
{
|
{
|
||||||
CofG (0 0.1 0);
|
CofG (0 0.1 0);
|
||||||
radialVelocity (0 0 360); // degrees/s
|
radialVelocity (0 0 360); // degrees/s
|
||||||
@ -37,18 +37,18 @@ solidBodyMotionFvMeshCoeffs
|
|||||||
//// Box rotates on rotating table
|
//// Box rotates on rotating table
|
||||||
//rotatingBox
|
//rotatingBox
|
||||||
//{
|
//{
|
||||||
// solidBodyMotionFunction rotationMotion;
|
// solidBodyMotionFunction rotatingMotion;
|
||||||
// rotationMotionCoeffs
|
// rotatingMotionCoeffs
|
||||||
// {
|
// {
|
||||||
// CofG (0 0 0);
|
// CofG (0 0 0);
|
||||||
// radialVelocity (720 0 0); // degrees/s
|
// radialVelocity (720 0 0); // degrees/s
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
// Box rocking on rotating table
|
// Tube rocking on rotating table
|
||||||
rotatingBox
|
rotatingBox
|
||||||
{
|
{
|
||||||
solidBodyMotionFunction rockingMotion;
|
solidBodyMotionFunction oscillatingRotatingMotion;
|
||||||
rockingMotionCoeffs
|
oscillatingRotatingMotionCoeffs
|
||||||
{
|
{
|
||||||
CofG (0 0 0);
|
CofG (0 0 0);
|
||||||
omega 40; // rad/s
|
omega 40; // rad/s
|
||||||
|
|||||||
Reference in New Issue
Block a user