Nonlinear finite elements/Homework 6/Solutions/Problem 1/Part 11
From Wikiversity
Problem 1: Part 11 [edit]
Compute the rate of deformation at the blue point.
The rate of deformation is given by
Using the velocity gradient from the previous question, the rate of deformation at the blue point is given by
The Maple code is given below.
> #
> # Compute rate of deformation
> #
> GradVT := transpose(GradV);
> DefRate := evalm(1/2*(GradV + GradVT));
![\boldsymbol{D} = \frac{1}{2}[\boldsymbol{\nabla} \mathbf{v} + (\boldsymbol{\nabla} \mathbf{v})^T] ~.](http://upload.wikimedia.org/math/e/7/9/e79076c0e4e642bdea962ebf4be11432.png)
