Linearly elastic models

Elasticity | Hyperbolic | Linear

Let’s consider a (damped) beam equation:

\[\pdd{u}{t}+ C\pd{u}{t}=-D^2 \frac{\partial^4 u}{\partial x^4} u-Q,\]

initially with fixed boundary conditions given by

\[u=0 \quad \text{and} \quad \pdd{u}{x} = 0\]

along the boundary. The constant $D$ represents the relative size of the domain and its material properties (e.g. stiffness), $C>0$ is a damping constant, and $q>0$ a gravity-like force.

\[\pdd{u}{x}=0 \quad \text{and} \quad \frac{\partial^3 u}{\partial x^3} = 0.\]

Deformable plates

Let’s next look at the (damped) plate equation,

\[\pdd{u}{t}+ C\pd{u}{t}=-D^2 \nabla^4 u-Q,\]

with fixed boundary conditions given by

\[u=0 \quad \text{and} \quad \nabla^2 u = 0\]

along the boundary.

Numerical notes

As in previous examples, we must write the second time derivative using a system of first-order equations. We also have to use an algebraic equation to represent the biharmonic term:

\[\begin{aligned}\pd{u}{t}&=v+DD_c\nabla^2 u,\\ \pd{v}{t} &= -D \nabla^2 w -Cv -Q,\\ w &= D \nabla^2u, \end{aligned}\]

which is the plate equation for $D_c=0$. The parameter $D_c$ is used to prevent spurious oscillations as seen in the wave equation.

3D deformations