Non linear finite element theory

AI Thread Summary
Non-linear finite element analysis (FEA) involves dividing the total load into incremental steps, allowing for the calculation of displacements and resisting forces at each iteration. The tangent stiffness matrix is derived from previous iterations, which helps in estimating the resisting force of a spring under load. The modified Newton-Raphson algorithm is often used to handle material non-linearities, where the force in a new state is expressed in relation to the previous state and its stiffness. As iterations progress, the residual force is computed to refine the displacement estimate until convergence is achieved. Understanding the relationship between force residuals and displacement updates is crucial in non-linear FEA.
chandran
Messages
137
Reaction score
1
I wanted to get some thought in non linear fea.

Let me say there is a spring of initial stiffness k.

Let me say in a non linear analysis the load is divided into 20 steps of 1N each(Total load is 20N).
1.1st iteration.1N is applied and the displacement is arrived
2.2nd iteration 2N is applied. The stiffness matrix(tangent stiffness) is derived from iteration 1. The displacement(u) is calculated. F=ku is the calculated value of resisting force of the spring.

Now i want to understand how any fea software is able to calculate the actual resisting force the spring produces.Because after this step only the software is able to calculate the residual force(residual force=Calculated resisting force-actual resisting force).

can anyone explain this for a rod
(Take the example of a axially loaded rod.

The non linearity arrises from material non linearity).
 
Engineering news on Phys.org
Hi Chandran,

A decent example is to consider the behavior of the modified Newton-Raphson algorithm in a 1D case when material nonlinearities appear. In the modified routine the tangent stiffness, the stiffness matrix more usually, is not updated or is updated only at times so it applies well to your question.

Consider first that you derive a solution for an initial loadstate, call that for example state "1" (this could be an initial linear step in a nonlinear analysis).

We now seek a solution in state "2", which can contain a nonlinear response. We can write the force in state "2" as

<br /> P_{2}=P_{1}+k_{1}\Delta u_{1}<br />

where k_{1} is the stiffness in state "1" and \Delta u_{1} is an increment of displacement. Now in nonlinear FE analysis, we can solve the \Delta u_{1} since we know the applied loads and the stiffness in state "1". From this solution we obtain a new displacement estimate for state "2", which is

<br /> u^{i+1}=u_{1}+\Delta u_{1}<br />

Now we compute a new residual force between the state corresponding to u^{i+1} and "2", and redo the iteration. When the force residual converges towards 0, u^{i+1} converges to u_{2}. Notice that I used "i" in there rather than state "2", being at the crux of it all, since several iterative steps, "i"s, may be required before reaching state "2".

So the keys are understanding the force residual driving the solution and updates to the displacement done on the basis of it, the stiffness acting as a 'projection' direction in the nonlinear P-u curve (you can think of it totally analogous to classic Newton's method).
 
Posted June 2024 - 15 years after starting this class. I have learned a whole lot. To get to the short course on making your stock car, late model, hobby stock E-mod handle, look at the index below. Read all posts on Roll Center, Jacking effect and Why does car drive straight to the wall when I gas it? Also read You really have two race cars. This will cover 90% of problems you have. Simply put, the car pushes going in and is loose coming out. You do not have enuff downforce on the right...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Thread 'What's the most likely cause for this carbon seal crack?'
We have a molded carbon graphite seal that is used in an inline axial piston, variable displacement hydraulic pump. One of our customers reported that, when using the “A” parts in the past, they only needed to replace them due to normal wear. However, after switching to our parts, the replacement cycle seems to be much shorter due to “broken” or “cracked” failures. This issue was identified after hydraulic fluid leakage was observed. According to their records, the same problem has occurred...
Back
Top