All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM : 1) Using the diagram of the true stress-strain curve given for graphite iron casting, creating a material model for the Dogbone specimen. 2) Validating the material model by performing a tensile test on a Dogbone specimen. OBJECTIVE : By Using the diagram of the true stress-strain curve given for graphite…
Kumarasamy N
updated on 28 Jun 2021
AIM :
1) Using the diagram of the true stress-strain curve given for graphite iron casting, creating a material model for the Dogbone specimen.
2) Validating the material model by performing a tensile test on a Dogbone specimen.
OBJECTIVE :
By Using the diagram of the true stress-strain curve given for graphite iron casting, create a material model for the Dogbone specimen. Validate the created material model card by performing a tensile test on a Dogbone specimen. Finally, the results are compared.
THEORY :
In engineering and materials science, a stress–strain curve for a material gives the relationship between stress and strain. It is obtained by gradually applying a load to a test coupon and measuring the deformation, from which the stress and strain can be determined (see tensile testing). These curves reveal many of the properties of a material, such as Young's modulus, the yield strength, and the ultimate tensile strength. Engineering stress is the applied load divided by the original cross-sectional area of a material. Also known as nominal stress. True stress is the applied load divided by the actual cross-sectional area ( the changing area with respect to time) of the specimen at that load.
A stress-strain curve for the graphite iron casting is given in the problem statement. Two curves with different material structures have been shown in the figure below. This response should be captured by either MAT_024(Piecewise linear plasticity) or MAT_018(Power law of plasticity) material model according to the problem statement.
MAT_018(Power law of plasticity):
In this material model, the elastoplastic behaviour of the material is defined by a power law of hardening. This is an anisotropic material model. The stress-strain relation is defined by the following equation:
σy=k⋅εn
Where,
σy= Yield strength
k = Strength coefficient
ε= Total strain
n = Hardening coefficient
So, the above equation is used to predict the stress-strain behaviour of the elastoplastic material. The curvature of the curve after the yield point is highly dependent on the hardening coefficient (n). This is one of the simple models to describe metal plasticity.
MAT_024(Piecewise linear plasticity):
This material model also models the elastoplastic behaviour of the material. Here, the material behaviour can be treated as a bi-linear stress-strain curve or can be treated as a multi-linear curve by defining a set of stress-strain points. The multi-linear behaviour can also be treated by defining a load curve in terms of effective stress vs effective plastic strain. The basic input material parameters for this model are mass density, yield stress, Poisson's ratio, Young’s modulus and tangent modulus. The Bi-linear stress-strain curve is the simplest form of representation but the multi-linear curve captures the behaviour more accurately. So, the basic concept here is the continuous smooth stress-strain curve is approximated with small linear steps.
PROCEDURE :
Data Extraction:
1) The given image file of the true stress-strain graph of graphite iron casting is opened in data digitizer software to extract the data and export it as an excel file. Curve 2 is taken and the data points are selected then, the data is extracted as an excel file.
2) For the Material card model we are using the SI unit i.e Kg/mm/ms but if we noticed from the Stress and Strain graph units are give in Ksi and percentage respectively so the unit of stress has to be changed from Ksi to GPa and Strain has to change from percentage to actual value.
3) The stress-strain data file obtained from the data digitizer is opened in excel to plot a graph of true stress, (GPa) vs true strain as shown in the below first graph. We calculate the Effective Plastic Strain from the true stress and true strain values then, from the second graph shown below, the yield stress value is taken as 0.151 GPa and the region beyond is considered as the plastic region.
4) Once the unit conversion is done, we can see the extracted data are True stress and True strain But to define a Stress-Strain curve in *MAT_24 card, We have to define it in Effective stress and Effective plastic strain format. The true stress and strain values are converted into Effective stress and Effective plastic strain value using the following formula.
Effective stress = True stress
Effective plastic strain = True strain - (True stress / E)
Part definition:
5) The material card chosen is MAT_24_PIECEWISE_LINEAR_PLASTICITY to define the behaviour of an elastoplastic material with arbitrary stress versus strain curve and arbitrary strain rate dependency. With this material model, it is possible to consider the effect of the strain rate.
The values of density and Poisson’s ratio is taken as generic values.
The given value of young’s modulus = 20.9E+06 psi = 144.10042743 GPa.
The yield stress value from the graph = 0.151 GPa.
6) The plastic behaviour of the material is defined using the LCSS curve option in the material card. The curve is defined by inputting the values of effective plastic strain and effective stress (true stress).To define the LCSS curve the stress values beyond the yield stress values are considered.
The Effective Plastic Strain = True Strain – (True Stress/Young’s Modulus).
7) The section property of the dogbone specimen is assigned as a shell element with 2 mm thickness and ELFORM=16.
8) The material and section defined are then referenced to the dogbone specimen part.
Boundary Condition:
9) The nodes at the fixed end is constrained in the X and Z direction only and the Y direction is not constrained because of lateral expansion during the tensile test.
10) The nodes at the middle is constrained in the Y direction since the neutral axis passes through the middle of the specimen in the X-direction.
11) The nodes of the pulling end are assigned with a boundary prescribed motion in X direction using a displacement load curve as shown in the below figure.
Control cards :
12) The tensile test of a given dogbone specimen is considered as quasi-static analysis, hence implicit analysis is carried out with necessary control implicit cards.
*CONTROL_IMPLICIT_GENERAL:
Activate implicit analysis and define associated control parameters. This keyword is required for all implicit analyses
*CONTROL_IMPLICIT_AUTO:
This card has been defined to adjusts the time step size
*CONTROL_IMPLICIT_SOLVER:
The linear equation solver performs the CPU-intensive stiffness matrix inversion
*CONTROL_TERMINATION:
This card is used to mention the termination time of the simulation.
Database Cards:
*BINARY_D3PLOT: It defines the frequency at which the animation file is to be created and is set to 0.01 ms
*DATABASE_EXTENT_BINARY: This writes the strain tensor to d3plot when STRFLG is set to 1
*DATABASE_ASCII_Option: The output request in ASCII format, The following keyword is Activated and
RESULTS & DISCUSSION :
Effective Stress Plot :
The animation of stress and strain contour resembles a realistic simulation of the tensile test. The maximum v-m stress value is 0.2617 GPa which is higher than the yield stress value of 0.151 GPa. Hence, plastic deformation is occurring in the specimen. The maximum stress is developed in the middle region of the specimen but necking is not observed till the end of the simulation.
The highest stress value 0.2617 GPa is observed in element no 338 as shown in the above plot.
Effective Strain Plot :
The maximum effective plastic strain observed is 0.005918. Due to plastic strain, the cross-section of the specimen is decreasing at the middle of the specimen.
The highest strain value 0.005918 is also observed in element no 338 as shown in the above plot.
Stress vs Strain Plot after simulation:
The true stress vs true strain plot obtained from the simulation of tensile test on dogbone specimen is as shown in the image given below which resembles the given true stress vs true strain plot.
Comparison:
Material defined stress-strain data and simulated stress-strain data are compared. It can be seen that the elastic part is linear. The linear elastic part is calculated directly through the given young’s modulus and yielding starts after the first defined yield point in the hardening curve.
Material defined stress-strain data and simulated stress-strain data are compared. It can be seen that the elastic part is linear. The linear elastic part is calculated directly through the given young’s modulus and yielding starts after the first defined yield point in the hardening curve.
Final Simulation :
CONCLUSION :
1) The stress-strain data extracted from the image is validated with the MAT_024(Piecewise linear plasticity) material model.
2) The stress-strain behaviour after yielding is considered by a hardening curve which is given as an input through the MAT_024 card.
3) The MAT_024 material model captures the actual stress-strain behaviour similarly and almost matched the defined stress-strain curve in the material model.
4) Also we have seen little variation in the simulation data, which can due to the lack of information like density and Poisson’s ratio for the raw data, Mesh Size of the model or defining proper strain rate. These variations can be fine-tuned by trying different values of these properties and by selecting more data points to better capture the curve feature.
Excel Sheet Link: https://docs.google.com/spreadsheets/d/1Jtv774mLm5N2Iph0n0qT973dAkVhve4YTQbQOfzliDg/edit#gid=0
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...
Bird Strike Simulation
AIM: To simulate a non-linear transient dynamic problem of a Bird Strike with a Jet Engine Blade and evaluate the results. OBJECTIVES: 1. The given file contains all the 4 parts which as to separate and save part wise. 2. The suitable material is to be created and saved in a subfolder. 3. The…
12 Jul 2021 07:17 AM IST
week-11 Joint creation and Demonstration
AIM: To demonstrate spherical, revolute, cylindrical, and translational joints between two rigid bodies and two deformable bodies. OBJECTIVE: 1. Demonstrate the different types of joints like Spherical, Revolute, Cylindrical & Translational joints. 2. For all the joints simulate with rigid & elastic…
06 Jul 2021 04:17 PM IST
Week - 10 Hyperelastic Material Models
Aim: 1) To calculate the Mooney Rivlin and Ogden material constants and compare both using stress-strain data from a Dogbone specimen tensile test with 100 percent strain. 2) The given material data is the engineering stress-strain in MPa/(mm/mm). 3) The comparison should be shown from the d3hsp file and using simulation.…
01 Jul 2021 12:24 PM IST
Week - 9 Material Modeling from Raw Data
AIM : 1) Using the diagram of the true stress-strain curve given for graphite iron casting, creating a material model for the Dogbone specimen. 2) Validating the material model by performing a tensile test on a Dogbone specimen. OBJECTIVE : By Using the diagram of the true stress-strain curve given for graphite…
28 Jun 2021 01:13 PM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.