Placement 2025 Scholarship: Your Future Starts Here | 6 Guaranteed Job Interviews | Limited to 100 seats. Apply Now

07D 05H 43M 47S

Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

All Courses

All Courses

logo

CHOOSE A CATEGORY

Mechanical

Electrical

Civil

Computer Science

Electronics

Offline Program

Top Job Leading Courses

Automotive

CFD

FEA

Design

MBD

Med Tech

Courses by Software

Design

Solver

Automation

Vehicle Dynamics

CFD Solver

Preprocessor

Courses by Semester

First Year

Second Year

Third Year

Fourth Year

Courses by Domain

Automotive

CFD

Design

FEA

Tool-focused Courses

Design

Solver

Automation

Preprocessor

CFD Solver

Vehicle Dynamics

Machine learning

Machine Learning and AI

POPULAR COURSES

coursePost Graduate Program in Hybrid Electric Vehicle Design and Analysis
coursePost Graduate Program in Computational Fluid Dynamics
coursePost Graduate Program in CAD
coursePost Graduate Program in CAE
coursePost Graduate Program in Manufacturing Design
coursePost Graduate Program in Computational Design and Pre-processing
coursePost Graduate Program in Complete Passenger Car Design & Product Development
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. Tribhuvankumar Pandit/
  3. Week-6 Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.

Week-6 Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.

Aim- Given is a Ogden material card which is hyperelastic (rubber). Create a 10x10x10mm solid mesh and run a pure tensile run on it with stretch ratio of 5. Compare different element formulations of solids 1,-1,2,-2 and plot engineering stress vs stretch values.   Explanation- Since this simulation is happening…

  • ANSA
  • BIM
  • CAE
  • CFD
  • CSS
  • Tribhuvankumar Pandit

    updated on 25 Jul 2022

Aim-

Given is a Ogden material card which is hyperelastic (rubber). Create a 10x10x10mm solid mesh and run a pure tensile run on it with stretch ratio of 5. Compare different element formulations of solids 1,-1,2,-2 and plot engineering stress vs stretch values.

 

Explanation-

Since this simulation is happening at a really slow pace (quasi static) the inertial effects can be neglected we can consider implicit for the analysis.

Since this a hyperelastic material even though we are running it in implicit , we need  steps and iterations to achieve the equilibruim. 

Element formulations used are 1,-1,2,-2 for solids.

ELFORM 1 - underintegrated constant stress ; needs hourglass stabilisation; efficient and accurate

ELFORM 2 - Reduced integrated ; no hour glass stabilisation needed; slower than ELFORM 1; shear locking can occur

ELFORM(-1 )- Similiar to ELFORM 2 , but shearlocking is accounted for; efficient formulation (CPU time)

ELFORM (-2) - Similiar to -1 , more accurate, more computational cost.

Procedure-

  • We have to open the given LS-Dyna keyword (.k file) file in LS-PrePost, using option File>Open>LS-Dyna Keyword File as shown in below snap.

  • Now we will open Ogden.k file and create the cube of size 10mm X 10mm X 10mm.

  • First we will start with section card, to create section card from keyword>>all>>section>>solid>>here we will input id, elform type as shown below.

  • As per given cases we have to change ELFORM as 1, -1 & -2, accordingly as shown in above snap or we can do it form .k file after saving it.
  • Now we will check the MAT card given to us.

  • Finally we have to assign the section and material to the part.

  • Here we will fix the Bottom of the Cube and give the motion to the set of nodes on the Upper face.
  • To fix the Bottom face, we will use different set of nodes and using single point constraint boundary, we can allow or constraint the nodes with different degrees of freedom.
  • Boundary conditions using single point constrained for different set of nodes will be as given below:

  • As shown in above image, constraints are given for the different set of nodes in a way that cube can shrink in X and Y direction upon tension in Z-Direction and also stick to its position.
  • Thus , this boundary condition can be relatable to the real-time boundary condition.
  • To apply the tensile load in Z-Direction to the cube, we have to give the motion to the set of node on the upper face of the cube.

  • As shown in above image, we have given DOF = 3 , to allow translation in Z-Direction translation
  • VAD = 2 is given for Displacement.
  • We will define curve for displacement is given below, displacement is linearly applied at constat rate.

We know that                                        Stretch = 1 + Engg strain

                                      =>                          5 = 1 + (change in length / 10)

                                      =>                          Displacement(change in length) = 40mm

 

