Skip to content
Snippets Groups Projects
Commit 51570457 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 5b73dbba
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ l = c.defineNumber('Geom/arm length [m]', value=1.0) ...@@ -38,7 +38,7 @@ l = c.defineNumber('Geom/arm length [m]', value=1.0)
time = c.defineNumber('Dyna/time [s]', value=0.0) time = c.defineNumber('Dyna/time [s]', value=0.0)
dt = c.defineNumber('Dyna/time step [s]', value=0.001) dt = c.defineNumber('Dyna/time step [s]', value=0.001)
tmax = c.defineNumber('Dyna/max time [s]', value=20) tmax = c.defineNumber('Dyna/max time [s]', value=20)
refresh = c.defineNumber('Dyna/refresh interval [s]', value=0.05) refresh = c.defineNumber('Dyna/refresh interval [s]', value=0.1)
theta0 = c.defineNumber('Init/initial theta angle [deg]', value=10, theta0 = c.defineNumber('Init/initial theta angle [deg]', value=10,
attributes={'Highlight':'Pink'}) attributes={'Highlight':'Pink'})
phi0 = c.defineNumber('Init/initial phi angle [deg]', value=180, phi0 = c.defineNumber('Init/initial phi angle [deg]', value=180,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment