STY: Clearing up code and updating tutrial

This commit is contained in:
sergio
2021-03-16 15:37:07 -07:00
committed by Andrew Heather
parent da1e6ea8d0
commit ec609b90b8
10 changed files with 39 additions and 63 deletions

View File

@ -26,7 +26,7 @@ solvers
solidBodyMotionFunction drivenLinearMotion;
cellSet c0;
CofGvelocity CofG;
cOfGdisplacement CofG;
}
cube
@ -40,9 +40,9 @@ solvers
innerDistance 1000.0;
outerDistance 1001.0;
centreOfMass (0.5 0.5 0.4);
CofGvelocity CofG;
centreOfMass (0.5 0.5 0.4);
cOfGdisplacement CofG;
// Cuboid dimensions
Lx 0.24;
Ly 0.24;