LS-Dyna employs both implicit and explicit methods to solve Static, Quasi-Static and Dynamic problems.

  • These problems can differ in Time Increment approach.
  • In implicit each Time increment has to converge, but we can set quite long time increments.
  • In explicit, convergence for each time step is not needed.
  • In implicit method, at each time increment, global equilibrium is established, due to iterative method.
  • Implicit method is used for accuracy and can be applied for long duration problems.
  • Also implicit methods are used when the deformation is not so large or the deformation is happening in a gradual manner.
  • Here, we are stretch the cube up to 40 mm, is large deformation, but for the hyper elastic materials, this deformation can be small.
  • So, implicit scheme is best for this type of analysis.

 

  • Since this is the nonlinear implicit analysis, we need to create some implicit cards to activate implicit method like implicit auto, implicit general etc as given below:

  • In *CONTOL_IMPLICIT_GENERAL, IMFLAG =1 is given to activate the implicit analysis method and initial Time step value is given as 0.1.
  • In *CONTROL_IMPLICIT_AUTO, values of DTMIN and DTMAX are not defined, so that the solver can change the time step size as needed automatically.
  • In CONTROL_TERINATION, ENDTIM is set to 10. Here termination does not represent the time but gives the value at which step the analysis will end.

 

  • Now we will provide database output parameters to get the required results as d3plot and ascii plot files.

  • Now we have to check the model from model checker.

  • Since there is no error we can proceed further to save and run the keyword file.

  • All simulations ended with Normal Termination. Therefore, all the models are simulated successfully.
  • Now we can open this files one by one using LS-post processor.

Results & Plots-

Stresses-Z-stress

 

  • We can see the stress results for different element formulations.
  • Maximum stress we obtain is 4 Mpa along the Z-direction. As the tension is applied in Z-direction.
  • We can observe the same value of maximum stress for all cases, but the distribution of stress is different in all cases.

Strains-Z-strain-

  • Here also the maximum strain in Z-Direction is 1.6028, which is same for all cases.

Calculation of Nominal Stress & Stretch Ratio:

Now we will see the calculation of the Nominal Stress and Stretch Ratio for all cases.

  • After getting the values of True strain and True stress from the plots, we can use the XY data and export it as “CSV” file and open it in EXCEL.
  • Here all the data of True Stress and rue Strain are collected for all cases using an element results from the middle of the cube, which is Element 440.
  • So all the results will be regarding Element ID: 440
  • Here Stress results for Element 440 will be from Z-Stress
  • Strain results for Element 440 will be from Lower Ipt Z-Strain.

 

Stretch Ratio:

  • Here we can get the Stretch ratio from the True strain.
  • To get the Stretch ratio, we can use formula as given below:

Nominal Stress:

  • Here Nominal stress is the Engineering stress in Z-Direction.
  • To get the Nominal Stress, we can use the formula as given below:

Calculations and the result data for all cases are same as given below:

Time True Strain True Stress Stretch Ratio Engg. Stress
0.00E+00 0.00E+00 -2.37E-16 1.00E+00 1.00 -2.36978E-16
1.00E-01 7.69E-02 9.43E-02 1.08E+00 1.08 0.087286104
2.58E-01 1.88E-01 2.36E-01 1.21E+00 1.21 0.195760021
5.10E-01 3.42E-01 4.48E-01 1.41E+00 1.41 0.318247186
9.08E-01 5.45E-01 7.62E-01 1.72E+00 1.72 0.442103686
1.54E+00 8.00E-01 1.24E+00 2.23E+00 2.23 0.554992224
2.54E+00 1.10E+00 1.98E+00 3.02E+00 3.02 0.65511009
3.54E+00 1.34E+00 2.75E+00 3.81E+00 3.81 0.72297703
4.54E+00 1.53E+00 3.58E+00 4.60E+00 4.60 0.778281171
5.54E+00 1.60E+00 3.97E+00 4.97E+00 4.97 0.799731704
6.54E+00 1.60E+00 3.97E+00 4.97E+00 4.97 0.799720067
7.54E+00 1.60E+00 3.97E+00 4.97E+00 4.97 0.799722299
8.54E+00 1.60E+00 3.97E+00 4.97E+00 4.97 0.799723088
9.54E+00 1.60E+00 3.97E+00 4.97E+00 4.97 0.799722204
1.00E+01 1.60E+00 3.97E+00 4.97E+00 4.97 0.799722008
  • From these values of stress and stretch ratios, we can create the graph of Nominal Stress Vs Stretch ratio for all element formulations.

Plots:

Plots of Nominal Stress Vs Stretch Ratio for Element formulation 1, 2,-1, and -2 as per case will be as given below:

CASE_1_Element Formulation = (1):

CASE_2_Element Formulation = (2):

CASE_3_Element Formulation = (-1):

CASE_4_Element Formulation = (-2):

Comparison:

  • Plots obtained from the simulation results, we can observe the Stress and Strain results are same for different solid element formulations.
  • We can observe same stretch ratio for all different element formulations.
  • But we can see the distribution of stress over the length of the cube is in different manner while stretching. This is due to different behavior of element formulations.

  • From above Snaps, we can observe different cycles and computational time for different element formulation.
  • We can see that in case of element formulation -2, it is taking highest time for computation.

 

