How Does Non-Linear FEA Work After Applying a Force?

AI Thread Summary
Non-linear finite element analysis (FEA) involves applying a force to a structure and analyzing its response, which becomes non-linear due to material behavior like elastoplasticity. The Newton-Raphson method is employed to iteratively linearize the system response until convergence is achieved, with each iteration checking the difference between internal and external forces, known as the residual. This process requires the stiffness matrix to adapt based on the displacement field, leading to a non-linear relationship in the equations. Convergence criteria often involve comparing the norm of the residual force vector to the external force vector. Understanding these principles is crucial for effectively applying non-linear FEA in structural mechanics.
chandran
Messages
137
Reaction score
1
How non linear fea works. I am studying that and i can't find any material in the web which has some basics.

How the Newton raphson method is used in non linear fea

suppose i apply a force f on a structure after that how non linear fea works?
 
Physics news on Phys.org
About the Newton-Raphson method ... you can view it as a generalization of Newton's method, where in this case the system response is sequentially linearized until convergence (the modified version classically doesn't update the coefficient matrix). Below a link about the method and FE solvers. So what you do in structural applications when your force - displacement response in nonlinear you linearize it sequentially until you've reached a convergent solution (typically e.g. using force residual/norm criteria).

http://www.aaue.dk/bm/ansys/b8km-fe05.pdf
http://uranus.ee.auth.gr/lessons/1/10.html
 
Last edited:
What is meant by a residual? How non linear works?

In each iteration what is checked against what? and why it is checked?
 
The nonlinearities were touched in general here :

https://www.physicsforums.com/showthread.php?t=74375

... to elaborate, when we're considering a typical structural mechanics problem, nonlinearity e.g. in material behavior (such as elastoplasticity) reflects upon the load - displacement response of the structure. The curve is no longer linear, and thus no longer follows from e.g. Hookean material behavior, but becomes nonlinear. In the FEA equations this will appear similarly as nonlinearities usually do, the stiffness matrix becoming nonlinear and dependent on the displacement field (i.e. the solution itself).

Because of this coupling, within the numerical process the solution needs to be established iteratively, meaning that you solve the problem by successive approximations forming a (hopefully) convergent series. The difference between two iterations is referred to as the 'residual', to which there are generally different measures and criteria. If we stay in the context of the Newton-Raphson method, the residual of force is usually defined by comparing the external and internal force vectors at a specific node (typically different implementations have different convergence criteria, commonly the norm of the residual force vector is compared to the norm of the external force vector and required to be a small fraction of it).
 
Thread ''splain this hydrostatic paradox in tiny words'
This is (ostensibly) not a trick shot or video*. The scale was balanced before any blue water was added. 550mL of blue water was added to the left side. only 60mL of water needed to be added to the right side to re-balance the scale. Apparently, the scale will balance when the height of the two columns is equal. The left side of the scale only feels the weight of the column above the lower "tail" of the funnel (i.e. 60mL). So where does the weight of the remaining (550-60=) 490mL go...
Consider an extremely long and perfectly calibrated scale. A car with a mass of 1000 kg is placed on it, and the scale registers this weight accurately. Now, suppose the car begins to move, reaching very high speeds. Neglecting air resistance and rolling friction, if the car attains, for example, a velocity of 500 km/h, will the scale still indicate a weight corresponding to 1000 kg, or will the measured value decrease as a result of the motion? In a second scenario, imagine a person with a...
Scalar and vector potentials in Coulomb gauge Assume Coulomb gauge so that $$\nabla \cdot \mathbf{A}=0.\tag{1}$$ The scalar potential ##\phi## is described by Poisson's equation $$\nabla^2 \phi = -\frac{\rho}{\varepsilon_0}\tag{2}$$ which has the instantaneous general solution given by $$\phi(\mathbf{r},t)=\frac{1}{4\pi\varepsilon_0}\int \frac{\rho(\mathbf{r}',t)}{|\mathbf{r}-\mathbf{r}'|}d^3r'.\tag{3}$$ In Coulomb gauge the vector potential ##\mathbf{A}## is given by...
Back
Top