mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: floatingObject tutorial - typo in momentOfInertia
This commit is contained in:
@ -35,7 +35,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type sixDoFRigidBodyDisplacement;
|
type sixDoFRigidBodyDisplacement;
|
||||||
centreOfMass (0.5 0.5 0.5);
|
centreOfMass (0.5 0.5 0.5);
|
||||||
momentOfInertia (0.08622222 0.8622222 0.144);
|
momentOfInertia (0.08622222 0.08622222 0.144);
|
||||||
mass 9.6;
|
mass 9.6;
|
||||||
rhoInf 1; // for forces calculation
|
rhoInf 1; // for forces calculation
|
||||||
// See sixDoFRigidBodyMotionState
|
// See sixDoFRigidBodyMotionState
|
||||||
|
|||||||
Reference in New Issue
Block a user