diff --git a/dynamic_validation.md b/dynamic_validation.md index 93b817f2b66af8b2eb8c3866a96bb5753746c789..9edc2a13f226993ac8282a4e921fd4e00242c4fb 100644 --- a/dynamic_validation.md +++ b/dynamic_validation.md @@ -4,7 +4,7 @@ What raised the question? I put together a tendon model that calculated reactions at each node in the tendon path including friction in the hopes of recreating the experimental data that alfonso acquired. The model has just one parameter, coefficient of friction, and captures the behavior of varying deflection along the beam. But the dynamic behavior seemed very off, the beam doesn't make it to equilibrium and there is a very slow compression wave that travels down the beam under initial loading. -<img src="json/tutorial/output.mp4" /><br></br> +<img src="images/output.mp4" /><br></br> Here's a running notebook of my work to perform validation of the dynamic characteristics of the MetaVoxels beam solver. The key questions are: diff --git a/images/output.mp4 b/images/output.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6fd1ed1bfa7d0981ba7d82883af1694631cf165 Binary files /dev/null and b/images/output.mp4 differ