In what follows we shall derive the FEM for the rod element using the weak form of the elasticity equation and tangential calculus.
Unlike the direct approach, we will introduce a framework for developing FEM on continuum elements more generally. The resulting linear system will be exactly the same as for the direct approach. However, this approach is more general and applicable to other element types.
A truss system is made of rod elements which only carry loads axially, they still obey the principal of minimum potential energy and the weak form of the elasticity equation.
Consider the following truss system of rods in 2D. We have 3 nodes and 3 elements. The problem states:
Find the displacements of the nodes, u, such that
∫Ωσ(u):ε(v)dΩ=∫Ωf⋅vdΩ+∫∂Ωt⋅vds∀v that are 0 on ∂ΩD
holds under the boundary conditions
[u1x,u1y,u3x]=0 and f2y=−P.
Consider a rod element in 2D
A rod element is defined by having two nodes, connected by a straight line. The nodal displacements are denoted by u1 and u2 and correspond to the nodal positions x1 and x2. For simplicity we shall define the following in a 2D setting. The element can be arbitrarily oriented in space, we define the angle between the x-axis and the rod as θ. The tangential vector is given by t=∣x2−x1∣x2−x1 and the normal vector is defined as n=ez×t. We note that the tangential vector and the normal vector can be expressed using θ.
t=[cosθ,sinθ]n=[−sinθ,cosθ]
We know from the definition of the element that it only carries axial loads, i.e., in-line loads. Thus the in-line strain has to be
ε~=⎣⎡∂xt∂ux000⎦⎤
where ∼ denotes the strain tensor in local coordinates. The t (tangential) subindex in ∂xt∂ denotes that the derivatives are in-line with the element.
In essence, we need to compute the strain tensor such that it has no out of line components, i.e., we need to define an in-line strain tensor, εtP such that
We begin by constructing a parametric map for the rod element. The t direction of the rod will be mapped to the ξ−direction and nto η such that any point on the physical rod can be expressed by ξ and η as such
x(ξ,η)=φ1(ξ)x1+φ2(ξ)x2+ηn=x1+ξ(x2−x1)+ηn
where φ=[1−ξ,ξ] are the basis functions for the rod element and we let η∈[−r,r] parametrize the thickness of the rod within a radius r around the centerline.
Now, let the gradient of the displacements
∇u=⎣⎡∂x∂ux∂y∂ux∂x∂uy∂y∂uy⎦⎤
We can approximate the derivative using the basis functions, e.g.:
∂x∂ux≈i∑∂x∂φiuix=∂x∂φ1u1x+∂x∂φ2u2x
which is exact for the rod element, since we assume pure linear deformation.
We can get the derivatives of the basis functions with respect to the spatial variables by the chain rule:
The determinant of the Jacobian is a measure of how scaled the size of the physical element is compared to the reference element, i.e., it should be the length, L for the rod element. Let us check this:
detJ=Δxcosθ+Δysinθ
with the geometric relation Δx=Lcosθ and Δy=Lsinθ we have
detJ=Lcos2θ+Lsin2θ=L
Now, the relation (11) can be inverted to get the sought derivatives.
The problem of using εt as a measure of strain on the rod is that it is not an in-line tensor, i.e., εt⋅n=0. Using this tensor we get shear strains associated with the out-of-line direction. To obtain a pure in-line strain tensor we need to apply the projection twice to define
εtP:=PtεPt
which does not contain any out-of-line strain components, i.e., both the rows and columns of εtP are tangent vectors such that εtP⋅n=n⋅εtP=0.
A detailed look at the strain tensor using θ=0 such that n=[0,1] and t=[1,0] we get
Now that we have an in-line strain tensor we need to implement it into the weak form. We need to compute εtP(u):εtP(v) numerically, which can be made easier by working with εt instead. Using the vector analogy for removing the normal components of the vector, but applied on tensors following the approach by Hansbo and Larson [2], we have for our strain tensor:
As for the right-hand side, we can let f=0 i.e., no body load and ∫∂Ωt⋅vds is equivalent to a point load, since the boundary on a rod is just a node. So we treat point loads exactly the same way as in the Systematic Truss Analysis section.
The theory herein serves to unify the 2D elasticity theory with the direct approach and incorporate the rod element into the same framework. The complexity arises when an element of lower dimension is used, as is the case with our rod element which essentially is R1 but embedded into R2 space. That mapping from 1D to 2D is traditionally done using rotational matrices and tricks, which can be omitted using tangential calculus.
M.
Delfour and J.-P. Zolésio, “Differential equations for linear
shells: Comparison between intrinsic and classical models.” pp.
41–124, 1997. doi: 10.1090/crmp/011/04.
[2]
P.
Hansbo and M. G. Larson, “Finite element modeling of a linear
membrane shell problem using tangential differential calculus,”
vol. 270, pp. 1–14, 2014, doi: 10.1016/j.cma.2013.11.016.