User Tools

Site Tools


visual3d:documentation:modeling:segments:segment_inertia

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:modeling:segments:segment_inertia [2024/06/19 12:49] sgrangervisual3d:documentation:modeling:segments:segment_inertia [2024/09/28 02:10] (current) – Cleaned up page formatting and organization. wikisysop
Line 1: Line 1:
-{{{{{{{{{{{{{{{{{{by default the moment of inertia of a segment is computed from the segment mass, the proximal and distal radii, and the [[visual3d:documentation:modeling:segments:segment_geometry|segment geometry]].+===== Segment Inertia =====
  
-the default visual3d segments are treated as [[visual3d:documentation:modeling:segments:segment_geometry|geometric objects]] that have inertial properties based on their shape.+Visual3D computes the moment of inertia of a segment from the segment's mass, proximal and distal radii, and [[Visual3D:Documentation:Modeling:Segments:Segment_Geometry|geometry]]. The default Visual3D segments are treated as [[Visual3D:Documentation:Modeling:Segments:Segment_Geometry|geometric objects]] that have inertial properties based on their shape in accordance with Hanavan's mathematical model of the human body.
  
-**hanavan e. (1964a mathematical model for the human body. technical report, wright-patterson air force base.**+==== Inertial properties of a Cone (Conical Frustrum====
  
-\\ +Visual3D's **Cone** segment geometry is, to be precise, a **conical frustrum.** A **frustra of right cones** is created by cutting the top off of a cone such that the cut is parallel to the base of the cone.
-please refer to [[visual3d:documentation:modeling:segments:transforming_segment_moment_of_inertia|transforming segment moment of inertia]] for details on transforming moment of inertia from one coordinate system into another coordinate system.+
  
-==== inertial properties of a cone (conical frustrum) ====+{{:frustraOfRightCones1.gif}}
  
-one of the visual3d segment geometries is labeled **cone.** to be precise the **cone** refers to a **conical frustrum.** a **frustra of right cones** is created by cutting the top off of a cone such that the cut is parallel to the base of the cone.+For unit length, the center of mass relative to the proximal end of the segment is located at:
  
-frustraofrightcones1.gif\\+{{:frustraOfRightCones2.png}}
  
 +A Cone segment with mass M and length L has the following inertial properties:
  
-a frustra of right cones is created by cutting the top off of a cone such that the cut is parallel to the base of the cone.+{{:FrustraOfRightCones3.jpg}}\\
  
-\\+==== Inertial properties of an Elliptical Cylinder ====
  
 +Visual3D's **Cylinder** segment geometry is a right elliptical cylinder, which is a cylinder with elliptical cross-sections.
  
-for a unit length, the center of mass relative to the proximal end of the segment is located at:+{{:Cylinder.gif}}
  
-frustraofrightcones2.png\\+The distance from the proximal end of the segment to the center of mass of the segment is 
 +<code> 
 +CG_from_proximal_end = 0.5*L 
 +</code>
  
 +In Visual3D's default coordinate system, the moment of inertia of a cylinder is therefore:
  
-givenm= segment mass, and l= segment length+{{:cylinderInertia.gif}}
  
-frustraofrightcones3.jpg\\+Note that Visual3D uses the radius at the distal end of the segment as the radius of the cylinder.
  
 +==== Inertial Properties of a Sphere ====
  
-==== inertial properties of an elliptical cylinder ====+For segments modelled as a **Sphere**, Visual3D requires a proximal segment radius and a distal segment radius. The inertial properties of the segment are calculated using only the distal radius, however, the proximal radius is still required to determine the location of the proximal segment end.
  
-cylinder.gif\\+If both a medial and a lateral target are used at one end of a segment during subject calibration, then the radius at that end is determined to be one-half of the distance between these targets. If only a single target is used at the end of a segment then a qualifier, either DIST_RAD or PROX_RAD, must be used.
  
 +One notable difference arises in creating spherical segments. Visual3D expects the distal targets to be located at 50% of the distance between segment ends. This allows the distal radius to produce a realistic measure of the dimension of the sphere.
  
-the distance from the proximal end of the segment to the center of mass of the segment.+{{:sphere.gif}}
  
-**cg_from_proximal_end = 0.5*l**+The distance from the proximal end of the segment to the center of mass of the spherical segment is 
  
-the moment of inertia of a cylinder. (assuming the default visual3d coordinate system)+<code> 
 +CG_from_proximal_end = L 
 +</code>
  
-cylinderinertia.gif\\+Within Visual3D's default coordinate system, then, the moment of inertia of a sphere is:
  
 +{{:SphereInertia.gif}}
  
-visual3d uses the radius at the distal end of the segment as the radius of the cylinder.+Note that Visual3D uses the radius at the distal end of the segment as the radius of the sphere. The length of the sphere is determined from the distance between the segment's proximal and distal ends.
  
-==== inertial properties of a sphere ====+==== Inertial Properties of an Ellipsoid ====
  
-=== defining a spherical segment ===+Visual3D also allows segments to be defined as an **Ellipsoid**, or deformed sphere.
  
-for segments modeled as spheres, visual3d requires a proximal segment radius and a distal segment radius. the inertial properties of the segment are calculated using only the distal radius. however, the proximal radius is still required to determine the location of the proximal segment end. if both a medial and a lateral target are used at one end of a segment during subject calibration, then the radius at that end is determined to be one-half of the distance between these targets. if only a single target is used at the end of a segment then a qualifier, either dist_rad or prox_rad, must be used. one notable difference arises in creating spherical segments. visual3d expects the distal targets to be located at 50% of the distance between segment ends. this allows the distal radius to produce a realistic measure of the dimension of the sphere.+{{:ellipsoid.gif}}
  
-sphere.gif\\+The distance from the proximal end of the segment to the center of mass of an ellipsoid segment is given by: 
 +<code> 
 +CG_from_proximal_end = L 
 +</code>
  
 +Within Visual3D's default coordinate system, the moment of inertia of an ellipsoid is:
  
-the distance from the proximal end of the segment to the center of mass of the segment.+{{:EllipsoidInertia.gif}}
  
-**cg_from_proximal_end = l**+Visual3D uses the radius at the distal end of the segment as the radius of the ellipsoid. The length of the ellipsoid is calculated as tghe distance between the sgement's proximal and distal ends.
  
-the moment of inertia of an sphere. (assuming the default visual3d coordinate system)+==== Alternative Approaches ====
  
-sphereinertia.gif\\+The user is free to modify segment characteristics away from Visual3D's defaults for both inertial parameters and coordinate systems.
  
 +=== Adjusted Zatsiorsky-Seluyanov's segment inertia parameters ===
  
-visual3d uses the radius at the distal end of the segment as the radius of the sphere. the length of the sphereis from the proximal end to the distal end of the segment.+It is possible to use the [[visual3d:documentation:definitions:adjusted_zatsiorsky-seluyanov_s_segment_inertia_parameters|Adjusted Zatsiorsky-Seluyanov'segment inertia parameters]] in Visual3D instead of the default parameters from Dempster and Hanavan.
  
-==== inertial properties of an ellipsoid ====+These inertial parameters adjust the original Zatsiorsky-Seluyanov segment inertia parameters from using bony landmarks as reference points to  using joints centres instead since these more commonly used in biomechanics.
  
-ellipsoid.gif\\+=== Entering Inertial Values Using Expressions ===
  
 +Visual3D allows the user to put [[visual3d:documentation:pipeline:expressions:expressions_overview|expressions]] into the edit boxes, which means that any mathematical expression or regression equation can be used to express a segment's inertial properties and center of mass.
  
-the distance from the proximal end of the segment to the center of mass of the segment.+See the page covering [[Visual3D:Documentation:Pipeline:Force_Commands:Entering_Inertial_Values_Using_Expressions|entering inertial values using expressions]] for more details.
  
-**cg_from_proximal_end l**+=== Coordinate System Transformations ===
  
-the moment of inertia of an ellipsoid. (assuming the default visual3d coordinate system)+Visual3D allows users to flexibly express a segment'moment of inertia in any coordinate system. See the page on [[Visual3D:Documentation:Modeling:Segments:Transforming_Segment_Moment_of_Inertia|transforming segment moments of inertia]] for complete details.
  
-ellipsoidinertia.gif\\+==== References ====
  
 +   * Hanavan E. (1964) A Mathematical Model for the Human Body. Technical Report, Wright-Patterson Air Force Base
  
-visual3d uses the radius at the distal end of the segment as the radius of the ellipsoid. the length of the ellipsoid is from the proximal end to the distal end of the segment. 
- 
-==== entering inertial values using expressions ==== 
- 
-it is possible to include any regression equations for the inertia and center of mass because visual3d allows the user to put expressions into the edit boxes. refer to [[visual3d:documentation:pipeline:force_commands:entering_inertial_values_using_expressions|entering inertial values using expressions]] for more details. 
- 
-==== adjusted zatsiorsky-seluyanov's segment inertia parameters ==== 
- 
-using the adjusted zatsiorsky-seluyanov's segment inertia parameters in visual3d instead of the default dempter's and hanavan's. 
- 
- 
-}}}}}}}}}}}}}}}}}} 
visual3d/documentation/modeling/segments/segment_inertia.1718801345.txt.gz · Last modified: 2024/06/19 12:49 by sgranger