Question: Please first review Finite Element Analysis ( FEA ) for nonlinear elasticity in Lecture 1 3 . Now let's extend the method and code for

Please first review Finite Element Analysis (FEA) for nonlinear elasticity in Lecture 13. Now let's extend the method and code for three nonlinear spring finite elements. A constant force P=5N is applied to the right of the third element. The goal is to solve the displacements u1,u2, and u3 by using force equilibrium. Since the equations will be nonlinear due to nonlinear springs, the problem can be solved using multivariate Newton-
Given: General formula for Jacobian of a system of n equations:
U
Instructions: For questions (1)&(2), some handwork is required, but NO need to submit the handwork.
(1) By using force equilibrium at each node (the circles above u1,u2, and u3), write down the equations to be solved, one equation for each node. (Hint: force generated by a spring is F=k*u, where k is stiffness, u is the elongation. For the 2nd and 3rd springs, consider using u2-u1 and u3-u2)
(2) Obtain function vector ?bar(f) and Jacobian Matrix J.(Hint: Some partial derivatives may be obtained from the results of Lecture 13 slides)
Instructions: For questions (3)&(4), complete each part separately, separate the code using "#%%%",
(3) Using relative errors in the continuing condition, apply the multivariate Newton-Raphson code to solve the above problem. Print the displacement values 1,2, and 3. The initial values of 1,2 and u3 can be determined using trail and error.
(4) Instead of using relative errors in the continuing condition, the residuals are commonly used in practical computational FEA software packages, e.g. ANSYS, Abaqus. In this problem, force residuals are ?bar(f)=[f1(u1,u2,u3)f2(u1,u2,u3)f3(u1,u2,u3)], ie., the remaining force errors at the three nodes. If we converge to the right solution, then the force residual should be small numbers. Modify the continuing condition and use the maximum of force residuals >10-4 instead. Print the displacement values u1,u2, and u3. Plot the residuals in i th iteration vs iteration number.
Please first review Finite Element Analysis ( FEA

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mechanical Engineering Questions!