solidBodyMotionFunctions: Changed CofG to origin where appropriate and support run-time selectable omega specification in rotatingMotion

This commit is contained in:
Henry
2013-07-30 09:41:27 +01:00
parent c8ac5b19b4
commit f75138d1f6
14 changed files with 481 additions and 469 deletions

View File

@ -26,8 +26,9 @@ solidBodyMotionFvMeshCoeffs
solidBodyMotionFunction rotatingMotion;
rotatingMotionCoeffs
{
CofG (0 0 0);
radialVelocity (0 0 360); // deg/s
origin (0 0 0);
axis (0 0 1);
omega 6.2832; // rad/s
}
}

View File

@ -26,8 +26,9 @@ solidBodyMotionFvMeshCoeffs
solidBodyMotionFunction rotatingMotion;
rotatingMotionCoeffs
{
CofG (0 0 0);
radialVelocity (0 9000 0); // deg/s
origin (0 0 0);
axis (0 1 0);
omega 158; // rad/s
}
}