Skip to content
Snippets Groups Projects
Commit 157fa46f authored by Henry Weller's avatar Henry Weller
Browse files

tutorials/multiphase/interDyMFoam/ras/floatingObject/constant/dynamicMeshDict....

tutorials/multiphase/interDyMFoam/ras/floatingObject/constant/dynamicMeshDict.sixDoF: Renamed 'rho' -> 'rhoSolid'
to avoid name clash
parent 46ba7267
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,10 @@ sixDoFRigidBodyMotionCoeffs
Lz 0.5;
// Density of the solid
rho 500;
rhoSolid 500;
// Cuboid mass
mass #calc "$rho*$Lx*$Ly*$Lz";
mass #calc "$rhoSolid*$Lx*$Ly*$Lz";
// Cuboid moment of inertia about the centre of mass
momentOfInertia #codeStream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment