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 Now let's extend the method and code for three nonlinear spring finite elements. A constant force is applied to the right of the third element. The goal is to solve the displacements and 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 equations:
Instructions: For questions & some handwork is required, but NO need to submit the handwork.
By using force equilibrium at each node the circles above and write down the equations to be solved, one equation for each node. Hint: force generated by a spring is where is stiffness, is the elongation. For the and springs, consider using and
Obtain function vector and Jacobian Matrix JHint: Some partial derivatives may be obtained from the results of Lecture slides
Instructions: For questions & complete each part separately, separate the code using #
Using relative errors in the continuing condition, apply the multivariate NewtonRaphson code to solve the above problem. Print the displacement values and The initial values of and can be determined using trail and error.
Instead of using relative errors in the continuing condition, the residuals are commonly used in practical computational FEA software packages, eg ANSYS, Abaqus. In this problem, force residuals are 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 instead. Print the displacement values and Plot the residuals in th iteration vs iteration number.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
