Skip to content

Conversation

humphreysb
Copy link
Contributor

@humphreysb humphreysb commented Aug 5, 2016

Work In Process. This muscle has Implicit Dynamics.

This PR is for the muscle only. The files of interest are:

  • VandenBogert2011Muscle.h
  • VandenBogert2011Muscle.cpp

See @chrisdembia's PR #1147 for the implicit components implementation (I had merged his branch with mine so they are inadvertently both contained here).


This change is Reviewable

humphreysb and others added 30 commits June 30, 2016 23:24
Merge branch 'master' of https://github.com/opensim-org/opensim-core into vandenBogertMuscle

Conflicts:
	Bindings/simbody.i
This commit depends on a change in Simbody that is only on my computer!

SimTK::Vector upper_bounds(2);
upper_bounds[0] = SimTK::Infinity;
upper_bounds[1] = SimTK::Infinity;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be straightforward to compute the maximum/minimum values of adot. And the maximum/minimum values of fiber velocity could maybe be taken from the max_contraction_velocity property (I don't remember the exact name).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants