Parameter meanings
Posted: Thu Aug 04, 2022 3:43 am
Hi! When we run a simulation, the messages window gives us some results.
What does the step_velocity signify in this? Also, please explain the GRF values.
Also, in the analysis window, are the pelvic tilt, and other angles in degrees?
In the sto. files, there's a variable called [Muscle name] Tendon length normalized. How are these normalized?
And the variable that defines muscle activation, is it in Newtons?
Code: Select all
Result = 0.523427
Gait = 0 <- 100 * (0.00551275 > 0.05)
step_velocity = 0.94465
step_count = 19
Effort = 0.523068 <- 0.1 * 5.23068
effort = 3761.37
distance = 9.64824
DofLimits = 0
ankle_angle_l = 0 <- 0.1 * 0
ankle_angle_r = 0 <- 0.1 * 0
knee_angle_l = 0 <- 0.01 * (1.25153 > 5)
knee_angle_r = 0 <- 0.01 * (1.48045 > 5)
GRF = 0.000358707 <- 10 * 3.58707e-05
Evaluation took 8.21212s for 10s (1.21771x real-time)
Also, in the analysis window, are the pelvic tilt, and other angles in degrees?
In the sto. files, there's a variable called [Muscle name] Tendon length normalized. How are these normalized?
And the variable that defines muscle activation, is it in Newtons?