Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Viscoelastic materials exhibit the properies of both solids and liquids, with deformation rates dependent on both the viscous stress and elastic stress rate.  In a Maxwell viscoelastic material the strain rate DD is proportional to the sum of the stress τ\tau and the stress rate τ˙\dot\tau,

Dij=Dijv+Dije=τij2η+τ˙ij2μD_{ij} = D^v_{ij} + D^e_{ij} = \frac{\tau_{ij}}{2\eta} + \frac{\dot\tau_{ij}}{2\mu}

with η\eta viscosity and μ\mu shear modulus. In Underworld this rheology can be implemented using an effective viscosity and an additional force term within the momentum equation,

(2ηeffDij),jp,i=fi+ηeffμΔteτ^ij,j(2\eta_{eff}D_{ij})_{,j} - p_{,i} = f_i + \frac{\eta_{eff}}{\mu\Delta t_e}\hat\tau_{ij,j}

with pp pressure, ηeff=(ηΔte)/(α+Δte)\eta_{eff} = (\eta\Delta t_e)/(\alpha + \Delta t_e) the effective viscosity, α\alpha the Maxwell relaxation time, Δte\Delta t_e the elastic time step and τ^\hat\tau the stress history term. See Farrington et al (2014) for full details.

Viscoelasticity in simple shear

A uniform viscoelastic material undergoes simple shear at a constant rate until t=4t = 4. The shearing velocity is then taken to zero with the stress decaying with time.

Viscoelastic stress history term for different relaxation times

Viscoelastic stress history term for different relaxation times

The graph above shows the shear component of the stress history term from equation (2) for a range of Maxwell relaxation times (alpha).  See the viscoelastic example for details, my_uw/doc/2_11_ViscoelasticityInSimpleShear.ipynb

An objective stress rate tensor

The stress history term (stress rate tensor) is carried on particles that can be advected and rotated through time by the velocity field.  To maintain objectivity it must be both advected and rotated for the current reference frame.  This can be acheived using the Jaumann stress rate, defined by τ^ij=τ˙ij+τikwkj+τjkwki\hat\tau_{ij} = \dot\tau_{ij} + \tau_{ik}w_{kj}+\tau_{jk}w_{ki} with ww the vorticity tensor. If significant rotation occurs the use of the Jaumann stress rate is encouranged. There are other terms which may be added to this definition accounting for other changes in reference frame including stretching. However, including these additional terms couples stress and pressure, adding a considerable complication that is not required for mathematical consistency.

For full details regarding the background, numerics and use in geodynamic modelling please see Farrington et al (2014) and the references within.

References

Farrington, R. J., L.-N. Moresi, and F. A. Capitanio (2014), The role of viscoelasticity in subducting plates, Geochem. Geophys. Geosyst., 15, 4291–4304

Comments
Discussion of these notes happens in GitHub Discussions, so it stays with the source and is searchable alongside it.