0% found this document useful (0 votes)
169 views4 pages

CDP-Model of Concrete: Preprint

This document describes a Python application for creating Concrete Damaged Plasticity (CDP) material models in Abaqus. The application contains a dictionary with predefined CDP material names and properties. It allows the user to easily generate multiple CDP materials for use in Abaqus models. The properties included are units, density, elastic parameters, compression/tension stress-strain curves, and CDP model parameters. Figures show the stress-strain relationships and stiffness recovery definitions used in the CDP model. The application code provides a simple way to define and apply CDP concrete materials in Abaqus simulations.

Uploaded by

ABINAS NAYAK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
169 views4 pages

CDP-Model of Concrete: Preprint

This document describes a Python application for creating Concrete Damaged Plasticity (CDP) material models in Abaqus. The application contains a dictionary with predefined CDP material names and properties. It allows the user to easily generate multiple CDP materials for use in Abaqus models. The properties included are units, density, elastic parameters, compression/tension stress-strain curves, and CDP model parameters. Figures show the stress-strain relationships and stiffness recovery definitions used in the CDP model. The application code provides a simple way to define and apply CDP concrete materials in Abaqus simulations.

Uploaded by

ABINAS NAYAK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/355008227

CDP-Model of Concrete

Preprint · October 2021


DOI: 10.13140/RG.2.2.30880.51209

CITATIONS READS
0 137

1 author:

Amjad Al-Helwani
Damascus University
18 PUBLICATIONS   24 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

“Experimental Study and Numerical Simulation of the Dynamic Properties of Public Buildings and their Seismic Response with Consideration of Soil-Foundation-Structure
Interaction : Case Study Building of the Ministry of Higher Education” View project

seismic response of high-rise RC buildings with Tubular system -tube in tube- considering the effect of soil structure Interaction View project

All content following this page was uploaded by Amjad Al-Helwani on 01 October 2021.

The user has requested enhancement of the downloaded file.


CDP-ParkPauly1.2.py

An application for concrete material creation using Concrete Damaged Plasticity model of
Abaqus.

Fig.1 The complete code of the application used to create CDP material in Abaqus

Through this code a CDP material model can be created several times with different names
(keys) for the material (line 19 in fig.1). The dictionary concMats contains all the materials
needed within certain model. As for the entries of every material required, they appear after the
colon (:) that separate between them and their key (CDPconcrete in fig.1) and they are as
follows:

 SI units system (either “mm” or “m”)


 Mass density of concrete in ton/mm3 unit.
 Poisson ratio.
 Initial young modulus of concrete. If you put 0. In its place the it will be calculated
according to certain form that came from codes of design. Enter the value that you have
to override the automatic calculation.
 First brackets [] contains the parameters 𝑓́𝑐 , 𝜀0 , 𝐸𝑙𝑎𝑠𝑡𝑖𝑐 𝑙𝑖𝑚𝑖𝑡 𝑟𝑎𝑡𝑖𝑜 , −𝐸𝑐 see fig.2.
 Second brackets [] contains the parameters 𝑓𝑡𝑐 , 𝜀0𝑡 , 𝑛 related to the behavior of
concrete under tension. See fig.2
 Concrete Damaged Plasticity model’s parameters that are directly inserted to CDP
material in Abaqus. See fig.3

1
Fig.2: stress-strain relations of CDP under compression and tension

Fig.3 CDP parameters entered from left to right, see the python file.

2
The last two parameters are Wc and Wt that can take 0-to-1 value. See fig.4

Fig.4- The tension and compression stiffness recovery

Amjad Al Helwan

View publication stats

You might also like