correted position random

This commit is contained in:
hamidrezanorouzi
2022-09-10 17:12:12 +04:30
parent 6ac5670933
commit 6152ec6a7c
7 changed files with 65 additions and 36 deletions

View File

@ -21,8 +21,8 @@ g (0 -9.8 0); // gravity vector (m/s2)
domain
{
min (-0.21 -0.21 -0.01);
max ( 0.21 0.21 0.81);
min (-0.2 -0.2 -0.0);
max ( 0.2 0.2 1.6);
}
integrationMethod AdamsBashforth3; // integration method