Linear elastic¶
Constitutive theory¶
One can see from the equations in the Linear elastic that as \(\firstlame \to \infty\), it is necessary that \(\nabla\cdot \bm{u} \longrightarrow 0\) which gives an idea of alternative strategies. One approach is to define an auxiliary variable \(p\), and rewrite constitutive equation (77) as
Alternatively, we can use the definition of hydrostatic pressure i.e., \(p_{\text{hyd}} = - \frac{\trace \bm \sigma}{3}\) and arrive at
where \(\bm \varepsilon_{\text{dev}} = \bm \varepsilon - \frac{1}{3} \trace \bm \varepsilon ~ \bm{I}\) is the deviatoric part of the linear strain tensor and \(\bulk\) is the bulk modulus. We present a general constitutive equation as
where
is the primal portion of the bulk modulus, defined in terms of \(\nu_p\) with \(-1 \leq \nu_p < \nu\), where \(\nu\) is the physical Poisson’s ratio. The standard full-train formulation (148) is obtained using \(\nu_p = 0\), and the deviatoric formulation (149) with \(\nu_p = -1\).
Strong and weak formulations¶
The boundary-value problem (Strong form) for constitutive equation (150) may be stated as follows: Given body force \(\rho \bm g\), Dirichlet boundary \(\bar{\bm u}\) and applied traction \(\bar{\bm t}\), find the displacement and pressure-like variables \((\bm u, p) \in \mathcal{V} \times \mathcal{Q} \) (here \(\mathcal{V} = H^1(\Omega), \mathcal{Q} = L^2(\Omega) \) ), such that:
with \(\bm n\) be the unit normal on the boundary and its weak formulation as:
Command-line interface¶
To enable the incompressible, mixed linear elastic model, use the model option -model elasticity-mixed
and set the material parameters listed in Mixed linear elastic model options. Any parameter without a default option is required.
Option |
Description |
Default Value |
---|---|---|
|
Required to enable the mixed linear elastic model. |
|
|
Young’s modulus, \(E > 0\) |
|
|
Poisson’s ratio, \(\nu \leq 0.5\). Note, this model is only validated for \(\nu = 0.5\). |
|
|
Primal part of the Poisson’s ratio for Jacobian operator, \(-1 \leq \nu_p < \nu \leq 0.5\). This parameter may improve solver performance and should not affect the solution. |
|
|
Primal part of the Poisson’s ratio for preconditioner operator, \(-1 \leq \nu_{pc} < \nu \leq 0.5\). This parameter may improve solver performance and should not affect the solution. |
|
An example using the mixed linear elastic model can be run via
$ ./bin/ratel-quasistatic -options_file examples/ymls/ex02-quasistatic-elasticity-mixed-linear-face-forces-pcjacobi.yml