2D formulation for Electrostatic Problems
From KratosWiki
(Difference between revisions)
(→2D formulation for Triangular Elements) |
(→Stiffness Matrix K<sup>(e)</sup>) |
||
Line 321: | Line 321: | ||
\end{bmatrix} | \end{bmatrix} | ||
</math> | </math> | ||
+ | |||
+ | |||
+ | ::::<math>\mathbf{B^T} \mathbf{\varepsilon} \mathbf{B} = | ||
+ | \frac{1}{(2 A^{(e)}})^2} | ||
+ | \begin{bmatrix} | ||
+ | -1 & -1 \\ | ||
+ | 1 & 0 \\ | ||
+ | 0 & 1 | ||
+ | \end{bmatrix} | ||
+ | \begin{bmatrix} | ||
+ | - y_1 + y_3 & - x_3 + x_1 \\ | ||
+ | - y_2 + y_1 & - x_1 + x_2 | ||
+ | \end{bmatrix} | ||
+ | \begin{bmatrix} | ||
+ | \displaystyle \varepsilon_x & 0 \\ | ||
+ | \, \\ | ||
+ | 0 & \displaystyle \varepsilon_y | ||
+ | \end{bmatrix} | ||
+ | \begin{bmatrix} | ||
+ | - y_1 + y_3 & - y_2 + y_1 \\ | ||
+ | - x_3 + x_1 & - x_1 + x_2 | ||
+ | \end{bmatrix} | ||
+ | \begin{bmatrix} | ||
+ | -1 & 1 & 0 \\ | ||
+ | -1 & 0 & 1 | ||
+ | \end{bmatrix} | ||
+ | </math> | ||
+ | |||
+ | |||
+ | |||
Revision as of 18:23, 12 November 2009
The 2D Electrostatic Poisson's equation given by the governing PDE and its boundary conditions:
can be written as (see the General formulation for Electrostatic Problems):
with (n is the number of nodes of the element):
2D formulation for Triangular Elements
After applying the numerical integration for triangular elements by using the natural coordinates, we obtain:
Stiffness Matrix K(e)
- Failed to parse (syntax error): \mathbf{B^T} \mathbf{\varepsilon} \mathbf{B} = \frac{1}{(2 A^{(e)}})^2} \begin{bmatrix} -1 & -1 \\ 1 & 0 \\ 0 & 1 \end{bmatrix} \begin{bmatrix} - y_1 + y_3 & - x_3 + x_1 \\ - y_2 + y_1 & - x_1 + x_2 \end{bmatrix} \begin{bmatrix} \displaystyle \varepsilon_x & 0 \\ \, \\ 0 & \displaystyle \varepsilon_y \end{bmatrix} \begin{bmatrix} - y_1 + y_3 & - y_2 + y_1 \\ - x_3 + x_1 & - x_1 + x_2 \end{bmatrix} \begin{bmatrix} -1 & 1 & 0 \\ -1 & 0 & 1 \end{bmatrix}