Difference between revisions of "Viscoelastic Material"
Line 21: | Line 21: | ||
| K || Time-independent bulk modulus || MPa || none | | K || Time-independent bulk modulus || MPa || none | ||
|- | |- | ||
| ntaus || The number of relaxation times. This property is only | | ntaus || The number of relaxation times. This property is only needed in <tt>XML</tt> files and must come before any Gk or tauk properties. In scripted files, the number is automatically determined from the number of relaxation times you provide. || none || none | ||
|- | |- | ||
| G0 || The long term (or fully-relaxed) shear modulus || MPa || 0 | | G0 || The long term (or fully-relaxed) shear modulus || MPa || 0 |
Revision as of 13:33, 19 December 2014
Constitutive Law
This MPM material is a small-strain, linear viscoelastic material with time-dependent shear modulus, G(t), and a time-independent bulk modulus, K. The time-dependen shear modulus is give by a sum of n exponentials:
[math]\displaystyle{ G(t) = G_0 + \sum_{i=1}^n G_i e^{-t/\tau_i} }[/math]
Here G0 is the long-time shear modulus and the short-time shear modulus is the sum:
[math]\displaystyle{ G(0) = \sum_{i=0}^n G_i }[/math]
Material Properties
The unusual task for this material is to use multiple Gk and tauk properties (all with the same property name) to enter a material with multiple relaxation times.
Property | Description | Units | Default |
---|---|---|---|
K | Time-independent bulk modulus | MPa | none |
ntaus | The number of relaxation times. This property is only needed in XML files and must come before any Gk or tauk properties. In scripted files, the number is automatically determined from the number of relaxation times you provide. | none | none |
G0 | The long term (or fully-relaxed) shear modulus | MPa | 0 |
Gk | The shear modulus for the next relaxation time. Enter multiple Gk properties to have multiple relaxation times. | MPa | none |
tauk | The the next relaxation time. Enter multiple tauk properties to have multiple relaxation times. | sec | none |
alpha | Time-independent bulk modulus | ppm/K | 40 |
(other) | Properties common to all materials | varies | varies |
The total number of Gk and tauk properies must be equal. In XML files, that total number must match the supplied ntaus property.
History Variables
This material tracks internal history variables (one for each relaxation time) for implementation of linear viscoelastic properties, but currently none of these internal variables are available for archiving.