Conclusion:

  • Since this is the uniaxial tensile test, we are getting similar results for different element formulations.
  • Also the deformation we have given to the cube was not so large for this type of hyper elastic material, so the difference cannot be observed.
  • Since the element formulation (1) is constant stress solid element, which default, cosserat point element is invoked, which is good to propose the strain energy function.
  • Element formulation (2) is selective reduced integrated solid element, which give constant pressure throughout the element to avoid pressure locking, but type (1) is more accurate the type (2) for implicit problems.
  • Element formulations type (-1) and (-2) are fully integrated elements intended for elements with poor aspect ratios. Among which type (-1) is more efficient and type (-2) is more accurate formulation.
  • Since Element formulation (-1) has some side effects related to some particular deformation modes , we can conclude that Element formulation (-2) is more accurate and mostly preferred for the solid elements in Implicit problems.  

 

Animations-

Z-Stress-

ELFORM_1

ELFORM_2

ELFORM_-1

ELFORM_-2

Z-Strain-

ELFORM_1

ELFORM_2

ELFORM_-1

ELFORM_-2

 

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Tribhuvankumar Pandit (53)

Week - 6 - Creating the GUI for final checks

Objective:

Aim-    To create a GUI for all the final checks. Objective- Create buttons to delete displayed geometric entities (be careful about advanced remesh). Create buttons to delete empty entities. Create button to re-order and re-number entities by name. Create a master button in red that will execute all above scripts in proper…

calendar

09 Sep 2023 05:14 AM IST

    Read more

    Week - 5 - Checking and correcting the Normals

    Objective:

    Aim- Write a code to display normal as explained in class. Create a widget containing two buttons for “reverse normals” and “normal off”. Also assign these procedures to keyboard buttons of your choice. check the null case also. Code and Explanation- Codes  Explanation *clearmarkall 1 #It will clear all the previously…

    calendar

    05 Aug 2023 04:38 AM IST

      Read more

      Assignment 7-Side Pole Crash Simulation Challenge

      Objective:

        Aim-Side Pole Crash Simulation of Dodge Neon BIW using RADIOSS solver and Preprocessing using HyperMesh / HyperCrash. Objective- To perform a crash analysis on the left side of a Dodge Neon BIW, also known as a side crash. The analysis is to be carried on the deformation and the forces created as a result of the crash…

      calendar

      09 Jan 2023 06:57 AM IST

      • HTML
      • RADIOSS
      Read more

      Assignment 6-Frontal Crash Simulation Challenge

      Objective:

      Aim- Frontal crash analysis, deck setup using hyper mesh and hyper crash. Objective- To check the unit system and either follow [Mg mm s] or [Kg mm ms]. To create the appropriate interface, friction 0.2 and recommended parameters. To make sure of no penetrations and intersections. To correct rigid bodies if any issues.…

      calendar

      28 Dec 2022 08:08 AM IST

      • RADIOSS
      Read more

      Schedule a counselling session

      Please enter your name
      Please enter a valid email
      Please enter a valid number

      Related Courses

      coursecard

      Linear Algebra

      Recently launched

      20 Hours of Content

      coursecardcoursetype

      Post Graduate Program in Infrastructure - Engineering Design and Project Management

      4.5

      127 Hours of Content

      coursecardcoursetype

      Post Graduate Program in CFD Solver Development

      4.8

      119 Hours of Content

      coursecard

      Introduction to OpenFOAM Development

      4.9

      18 Hours of Content

      coursecard

      FEA using SOLIDWORKS

      4.8

      4 Hours of Content

      Schedule a counselling session

      Please enter your name
      Please enter a valid email
      Please enter a valid number

      logo

      Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.

      https://d27yxarlh48w6q.cloudfront.net/web/v1/images/facebook.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/insta.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/twitter.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/youtube.svghttps://d27yxarlh48w6q.cloudfront.net/web/v1/images/linkedin.svg

      Our Company

      News & EventsBlogCareersGrievance RedressalSkill-Lync ReviewsTermsPrivacy PolicyBecome an Affiliate
      map
      EpowerX Learning Technologies Pvt Ltd.
      4th Floor, BLOCK-B, Velachery - Tambaram Main Rd, Ram Nagar South, Madipakkam, Chennai, Tamil Nadu 600042.
      mail
      info@skill-lync.com
      mail
      ITgrievance@skill-lync.com

      Top Individual Courses

      Computational Combustion Using Python and CanteraIntroduction to Physical Modeling using SimscapeIntroduction to Structural Analysis using ANSYS WorkbenchIntroduction to Structural Analysis using ANSYS Workbench

      Top PG Programs

      Post Graduate Program in Hybrid Electric Vehicle Design and AnalysisPost Graduate Program in Computational Fluid DynamicsPost Graduate Program in CADPost Graduate Program in Electric Vehicle Design & Development

      Skill-Lync Plus

      Executive Program in Electric Vehicle Embedded SoftwareExecutive Program in Electric Vehicle DesignExecutive Program in Cybersecurity

      Trending Blogs

      Heat Transfer Principles in Energy-Efficient Refrigerators and Air Conditioners Advanced Modeling and Result Visualization in Simscape Exploring Simulink and Library Browser in Simscape Advanced Simulink Tools and Libraries in SimscapeExploring Simulink Basics in Simscape

      © 2025 Skill-Lync Inc. All Rights Reserved.

                  Do You Want To Showcase Your Technical Skills?
                  Sign-Up for our projects.