All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM: Solve the above given equation in both Implicit and Explicit method and compare the result with exact result IMPLICIT Method:- This method is mostly used in static analysis Acceleration will vary linearly within given time step Time step is more compared to explicit method It needs a numerical solver to invert…
Puneeth J
updated on 30 Aug 2021
AIM:
Solve the above given equation in both Implicit and Explicit method and compare the result with exact result
IMPLICIT Method:-
EXPLICIT Method:-
Solving equation with Implicit method:
F(u)=u3u3+9u2u2+4u -------->(1)
Stiffness K(U)=df/du=3u2u2+18u+4 ------------->(2)
△△u=incremental displacement,
△△F=Incremental external applied forces
using △△F=K△△u, tolerance 10^-2
STEP 1:-
Take uo=0
(2)----->K(uo)=3(0)^2+18*0+4
=4
now ,△△u1=△△F/K(uo)=1/4=0.25
u1=uo+△△u1=.25
checking residual, R
F(ext)=△△F=1
(1)--->=.25^3+9(.25^2)+(4*.25)
=1.578
RO=1.578-1
=0.578 >10^2
So , newton raphson iterations are necessary
Calculate the correction to u1=u1(0)
δδu(1)=-[K(u1(0))]^-1*Ro
=-[(3*.25^2)+(18*.25)+4]^-1*.578
=-.0665
Updated ,u1(1)=u1(0)+δδu1
=0.25-0.0665
=0.1835
Checking residual again,R1
F(ext)=1; f(int)=0.185^3+(9*0.185^3)+(4*0.1853)
=1.0432
R1=1.0432-1
=0.0432>10^-2
another newton raphson iteration
Calculate the correction to u1=u1(1)
δδu(2)=δδu(1)-[K(u1(1))]*R1
=(-0.0655)-(8.6875)^-1*0.0432=-0.0714
u1(2)=u1(1)+δuδu(2)
=0.25-0.0714
=0.1786
Checking residual again R2
F(ext)=1; f(int)=(1)--->(0.1786)^3+(9*0.1786^2)+(4*0.1786)
=1.0071
R2=1.0071-1
=0.0071<10^-2
Therfore no iteration needed
u1=0.1786
Similarly from the above step calculate for step 2 and step 3
u2=0.2966
u3=0.3911
Step1 | δδf | δδui | ui | F(ext)i | f(int)i | R=f(int)i-F(ext)i |
1 | 1 | .25 | 0.1786 | 1 | 1.0071 | 0.0071 |
2 | 1 | 0.1375 | 0.2966 | 2 | 2.0042 | 0.0042 |
3 | 1 | 0.1041 | 0.3911 | 3 | 3.0008 | 0.0008 |
IMPLICIT Method:
Step 1:
Take uo=0
(2)--->K(u(0))=3*0^2+18*0+4=4
now △△u1=△△F/K(uo)
=1/4=0.25
u1=u0+△△u1=0.25
Step 2:
u1=0.25
(2)----> K(u1)=3*0.25^2+18*0.25+4
=8.6875
now, △△u1=△△F/u1
=1/8.6875
=0.1151
u2=u1+△△u2=0.3651
Step 3:
Take u2=0.3651
(2)----> K(u1)=3*0.3651^2+18*0.3651+4
=10.9716
now,△△u2=△△F/K(u2)
=1/10.9716
=0.09114
u3=u2+△△u3=0.46
finally to determine whether the analysis is in equilibrium
F(ext)=△△F+△△F+△△F=3
f(int)=(1)-->(0.46)^3+(9*0.46^2)+(4*0.46)
=3.841
∴ F(ext) is not equal to f(int), they are not in equilibrium
Step1 | δf | δui | ui | F(ext)i | f(int)i | R=f(int)i-F(ext)i |
1 | 1 | .25 | 0.25 | 1 | 1.578 | 0.578 |
2 | 1 | 0.1151 | 0.3651 | 2 | 2.708 | 0.708 |
3 | 1 | 0.09114 | 0.46 | 3 | 3.841 | 0.841 |
Actual values
Take F(u)=u^3+9u^2+4u=1
we get u=0.1776
F(u)=u^3+9u^2+4u=2
u=0.2962
F(u)=u^3+9u^2+4u=3
u=0.3910
CONCLUSION:
CONCLUSION:
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Week-6 Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.
OBJECTIVE: To run the simulation with different element formulation 1,-1,2,-2 and compare the stretch ratio vs Stress for all the cases Steps carried out: Initially open the LS Dyna keyword file which is containing only the ogden material card, like shown in below…
27 Dec 2021 01:16 PM IST
Week - 5 - Modelling Spotwelds
AIM: Create Spotwelds between the given two parts with the beam element as case 1 and use Hexa element in case2, now comparet the results of both the case and conclude the same Steps Followed: Create section and material for parts:- Import the model to the LS pre post Check for the available keywords from…
16 Dec 2021 01:39 PM IST
Week - 4 - Crash Box Simulation
AIM: To create a complete simulation file for Crash box with required keyword Procedure: Open the keyword file and look for the available keywords Create a SHELL section of 1.2mm and 1.5mm for both cases Go to keyword manager> Section> SHELL Create a linear plasticity Material go to keyword manager>MAT>…
28 Sep 2021 02:25 PM IST
Week - 3 Drop test Challenge
AIM: To Create a complete input deck filr from scratch with all required cards for drop test simulation STEPS: Create Material and Section:- Open the model in LS Prepost which contains only mesh From the above image we can see there are no sufficient cards to carry on the simulation Now we have to create required cards…
07 Sep 2021 02:00 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.