Thread Closed

Non linear finite element theory

 
Share Thread Thread Tools
Oct10-05, 10:52 PM   #1
 

Non linear finite element theory


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 in to 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).
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Oct14-05, 02:08 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
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

[tex]
P_{2}=P_{1}+k_{1}\Delta u_{1}
[/tex]

where [itex]k_{1}[/itex] is the stiffness in state "1" and [itex]\Delta u_{1}[/itex] is an increment of displacement. Now in nonlinear FE analysis, we can solve the [itex]\Delta u_{1}[/itex] 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

[tex]
u^{i+1}=u_{1}+\Delta u_{1}
[/tex]

Now we compute a new residual force between the state corresponding to [itex]u^{i+1}[/itex] and "2", and redo the iteration. When the force residual converges towards 0, [itex]u^{i+1}[/itex] converges to [itex]u_{2}[/itex]. 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).
Thread Closed
Thread Tools


Similar Threads for: Non linear finite element theory
Thread Forum Replies
beam element vs. Finite element? Mechanical Engineering 3
finite element-rod elements what is the pde Differential Equations 5
deriving stiffness of a node in finite element theory Engineering, Comp Sci, & Technology Homework 3
Finite Element Methods Engineering Systems & Design 1
Finite Element Method? Differential Equations 4