OpenSim
OpenSim 3.1
|
Umberger2010MuscleMetabolicsProbe is a Probe ModelComponent for computing the net metabolic energy rate of a set of Muscles in the model during a simulation. More...
#include <Umberger2010MuscleMetabolicsProbe.h>
Public Types | |
typedef std::map< std::string, Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter * > | MuscleMap |
MuscleMap typedef. |
Public Member Functions | |
Umberger2010MuscleMetabolicsProbe () | |
Default constructor. | |
Umberger2010MuscleMetabolicsProbe (const bool activation_maintenance_rate_on, const bool shortening_rate_on, const bool basal_rate_on, const bool work_rate_on) | |
Convenience constructor. | |
virtual SimTK::Vector | computeProbeInputs (const SimTK::State &state) const override |
Compute muscle metabolic power. | |
int | getNumProbeInputs () const override |
Returns the number of probe inputs in the vector returned by computeProbeInputs(). | |
virtual OpenSim::Array < std::string > | getProbeOutputLabels () const override |
Returns the column labels of the probe values for reporting. | |
Property declarations | |
These are the serializable properties associated with this class. | |
OpenSim_DECLARE_PROPERTY (activation_maintenance_rate_on, bool,"Specify whether activation & maintenance heat rate is to be calculated (true/false).") | |
Enabled by default. | |
OpenSim_DECLARE_PROPERTY (shortening_rate_on, bool,"Specify whether shortening heat rate is to be calculated (true/false).") | |
Enabled by default. | |
OpenSim_DECLARE_PROPERTY (basal_rate_on, bool,"Specify whether basal heat rate is to be calculated (true/false).") | |
Enabled by default. | |
OpenSim_DECLARE_PROPERTY (mechanical_work_rate_on, bool,"Specify whether mechanical work rate is to be calculated (true/false).") | |
Enabled by default. | |
OpenSim_DECLARE_PROPERTY (enforce_minimum_heat_rate_per_muscle, bool,"Specify whether the total heat rate for a muscle will be clamped to a ""minimum value of 1.0 W/kg (true/false).") | |
Enabled by default. | |
OpenSim_DECLARE_PROPERTY (aerobic_factor, double,"Aerobic scale factor (S=1.0 for primarily anaerobic conditions and S=1.5 ""for primarily aerobic conditions. See Umberger et al., (2003).") | |
Default value = 1.5. | |
OpenSim_DECLARE_PROPERTY (basal_coefficient, double,"Basal metabolic coefficient.") | |
Default value = 1.2. | |
OpenSim_DECLARE_PROPERTY (basal_exponent, double,"Basal metabolic exponent.") | |
Default value = 1.0. | |
OpenSim_DECLARE_PROPERTY (report_total_metabolics_only, bool,"If set to false, the individual muscle metabolics, basal rate, and ""total summation will be reported. If set to true, only the total ""summation will be reported.") | |
Default value = false. | |
OpenSim_DECLARE_UNNAMED_PROPERTY (Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameterSet,"A set containing, for each muscle, the parameters ""required to calculate muscle metabolic power.") | |
Public Member Functions inherited from OpenSim::Probe | |
Probe () | |
void | reset (SimTK::State &s) |
Reset (initialize) the underlying Probe SimTK::Measure. | |
int | getNumInternalMeasureStates () const |
Get the number of states in the underlying SimTK::Measure. | |
bool | isDisabled () const |
Returns true if the Probe is disabled or false if the probe is enabled. | |
void | setDisabled (bool isDisabled) |
Set the Probe as disabled (true) or enabled (false). | |
std::string | getOperation () const |
Return the operation being performed on the probe value. | |
void | setOperation (std::string probe_operation) |
Set the operation being performed on the probe value. | |
SimTK::Vector | getInitialConditions () const |
Return the initial conditions (when the probe_operation is set to 'integrate'). | |
void | setInitialConditions (SimTK::Vector initial_conditions_for_integration) |
Set the initial conditions (when the probe_operation is set to 'integrate'). | |
double | getGain () const |
Return the gain to apply to the probe output. | |
void | setGain (double gain) |
Set the gain to apply to the probe output. | |
SimTK::Vector | getProbeOutputs (const SimTK::State &state) const |
Returns the values of the probe after the operation has been performed. | |
OpenSim_DECLARE_PROPERTY (isDisabled, bool,"Flag indicating whether the Probe is disabled or not.") | |
Enabled by default. | |
OpenSim_DECLARE_PROPERTY (probe_operation, std::string,"The operation to perform on the probe input value: ""'value'(no operation, just return the probe value), 'integrate', ""'differentiate', 'minimum', 'minabs', 'maximum', 'maxabs'.") | |
OpenSim_DECLARE_LIST_PROPERTY (initial_conditions_for_integration, double,"Array of initial conditions to be specified if the 'integrate' operation is ""selected. Note that the size of initial conditions must be the same size as ""the data being integrated, otherwise an exception will be thrown.") | |
OpenSim_DECLARE_PROPERTY (gain, double,"Constant gain to scale the probe output by.") | |
Public Member Functions inherited from OpenSim::ModelComponent | |
ModelComponent () | |
Default constructor. | |
ModelComponent (const std::string &aFileName, bool aUpdateFromXMLNode=true) SWIG_DECLARE_EXCEPTION | |
Construct ModelComponent from an XML file. | |
ModelComponent (SimTK::Xml::Element &aNode) | |
Construct ModelComponent from a specific node in an XML document. | |
ModelComponent (const ModelComponent &source) | |
Construct ModelComponent with its contents copied from another ModelComponent; this is a deep copy so nothing is shared with the source after the copy. | |
virtual | ~ModelComponent () |
Destructor is virtual to allow concrete model component cleanup. | |
ModelComponent & | operator= (const ModelComponent &aModelComponent) |
Assignment operator to copy contents of an existing component. | |
const Model & | getModel () const |
Get a const reference to the Model this component is part of. | |
Model & | updModel () |
Get a modifiable reference to the Model this component is part of. | |
virtual void | updateDisplayer (const SimTK::State &s) const |
In case the ModelComponent has a visual representation (VisualObject), override this method to update it. | |
virtual int | getNumStateVariables () const |
Get the number of "Continuous" state variables maintained by the ModelComponent and its specified subcomponents. | |
virtual Array< std::string > | getStateVariableNames () const |
Get the names of "continuous" state variables maintained by the ModelComponent and its subcomponents. | |
virtual SimTK::SystemYIndex | getStateVariableSystemIndex (const std::string &stateVariableName) const |
Get the System Index of a state variable allocated by this ModelComponent. | |
int | getModelingOption (const SimTK::State &state, const std::string &name) const |
Get a ModelingOption flag for this ModelComponent by name. | |
void | setModelingOption (SimTK::State &state, const std::string &name, int flag) const |
Set the value of a ModelingOption flag for this ModelComponent. | |
double | getStateVariable (const SimTK::State &state, const std::string &name) const |
Get the value of a state variable allocated by this ModelComponent. | |
void | setStateVariable (SimTK::State &state, const std::string &name, double value) const |
Set the value of a state variable allocated by this ModelComponent by name. | |
double | getDiscreteVariable (const SimTK::State &state, const std::string &name) const |
Get the value of a discrete variable allocated by this ModelComponent by name. | |
void | setDiscreteVariable (SimTK::State &state, const std::string &name, double value) const |
Set the value of a discrete variable allocated by this ModelComponent by name. | |
template<typename T > | |
const T & | getCacheVariable (const SimTK::State &state, const std::string &name) const |
Get the value of a cache variable allocated by this ModelComponent by name. | |
template<typename T > | |
T & | updCacheVariable (const SimTK::State &state, const std::string &name) const |
Obtain a writable cache variable value allocated by this ModelComponent by name. | |
void | markCacheVariableValid (const SimTK::State &state, const std::string &name) const |
After updating a cache variable value allocated by this ModelComponent, you can mark its value as valid, which will not change until the realization stage falls below the minimum set at the time the cache variable was created. | |
void | markCacheVariableInvalid (const SimTK::State &state, const std::string &name) const |
Mark a cache variable value allocated by this ModelComponent as invalid. | |
bool | isCacheVariableValid (const SimTK::State &state, const std::string &name) const |
Enables the to monitor the validity of the cache variable value using the returned flag. | |
template<typename T > | |
void | setCacheVariable (const SimTK::State &state, const std::string &name, const T &value) const |
Set cache variable value allocated by this ModelComponent by name. | |
Public Member Functions inherited from OpenSim::Object | |
virtual | ~Object () |
Virtual destructor for cleanup. | |
virtual Object * | clone () const =0 |
Create a new heap-allocated copy of the concrete object to which this Object refers. | |
virtual const std::string & | getConcreteClassName () const =0 |
Returns the class name of the concrete Object-derived class of the actual object referenced by this Object, as a string. | |
virtual const VisibleObject * | getDisplayer () const |
Methods to support making the object displayable in the GUI or Visualizer Implemented only in few objects. | |
virtual VisibleObject * | updDisplayer () |
get Non const pointer to VisibleObject | |
bool | isEqualTo (const Object &aObject) const |
Equality operator wrapper for use from languages not supporting operator overloading. | |
Object & | operator= (const Object &aObject) |
Copy assignment copies he base class fields, including the properties. | |
virtual bool | operator== (const Object &aObject) const |
Determine if two objects are equal. | |
virtual bool | operator< (const Object &aObject) const |
Provide an ordering for objects so they can be put in sorted containers. | |
void | setName (const std::string &name) |
Set the name of the Object. | |
const std::string & | getName () const |
Get the name of this Object. | |
void | setDescription (const std::string &description) |
Set description, a one-liner summary. | |
const std::string & | getDescription () const |
Get description, a one-liner summary. | |
const std::string & | getAuthors () const |
Get Authors of this Object. | |
void | setAuthors (const std::string &authors) |
Set Authors of this object, call this method in your constructor if needed. | |
const std::string & | getReferences () const |
Get references or publications to cite if using this object. | |
void | setReferences (const std::string &references) |
Set references or publications to cite if using this object. | |
int | getNumProperties () const |
Determine how many properties are stored with this Object. | |
const AbstractProperty & | getPropertyByIndex (int propertyIndex) const |
Get a const reference to a property by its index number, returned as an AbstractProperty. | |
AbstractProperty & | updPropertyByIndex (int propertyIndex) |
Get a writable reference to a property by its index number, returned as an AbstractProperty. | |
bool | hasProperty (const std::string &name) const |
Return true if this Object has a property of any type with the given name, which must not be empty. | |
const AbstractProperty & | getPropertyByName (const std::string &name) const |
Get a const reference to a property by its name, returned as an AbstractProperty. | |
AbstractProperty & | updPropertyByName (const std::string &name) |
Get a writable reference to a property by its name, returned as an AbstractProperty. | |
template<class T > | |
bool | hasProperty () const |
Return true if this Object contains an unnamed, one-object property that contains objects of the given template type T. | |
template<class T > | |
const Property< T > & | getProperty (const PropertyIndex &index) const |
Get property of known type Property<T> as a const reference; the property must be present and have the right type. | |
template<class T > | |
Property< T > & | updProperty (const PropertyIndex &index) |
Get property of known type Property<T> as a writable reference; the property must be present and have the right type. | |
void | setObjectIsUpToDateWithProperties () |
When an object is initialized using the current values of its properties, it can set a flag indicating that it is up to date. | |
bool | isObjectUpToDateWithProperties () const |
Returns true if no property's value has changed since the last time setObjectIsUpToDateWithProperties() was called. | |
void | readObjectFromXMLNodeOrFile (SimTK::Xml::Element &objectElement, int versionNumber) |
We're given an XML element from which we are to populate this Object. | |
virtual void | updateFromXMLNode (SimTK::Xml::Element &objectElement, int versionNumber) |
Use this method to deserialize an object from a SimTK::Xml::Element. | |
virtual void | updateXMLNode (SimTK::Xml::Element &parent) |
Serialize this object into the XML node that represents it. | |
bool | getInlined () const |
Inlined means an in-memory Object that is not associated with an XMLDocument. | |
void | setInlined (bool aInlined, const std::string &aFileName="") |
Mark this as inlined or not and optionally provide a file name to associate with the new XMLDocument for the non-inline case. | |
std::string | getDocumentFileName () const |
If there is a document associated with this object then return the file name maintained by the document. | |
void | setAllPropertiesUseDefault (bool aUseDefault) |
bool | print (const std::string &fileName) |
Write this Object into an XML file of the given name; conventionally the suffix to use is ".osim". | |
std::string | dump (bool dumpName=false) |
dump the XML representation of this Object into an std::string and return it. | |
void | clearObjectIsUpToDateWithProperties () |
For testing or debugging purposes, manually clear the "object is up to
date with respect to properties" flag. | |
virtual bool | isA (const char *type) const |
The default implementation returns true only if the supplied string is "Object"; each Object-derived class overrides this to match its own class name. | |
const std::string & | toString () const |
Wrapper to be used on Java side to display objects in tree; this returns just the object's name. | |
PropertySet & | getPropertySet () |
OBSOLETE: Get a reference to the PropertySet maintained by the Object. | |
const PropertySet & | getPropertySet () const |
Umberger2010MuscleMetabolicsProbe Interface | |
These accessor methods are to be used when setting up a new muscle metabolic analysis from the API. The basic operation is as follows: model.addProbe(myProbe);
myProbe->addMuscle("muscleName1", ... );
myProbe->addMuscle("muscleName2", ... );
myProbe->addMuscle("muscleName3", ... );
myProbe->useProvidedMass("muscleName1", 1.2); // muscle1 mass = 1.2 kg
myProbe->useCalculatedMass("muscleName2"); // muscle2 mass is based on muscle properties (below)
myProbe->setDensity("muscleName2", 1100.0); // muscle2 density is 1100 kg/m^3
myProbe->setSpecificTension("muscleName2", 0.26e6); // muscle2 specific tension is 0.26e6 Pa
myProbe->removeMuscle("muscleName3");
myProbe->setOperation("integrate") // See OpenSim::Probe for other operations
| |
const int | getNumMetabolicMuscles () const |
Get the number of muscles being analysed in the metabolic analysis. | |
void | addMuscle (const std::string &muscleName, double ratio_slow_twitch_fibers) |
Add a muscle and its parameters so that it can be included in the metabolic analysis. | |
void | addMuscle (const std::string &muscleName, double ratio_slow_twitch_fibers, double muscle_mass) |
Add a muscle and its parameters so that it can be included in the metabolic analysis. | |
void | removeMuscle (const std::string &muscleName) |
Remove a muscle from the metabolic analysis. | |
void | useProvidedMass (const std::string &muscleName, double providedMass) |
Set an existing muscle to use a provided muscle mass. | |
void | useCalculatedMass (const std::string &muscleName) |
Set an existing muscle to calculate its own mass. | |
bool | isUsingProvidedMass (const std::string &muscleName) |
Get whether the muscle mass is being explicitly provided. | |
const double | getMuscleMass (const std::string &muscleName) const |
Get the muscle mass used in the metabolic analysis. | |
const double | getRatioSlowTwitchFibers (const std::string &muscleName) const |
Get the ratio of slow twitch fibers for an existing muscle. | |
void | setRatioSlowTwitchFibers (const std::string &muscleName, const double &ratio) |
Set the ratio of slow twitch fibers for an existing muscle. | |
const double | getDensity (const std::string &muscleName) const |
Get the density for an existing muscle (kg/m^3). | |
void | setDensity (const std::string &muscleName, const double &density) |
Set the density for an existing muscle (kg/m^3). | |
const double | getSpecificTension (const std::string &muscleName) const |
Get the specific tension for an existing muscle (Pascals (N/m^2)). | |
void | setSpecificTension (const std::string &muscleName, const double &specificTension) |
Set the specific tension for an existing muscle (Pascals (N/m^2)). |
Additional Inherited Members | |
Static Public Member Functions inherited from OpenSim::Object | |
static void | registerType (const Object &defaultObject) |
Register an instance of a class; if the class is already registered it will be replaced. | |
static void | renameType (const std::string &oldTypeName, const std::string &newTypeName) |
Support versioning by associating the current Object type with an old name. | |
static const Object * | getDefaultInstanceOfType (const std::string &concreteClassName) |
Return a pointer to the default instance of the registered (concrete) Object whose class name is given, or NULL if the type is not registered. | |
template<class T > | |
static bool | isObjectTypeDerivedFrom (const std::string &concreteClassName) |
Return true if the given concrete object type represents a subclass of the template object type T, and thus could be referenced with a T*. | |
static Object * | newInstanceOfType (const std::string &concreteClassName) |
Create a new instance of the concrete Object type whose class name is given as concreteClassName. | |
static void | getRegisteredTypenames (Array< std::string > &typeNames) |
Retrieve all the typenames registered so far. | |
template<class T > | |
static void | getRegisteredObjectsOfGivenType (ArrayPtrs< T > &rArray) |
Return an array of pointers to the default instances of all registered (concrete) Object types that derive from a given Object-derived type that does not have to be concrete. | |
static void | PrintPropertyInfo (std::ostream &os, const std::string &classNameDotPropertyName) |
Dump formatted property information to a given output stream, useful for creating a "help" facility for registered objects. | |
static void | PrintPropertyInfo (std::ostream &os, const std::string &className, const std::string &propertyName) |
Same as the other signature but the class name and property name are provided as two separate strings. | |
static Object * | makeObjectFromFile (const std::string &fileName) |
Create an OpenSim object whose type is based on the tag at the root node of the XML file passed in. | |
static const std::string & | getClassName () |
Return the name of this class as a string; i.e., "Object". | |
static void | setSerializeAllDefaults (bool shouldSerializeDefaults) |
Static function to control whether all registered objects and their properties are written to the defaults section of output files rather than only those values for which the default was explicitly overwritten when read in from an input file or set programmatically. | |
static bool | getSerializeAllDefaults () |
Report the value of the "serialize all defaults" flag. | |
static bool | isKindOf (const char *type) |
Returns true if the passed-in string is "Object"; each Object-derived class defines a method of this name for its own class name. | |
static void | setDebugLevel (int newLevel) |
Set the debug level to get verbose output. | |
static int | getDebugLevel () |
Get current setting of debug level. | |
static Object * | SafeCopy (const Object *aObject) |
Use the clone() method to duplicate the given object unless the pointer is null in which case null is returned. | |
static void | RegisterType (const Object &defaultObject) |
OBSOLETE alternate name for registerType(). | |
static void | RenameType (const std::string &oldName, const std::string &newName) |
OBSOLETE alternate name for renameType(). | |
Static Public Attributes inherited from OpenSim::Object | |
static const std::string | DEFAULT_NAME |
Name used for default objects when they are serialized. | |
Protected Member Functions inherited from OpenSim::Probe | |
void | connectToModel (Model &model) override |
Concrete probes may override; be sure to invoke Super::connectToModel() at the beginning of the overriding method. | |
void | addToSystem (SimTK::MultibodySystem &system) const override |
Concrete probes may override; be sure to invoke Super::addToSystem() at the beginning of the overriding method. | |
Protected Attributes inherited from OpenSim::ModelComponent | |
Model * | _model |
The model this component belongs to. | |
Related Functions inherited from OpenSim::Object | |
#define | OpenSim_DECLARE_CONCRETE_OBJECT(ConcreteClass, SuperClass) |
Macro to be included as the first line of the class declaration for any non-templatized, concrete class that derives from OpenSim::Object. | |
#define | OpenSim_DECLARE_ABSTRACT_OBJECT(ConcreteClass, SuperClass) |
Macro to be included as the first line of the class declaration for any still-abstract class that derives from OpenSim::Object. | |
#define | OpenSim_DECLARE_CONCRETE_OBJECT_T(ConcreteClass, TArg, SuperClass) |
Macro to be included as the first line of the class declaration for any templatized, concrete class that derives from OpenSim::Object, like Set<T>. | |
#define | OpenSim_DECLARE_ABSTRACT_OBJECT_T(ConcreteClass, TArg, SuperClass) |
Macro to be included as the first line of the class declaration for any templatized, still-abstract class that derives from OpenSim::Object. |
Umberger2010MuscleMetabolicsProbe is a Probe ModelComponent for computing the net metabolic energy rate of a set of Muscles in the model during a simulation.
The discussion here is based on the following papers:
Umberger, B. R. (2010). Stance and swing phase costs in human walking. J R Soc Interface 7, 1329-40.
Note that the equations below that describe the particular implementation of Umberger2010MuscleMetabolicsProbe may slightly differ from the equations described in the representative publications above. Note also that we define positive muscle velocity to indicate lengthening (eccentric contraction) and negative muscle velocity to indicate shortening (concentric contraction).
Muscle metabolic power (or rate of metabolic energy consumption) is equal to the rate at which heat is liberated plus the rate at which work is done:
Edot = Bdot + sumOfAllMuscles(Adot + Mdot + Sdot + Wdot).
This probe also uses muscle parameters stored in the MetabolicMuscle object for each muscle. The full set of all MetabolicMuscles (MetabolicMuscleSet) is a property of this probe:
If basal_rate_on is set to true, then Bdot is calculated as follows:
Bdot = basal_coefficient * (m_body^basal_exponent)
If activation_maintenance_rate_on is set to true, then Adot+Mdot is calculated as follows:
Adot+Mdot = [128*(1-r) + 25] * A^0.6 * S , l_CE <= l_CE_opt
Adot+Mdot = (0.4*[128*(1-r) + 25] + 0.6*[128*(1-r) + 25]*F_CE_iso) * A^0.6 * S , l_CE > l_CE_opt
If shortening_rate_on is set to true, then Sdot is calculated as follows:
Sdot = m * (-[(alphaS_slow * v_CE_norm * r) + (alphaS_fast * v_CE_norm * (1-r))] * A^2 * S) , l_CE <= l_CE_opt & v_CE >= 0 (concentric / isometric contraction)
Sdot = m * (-[(alphaS_slow * v_CE_norm * r) + (alphaS_fast * v_CE_norm * (1-r))] * A^2 * S * F_iso) , l_CE > l_CE_opt & v_CE >= 0 (concentric / isometric contraction)
Sdot = m * (alphaL * v_CE_norm * A * S) , l_CE <= l_CE_opt & v_CE < 0 (eccentric contraction)
Sdot = m * (alphaL * v_CE_norm * A * S * F_CE_iso) , l_CE > l_CE_opt & v_CE < 0 (eccentric contraction)
If mechanical_work_rate_on is set to true, then Wdot is calculated as follows:
Wdot = -(F_CE * v_CE) , v_CE >= 0 (concentric / isometric contraction)
Wdot = 0 , v_CE < 0 (eccentric contraction)
Note that if enforce_minimum_heat_rate_per_muscle == true AND activation_maintenance_rate_on == shortening_rate_on == true, then the total heat rate (AMdot + Sdot) will be capped to a minimum value of 1.0 W/kg (Umberger(2003), page 104).
Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter is an Object class that holds the metabolic parameters required to calculate metabolic power for a single muscle.
REQUIRED PROPERTIES
OPTIONAL PROPERTIES
typedef std::map<std::string, Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameter*> OpenSim::Umberger2010MuscleMetabolicsProbe::MuscleMap |
MuscleMap typedef.
OpenSim::Umberger2010MuscleMetabolicsProbe::Umberger2010MuscleMetabolicsProbe | ( | ) |
Default constructor.
OpenSim::Umberger2010MuscleMetabolicsProbe::Umberger2010MuscleMetabolicsProbe | ( | const bool | activation_maintenance_rate_on, |
const bool | shortening_rate_on, | ||
const bool | basal_rate_on, | ||
const bool | work_rate_on | ||
) |
Convenience constructor.
void OpenSim::Umberger2010MuscleMetabolicsProbe::addMuscle | ( | const std::string & | muscleName, |
double | ratio_slow_twitch_fibers | ||
) |
Add a muscle and its parameters so that it can be included in the metabolic analysis.
void OpenSim::Umberger2010MuscleMetabolicsProbe::addMuscle | ( | const std::string & | muscleName, |
double | ratio_slow_twitch_fibers, | ||
double | muscle_mass | ||
) |
Add a muscle and its parameters so that it can be included in the metabolic analysis.
|
overridevirtual |
Compute muscle metabolic power.
Implements OpenSim::Probe.
const double OpenSim::Umberger2010MuscleMetabolicsProbe::getDensity | ( | const std::string & | muscleName | ) | const |
Get the density for an existing muscle (kg/m^3).
const double OpenSim::Umberger2010MuscleMetabolicsProbe::getMuscleMass | ( | const std::string & | muscleName | ) | const |
Get the muscle mass used in the metabolic analysis.
The value returned will depend on if the muscle mass is explicitly provided (i.e. isUsingProvidedMass = true), or if it is being automatically calculated from muscle data already present in the model (i.e. isUsingProvidedMass = true).
const int OpenSim::Umberger2010MuscleMetabolicsProbe::getNumMetabolicMuscles | ( | ) | const |
Get the number of muscles being analysed in the metabolic analysis.
|
overridevirtual |
Returns the number of probe inputs in the vector returned by computeProbeInputs().
Implements OpenSim::Probe.
|
overridevirtual |
Returns the column labels of the probe values for reporting.
Currently uses the Probe name as the column label, so be sure to name your probe appropiately!
Implements OpenSim::Probe.
const double OpenSim::Umberger2010MuscleMetabolicsProbe::getRatioSlowTwitchFibers | ( | const std::string & | muscleName | ) | const |
Get the ratio of slow twitch fibers for an existing muscle.
const double OpenSim::Umberger2010MuscleMetabolicsProbe::getSpecificTension | ( | const std::string & | muscleName | ) | const |
Get the specific tension for an existing muscle (Pascals (N/m^2)).
bool OpenSim::Umberger2010MuscleMetabolicsProbe::isUsingProvidedMass | ( | const std::string & | muscleName | ) |
Get whether the muscle mass is being explicitly provided.
True means that it is using the property 'provided_muscle_mass' False means that the muscle mass is being calculated from muscle properties.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | activation_maintenance_rate_on | , |
bool | , | ||
"Specify whether activation & maintenance heat rate is to be calculated (true/false)." | |||
) |
Enabled by default.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | shortening_rate_on | , |
bool | , | ||
"Specify whether shortening heat rate is to be calculated (true/false)." | |||
) |
Enabled by default.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | basal_rate_on | , |
bool | , | ||
"Specify whether basal heat rate is to be calculated (true/false)." | |||
) |
Enabled by default.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | mechanical_work_rate_on | , |
bool | , | ||
"Specify whether mechanical work rate is to be calculated (true/false)." | |||
) |
Enabled by default.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | enforce_minimum_heat_rate_per_muscle | , |
bool | , | ||
"Specify whether the total heat rate for a muscle will be clamped to a ""minimum value of 1.0 W/kg (true/false)." | |||
) |
Enabled by default.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | aerobic_factor | , |
double | |||
) |
Default value = 1.5.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | basal_coefficient | , |
double | , | ||
"Basal metabolic coefficient." | |||
) |
Default value = 1.2.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | basal_exponent | , |
double | , | ||
"Basal metabolic exponent." | |||
) |
Default value = 1.0.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_PROPERTY | ( | report_total_metabolics_only | , |
bool | , | ||
"If set to | false, | ||
the individual muscle | metabolics, | ||
basal | rate, | ||
and""total summation will be reported.If set to | true, | ||
only the total""summation will be reported." | |||
) |
Default value = false.
OpenSim::Umberger2010MuscleMetabolicsProbe::OpenSim_DECLARE_UNNAMED_PROPERTY | ( | Umberger2010MuscleMetabolicsProbe_MetabolicMuscleParameterSet | , |
"A set | containing, | ||
for each | muscle, | ||
the parameters""required to calculate muscle metabolic power." | |||
) |
void OpenSim::Umberger2010MuscleMetabolicsProbe::removeMuscle | ( | const std::string & | muscleName | ) |
Remove a muscle from the metabolic analysis.
void OpenSim::Umberger2010MuscleMetabolicsProbe::setDensity | ( | const std::string & | muscleName, |
const double & | density | ||
) |
Set the density for an existing muscle (kg/m^3).
void OpenSim::Umberger2010MuscleMetabolicsProbe::setRatioSlowTwitchFibers | ( | const std::string & | muscleName, |
const double & | ratio | ||
) |
Set the ratio of slow twitch fibers for an existing muscle.
void OpenSim::Umberger2010MuscleMetabolicsProbe::setSpecificTension | ( | const std::string & | muscleName, |
const double & | specificTension | ||
) |
Set the specific tension for an existing muscle (Pascals (N/m^2)).
void OpenSim::Umberger2010MuscleMetabolicsProbe::useCalculatedMass | ( | const std::string & | muscleName | ) |
Set an existing muscle to calculate its own mass.
void OpenSim::Umberger2010MuscleMetabolicsProbe::useProvidedMass | ( | const std::string & | muscleName, |
double | providedMass | ||
) |
Set an existing muscle to use a provided muscle mass.