muscle material¶
Module: solid
Category: material
Type string: "muscle material"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
density |
density | 1 | [M/L^3] |
k |
bulk modulus | 0 | [P] |
pressure_model |
pressure_model | 0 | [] |
g1 |
g1 | 0 | [P] |
g2 |
g2 | 0 | [P] |
g3 |
g3 | 0 | [P] |
p1 |
p1 | 0 | [] |
p2 |
p2 | 0 | [] |
Lofl |
Lofl | 0 | [] |
smax |
smax | 0 | [P] |
lam_max |
lam_max | 0 | [] |
activation |
activation | 0 | [] |
fiber |
[] |
Description¶
This material model implements the constitutive model developed by Silvia S. Blemker 1. The material type for the muscle material is muscle material. The model is designed to simulate the passive and active material behavior of skeletal muscle.
The main difference between this material formulation compared to other transversely hyperelastic materials is that it is formulated using a set of new invariants, originally due to Criscione 2, instead of the usual five invariants proposed by A.J.M. Spencer 3. For this particular material, only two of the five Criscione invariants are used. The strain energy function is defined as follows:
The function \(F_{m}\) is the strain energy contribution of the muscle fibers. It is defined as follows:
where,
and
The values \(P_{3}\) and \(P_{4}\) are determined by requiring \(C^{0}\) and \(C^{1}\) continuity at \(\lambda=\lambda^{\ast}\).
The parameter \(\alpha\) is the activation level and can be specified using the activation element. You can specify a loadcurve using the lc attribute. The value is interpreted as a scale factor when a loadcurve is defined or as the constant activation level when no loadcurve is defined.
The muscle fiber direction is specified similarly to the transversely isotropic Mooney-Rivlin model.
Example:
<material id="1" type="muscle material">
<g1>500</g1>
<g2>500</g2>
<p1>0.05</p1>
<p2>6.6</p2>
<smax>3e5</smax>
<Lofl>1.07</Lofl>
<lambda>1.4</lambda>
<k>1e6</k>
<fiber type="vector">1,0,0</fiber>
</material>
-
Blemker, SS, 3D Modeling of Complex Muscle Architecture and Geometry (2004). ↩
-
Criscione, JC, Douglas, SA, and Hunter, WC, "Physically based strain invariant set for materials exhibiting transversely isotropic behavior", J. Mech. Phys. Solids 49 (2001), pp. 871-897. ↩
-
Spencer, Anthony James Merril, Continuum Theory of the Mechanics of Fibre-Reinforced Composites (New York: Springer-Verlag, 1984). ↩