FEM Flashcards
What is the purpose of FEM?
To find the displacement, stress, and/or strain in a structure.
What is Lagrangian interpolation? How is it defined in FEM?
It is the theory of constructing curves using polynomials. In FEM, a Lagrangian Interpolating Function is one which is equal to the desired function at every node.
What is a basis function?
A function over an element with the value of one above its node and zero everywhere else.
What is the expansion coefficient to a basis function?
The coefficient that when multiplied by the basis function, gives the value of u(x).
What is a Stiffness Matrix?
It relates the local nodal displacements, {d}, to the local forces on the element, {f}, by {f}=[k]{d}.
What is the general form of FEM?
The expansion of f(x) through a finite set of expansion functions.
Why is FEM so popular?
It’s very adaptable to arbitrary structures and therefore flexible to many problems.
What is the stiffness matrix for a 1D problem
[k] = AInt([B]^t[D][B])dx
What is the form of the body forces matrix for a 1D problem
{f} = A*Int([N]^t{f(x)}dx
What is the Jacobian and why is it useful in FEM?
The Jacobian maps a local element to an arbitrary element. Useful because the integrations can be performed on a very simple local element, and easily be mapped to the real, global element.
I(x) = ?
I(x) = [(x-S_0)(x-S_1)…(x-S__k-1)(x-S_k+1)…(x-S_n)]/
[(S_k-S_0)(S_k-S_1)…(S_k-S_k-1)(S_0-S_k+1)…(S_k-S_n)]
What is the Jacobian for a quadratic element?
|J| = det |a b|
|c d|
where: a = dx/ds b = dy/ds c = dx/dt d = dy/dt
Define Total Potential Energy and it’s components
It is define as the sum of the Internal Strain Energy, U, and the Potential Energy of the external forces, Omega. Where:
U = 0.5Int({strain}^t{stress}dV
Omega = -Int({f}{d}dV
How do you improve the accuracy of an approximation? What are the trade-offs?
Increase polynomial order, decrease mesh size, use quadratic mesh type. They are more expensive as they become more complex
State the Equilibrium Equations and where they come from.
d/dx(Normal stress_x)+d/dx(Shear Stress_yx) + Body Force_x = 0
d/dy(Normal stress_y)+d/dx(Shear Stress_xy) + Body Force_y = 0
Tau_xy=Tau_yx