SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Papers on XC, 2016
Implementation of a tension-stiffening model for the
cracking nonlinear analysis of reinforced concrete
elements in the finite element OSS XC
Ana Ortega1, Luis C. P´erez Tato2
Abstract
The development of a smeared-crack model offers a general crack-modeling method that is independent of
the structural configuration. It treats cracking as a constitutive material behaviour rather than a geometric
discontinuity and lends itself well to implementation in large finite element codes. This paper deals with the
implementation in XC of a constitutive model for reinforced concrete elements that takes into account the
increase in stiffness of a cracked member due to the development of tensile stresses in the concrete between the
cracks, effect known as tension-stiffening. The nonlinear analysis in XC of fiber-like sections with this constitutive
model allows for a more general, direct and intuitive evaluation of the crack amplitude than applying the mostly
specific formulae developed in the standards. The numerical results obtained by the program compare extremely
well with existing designing results issued by other applied methods.
1structural engineer - ana.ortega@ciccp.es
2structural engineer - l.pereztato@ciccp.es
Contents
1 Introduction 1
2 Crack control according to Eurocode-2, evaluation of
the crack amplitude. 1
3 Tension-stiffening concrete constitutive model 2
4 Implementation of the model in XC 2
5 Verification 3
6 Conclusions. Further work 4
References 4
1. Introduction
The development of a smeared-crack model offers a general
crack-modelling method that is independent of the structural
configuration. It treats cracking as a constitutive material
behaviour rather than a geometric discontinuity.
Quite a few models that modify the constitutive equation
of steel or concrete after cracking have been proposed for
nonlinear finite element analysis of reinforced concrete struc-
tures. The model that is to be implemented in XC, taken
for reference [8], modifies the descending branch of the ten-
sile stress-strain curve of concrete to take into account the
tension-stiffening effect in an average way.
2. Crack control according to Eurocode-2,
evaluation of the crack amplitude.
If a continuously increasing tension is applied to a tension
member, the first crack will form when the tensile strength
of the weakest section in the member is exceeded. The for-
mation of this crack leads to a local redistribution of stresses
within the section. At the crack, all the tensile force will be
transferred to the reinforcement, and the stress in the concrete
immediately adjacent to the crack must clearly be zero. With
increasing distance from the crack, force is transferred by
bond from the reinforcement to the concrete until, at some
distance, lt, from the crack, the stress distribution within the
section remains unchanged from what it was before the crack
formed. As further load is applied, a second crack will form
at the next weakest section, though it will not form within lt
of the first crack since the stresses within this region will have
been reduced by the formation of the first crack.
Figure 1. Definition of the crack width
As shown in figure 1 the crack width is the difference between
Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in
the finite element OSS XC — 2/6
the steel and concrete elongations over the length 2lt, where
lt is the transmission length necessary to increase the con-
crete strength from 0 to the tensile strength fctm. Since no
crack can form within lt of an existing crack, this defines the
minimum spacing of the cracks. The maximum spacing is
2lt , since if a spacing existed wider than this, a further crack
could form.
The development of formulae for the prediction of crack
widths given in clause 7.3.4 of EN 1992-1-1 follows from
the description of the cracking phenomenon given above. If
it is assumed that all the extension occurring when a crack
forms is accommodated in that crack, then, when all the cracks
have formed, the crack width will be given by the following
relationship, which is simply a statement of compatibility:
w = Srmεm
where w is crack width, Srm is the average crack spacing
and εm is the average strain. The average strain can be more
rigorously stated to be equal to the strain in the reinforcement,
taking account of tension stiffening, εsm, less the average
strain in the concrete between cracks, εcm . Since, in design,
it is a maximum width of crack which is required rather than
the average, the final formula given in EN 1992-1-1 is
wk = Sr,max(εsm −εcm)
In order to asses the mean strain in reinforcement taking
into account the effects of tension stiffening, we have imple-
mented in XC a constitutive model of concrete that modifies
its tensile range so that the tension stiffening effect is consid-
ered in an average way.
3. Tension-stiffening concrete
constitutive model
Stramandinoli and La Rovere have proposed An efficient
tension-stiffening model for nonlinear analysis of reinforced
concrete members [8]. The model uses an explicit formula-
tion for the concrete stress–strain curve and thus can be easily
implemented into a finite element code.
In the proposed model, concrete is assumed to behave like
a linear-elastic material until its tensile strength is reached,
so that a straight line defines initially the stress–strain curve,
while in the post-cracking range, an exponential decay curve
is adopted until yielding of reinforcement takes place. The
exponential decay parameter (α) is a function of the member
reinforcement ratio (ρ) and of the steel-to-concrete modular
ratio (ν = Es/Ec ), and is derived taking as basis the CEB
tension-stiffening model.
This exponential decay curve is defined by the following
equation:
σct = fcte−α( ε
εcr )
where,
fct is the concrete tensile strength;
εcr is the strain corresponding to the concrete tensile strength,
α is an exponential decay parameter.
The parameter α is derived by Stramandinoli and La Ro-
vere taking as basis the CEB [1] model, and expressed as:
α = 0.017+0.255(νρef )−0.106(νρef )2
+0.016(νρef )3
where,
ρef is the member effective reinforcement ratio ρef = As/Ac,ef
ν is the steel-to-concrete modular ratio ν = Es/Ec
4. Implementation of the model in XC
XC takes from OpenSees a material called concrete02 ,
implemented by Filip Filippou, that allows for concrete tensile
strength.
Figure 2. Concrete02 stress-strain relation and hysteresis
behaviour (OpenSees Manual,[4])
The stress-strain curve of this concrete and its typical
hysteresis behaviour are illustrated in Fig. 2. The material
behaviour in compression is defined by a maximum compres-
sive strength fpc for the strain εc0 and the residual strength
fpcu achieved at the ultimate strain εcu; λ is the ratio between
unloading slope at crushing strain and initial slope . The re-
lation that describes the tensile behaviour is determined by
the maximum tensile strength ft and the slope coefficient that
determines the decrease of the tensile strength Ets .
To approach the exponential decay curve that characterises
the post-cracking range in the model described in the section
3, a linear regression is calculated, so that we can easily
introduce the law in the concrete02 definition (see Fig. 3)
XC also takes from OpenSees fibre models and non-linear
solver algorithms. Fibre modelling of concrete and steel re-
inforcement allows bi-axial bending interaction with axial
force acting at the same time. For the non-linear analysis, an
iterative procedure with the loads applied in small increments
is used. At each load increment step, direct iteration using the
secant stiffness of the structure is employed. These capacities
allow for a more general, direct and intuitive evaluation of the
crack amplitude than applying the mostly specific formulae
developed in the standards.
Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in
the finite element OSS XC — 3/6
Figure 3. Tensile range of a concrete. Linear regression for
approaching the exponential curve
5. Verification
To verify the validity of the tension-stiffening model imple-
mented in XC, several verification tests have been performed.
Firstly, two models are created on the basis of the cor-
responding pull-out experiments presented in the document
of reference [8], p. 2074, the results of which are taken as
reference values to be compared with those issued by XC.
Furthermore, some numerical examples conducting crack
width calculation are taken from the reference [2], p. 7-8 to
7-14 , and performed in XC.
Pull-out tests The first test, V3, was conducted by Rost´asy
et al., apud Massicotte et al and modelled in a FE program by
Stramandinoli and La Rovere [8]. It uses a bar of 6 m length
and cross-section dimensions of 30cm×50cm. A zero-length
element, 30×50cm2 in cross-section with a longitudinal steel
ratio equal to 0.67%, made of the material depicted in table 1,
is created in XC and subjected to tension in the axial direction.
Likewise, a second test conducted by Hwang and Riskalla,
apud Gupta and Maestrini [9] is reproduced in XC. The cross-
section is 17.8cm × 30.5cm, the longitudinal steel ratio is
1.476% and the material has the properties depicted in figure
2.
Figure 4 shows, for the two tests analysed, the stress (MPa)
versus strain ( ) curves, obtained experimentally and numeri-
cally. It can be observed that XC models reproduce quite well
the results published by Stramandinoli and La Rovere [8].
EC2 examples on evaluation of crack amplitude Some
worked examples that carry out the evaluation of crack ampli-
tude according to Eurocode 2, are extracted from the publica-
tion [2] and modelled in XC. The first one, example 7.3, is
solved in the worked example following EC2 clause 7.3.4; the
other three examples (7.5 a-b-c) obtain the crack amplitude by
using the approximated method described in EC2 clause 7.4.
6. Conclusions. Further work
The material constitutive model implemented in XC approaches
very well the numerical analysis and the experimental curves
Compressive properties
fc -25.0 MPa
εc0 -2.0
fcu -21.25 MPa
εcu -3.5
Ec0 25.0 GPa
Tensile properties
fct 1.05 MPa
Tension-stiffening
ν 19.7
ρef f 0.67%
exponential curve α=0.049
slope regression line:-0.28
inters. point (onset carcking):
(ε=0.01%, σ=1.05MPa)
Table 1. Pull-out test V3 member, concrete material
Compressive properties
fc -25.0 MPa
εc0 -2.0
fcu -21.25 MPa
εcu -3.5
Ec0 25.0 GPa
Tensile properties
fct 2.37 MPa
Tension-stiffening
ν 7.15827338129
ρef f 1.476%
exponential curve α=0.043
slope regression line:-0.7
inters. point (onset carcking):
(ε=0.01%, σ=2.37MPa)
Table 2. Pull-out test # 7 member, concrete material
Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in
the finite element OSS XC — 4/6
EC2 RC section Concrete wk XC results
worked charact. material EC2ex hnf εc,min σc,min εs,m σs,m hc,ef f ρs,ef f sr,max εcm wk
example (see table) (see table) (mm) (m) ( ) (MPa) ( ) (MPa) (m) (m) ( ) (mm)
7.3 6 4 0.184 -0.211 -0.53 -13.76 0.91 181.96 0.13 0.052 0.214 0.05 0.184
7.5-a 7 5 0.306 -0.164 -0.66 0.0 1.2 239.17 0.112 0.047 0.256 0.05 0.294
7.5-b 8 5 0.213 -0.178 -0.61 0.93 0.95 189.81 0.107 0.064 0.233 0.05 0.211
7.5-c 9 5 0.12 -0.205 -0.52 -15.0 0.63 125.6 0.098 0.114 0.206 0.05 0.12
hnf : neutral fibre depth
εc,min: minimum strain in concrete fibres
σc,min: minimum stress in concrete fibres
εs,m:mean strain in reinforcement taking into account the effects of tension stiffening
σs,m: mean stress in reinforcement taking into account the effects of tension stiffening
hc,ef f : depth of the effective area
ρs,ef f : effective reinforcement ratio
sr,max: maximum crack spacing
wk: crack width
Table 3. Comparison between XC results and worked examples from [2]
stress(MPa)
strain (x103)
strain (x103)
stress(MPa)
TEST # 7 MEMBER
TEST V3 MEMBER
Figure 4. Results pull-out tests. Comparison between
numerical-experimental results published in [8] (left) and results
obtained with XC (right)
obtained in the pull-out tests with which has been compared,
as shown in Fig. 4 An excellent agreement can be observed
from Table 3 by comparison between the crack amplitude
calculated for four worked examples of Eurocode 2 in the
publication [2] and the corresponding crack widths obtained
by the XC program.
The test runs and the comparison with existing designing
results for different cases show that the program delivers
results corresponding to the up to now applied methods for
evaluation of crack amplitude. One can actually, as a further
work, apply the program for all the elements in a structure
and for all design actions and combinations relating to the
cracking limit state.
Here, hosted in the platform GitHub, you can find the XC
source-code and the tests referred to in this article:
XC source-code.
Compressive properties
fc -30.0 MPa
εc0 -2.0
fcu -25.5 MPa
εcu -3.5
Ec0 30.0 GPa
Tensile properties
fct 1.42 MPa
Tension-stiffening
ν 6.09
ρef f 5.215%
exponential curve α=0.088
slope regression line:-0.72
inters. point (onset carcking):
(ε=0.0%, σ=1.42MPa)
Table 4. Test example 7.3 [2], concrete material
test concrete02 02.py
test smearedCracking 01.py
test smearedCracking 02.py
test smearedCracking 03.py
test smearedCracking 04.py
test smearedCracking 05.py
test smearedCracking 06.py
References
[1] Ceb-fip model code 90. Technical report, 1993.
[2] European Concrete Platform ASBL. Eurocode 2, worked
examples. Technical report, 2008.
[3] Comisi´on Permanente del Hormig´on. Instrucci´on de
hormig´on estructural (ehe-08). Technical report, Min-
isterio de Fomento, 2008.
Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in
the finite element OSS XC — 5/6
Compressive properties
fc -33.0 MPa
εc0 -2.0
fcu -28.05 MPa
εcu -3.5
Ec0 33.0 GPa
Tensile properties
fct 1.55 MPa
Tension-stiffening
ν 5.95
ρef f 4.74%
exponential curve α=0.081
slope regression line:-0.77
inters. point (onset carcking):
(ε=0.0%, σ=1.55MPa)
Table 5. Tests example 7.5 [2], concrete material
example 7.3 EC2W
Test example 7.3 EC2 Worked examples. Section definition
width:
b = 0.40 m
depth:
h = 0.60 m
Materials - mechanical properties:
Concrete: C30-37 Modulus of elasticity: Ec = 32.84 GPa
Steel: S450C Modulus of elasticity: Es = 200.00 GPa
Sections - geometric and mechanical characteristics:
Gross section:
Agross = 0.240 m2
Inertia tensor (cm4):


75.26 0.00 0.00
0.00 72.00 0.00
0.00 0.00 32.00


C.O.G.: (0.000,0.000) m
Homogenized section:
Ahomog. = 0.261 m2
Inertia tensor (cm4):


75.26 0.00 0.00
0.00 84.55 0.00
0.00 0.00 34.25


C.O.G.: (0.000,−0.014) m
Passive reinforcement:
Total area As = 31.67 cm2 Geometric quantity ρ = 13.19
Layers of main reinforcement:
Id No bars φ area c. geom. eff. cover yCOG zCOG
(mm) (cm2) ( ) (cm) (m) (m)
6 0.0 4.52 1.88 5.2 0.000 -0.248
4 0.0 1.13 0.47 4.6 0.000 0.254
Table 6. Test example 7.3 EC2 Worked examples. Section
definition (example 7.3 EC2W).
example 7.5 EC2W 0.3mm
Test example 7.5 EC2 Worked examples - wk ≈ 0.3mm. Section definition
width:
b = 1.00 m
depth:
h = 0.50 m
Materials - mechanical properties:
Concrete: C33 Modulus of elasticity: Ec = 33.59 GPa
Steel: S450C Modulus of elasticity: Es = 200.00 GPa
Sections - geometric and mechanical characteristics:
Gross section:
Agross = 0.500 m2
Inertia tensor (cm4):


2290.00 0.00 0.00
0.00 104.17 0.00
0.00 0.00 416.67


C.O.G.: (0.000,0.000) m
Homogenized section:
Ahomog. = 0.532 m2
Inertia tensor (cm4):


2290.00 0.00 0.00
0.00 114.75 0.00
0.00 0.00 442.87


C.O.G.: (−0.000,−0.011) m
Passive reinforcement:
Total area As = 53.09 cm2 Geometric quantity ρ = 10.62
Layers of main reinforcement:
Id No bars φ area c. geom. eff. cover yCOG zCOG
(mm) (cm2) ( ) (cm) (m) (m)
10 0.0 5.31 1.06 5.3 -0.000 -0.187
Table 7. Test example 7.5 EC2 Worked examples - wk ≈ 0.3mm.
Section definition (example 7.5 EC2W 0.3mm).
example 7.5 EC2W 0.2mm
Test example 7.5 EC2 Worked examples - wk ≈ 0.2mm. Section definition
width:
b = 1.00 m
depth:
h = 0.50 m
Materials - mechanical properties:
Concrete: C33 Modulus of elasticity: Ec = 33.59 GPa
Steel: S450C Modulus of elasticity: Es = 200.00 GPa
Sections - geometric and mechanical characteristics:
Gross section:
Agross = 0.500 m2
Inertia tensor (cm4):


2290.00 0.00 0.00
0.00 104.17 0.00
0.00 0.00 416.67


C.O.G.: (0.000,0.000) m
Homogenized section:
Ahomog. = 0.542 m2
Inertia tensor (cm4):


2290.00 0.00 0.00
0.00 117.68 0.00
0.00 0.00 449.19


C.O.G.: (−0.000,−0.014) m
Passive reinforcement:
Total area As = 69.02 cm2 Geometric quantity ρ = 13.80
Layers of main reinforcement:
Id No bars φ area c. geom. eff. cover yCOG zCOG
(mm) (cm2) ( ) (cm) (m) (m)
13 0.0 5.31 1.06 5.3 -0.000 -0.187
Table 8. Test example 7.5 EC2 Worked examples - wk ≈ 0.2mm.
Section definition (example 7.5 EC2W 0.2mm).
example 7.5 EC2W 0.1mm
Test example 7.5 EC2 Worked examples - wk ≈ 0.1mm. Section definition
width:
b = 1.00 m
depth:
h = 0.50 m
Materials - mechanical properties:
Concrete: C33 Modulus of elasticity: Ec = 33.59 GPa
Steel: S450C Modulus of elasticity: Es = 200.00 GPa
Sections - geometric and mechanical characteristics:
Gross section:
Agross = 0.500 m2
Inertia tensor (cm4):


2290.00 0.00 0.00
0.00 104.17 0.00
0.00 0.00 416.67


C.O.G.: (0.000,0.000) m
Homogenized section:
Ahomog. = 0.568 m2
Inertia tensor (cm4):


2290.00 0.00 0.00
0.00 125.01 −0.00
0.00 −0.00 466.20


C.O.G.: (0.000,−0.022) m
Passive reinforcement:
Total area As = 111.50 cm2 Geometric quantity ρ = 22.30
Layers of main reinforcement:
Id No bars φ area c. geom. eff. cover yCOG zCOG
(mm) (cm2) ( ) (cm) (m) (m)
21 0.0 5.31 1.06 5.3 0.000 -0.187
Table 9. Test example 7.5 EC2 Worked examples - wk ≈ 0.1mm.
Section definition (example 7.5 EC2W 0.1mm).
Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in
the finite element OSS XC — 6/6
[4] Silvia Mazzoni Frank McKenna Michael H. Scott Gregory
L. Fenves et al. Opensees command language manual.
Technical report, Earthquake Engineering Research Center.
College of Engineering. University of California, Berkeley,
2006.
[5] F.Biasioli G.Mancini M.Just M.Curbach J.Walraven
S.Gmainer J.Arrieta R.Frank C.Morin F.Robert. Eurocode
2: background & applications. design of concrete build-
ings. Technical report, European Commission, 2014.
[6] Elwi A.E. MacGregor J.G. Massicote B. Tension-
stiffening model for planar reinforced concrete mem-
bers. ASCE Journal of Structural Engineering,
106(11):3039–3058, 1990.
[7] EA. W. Beeby R. S. Narayanan. Designers’ guide to
en1992-1-1 and en1992-1-2. Technical report, 2009.
[8] Renata S.B. Stramandinoli Henriette L. La Rovere. An
efficient tension-stiffening model for nonlinear analysis
of reinforced concrete members. Engineering Structures,
30:2069–2080, 2008.
[9] Gupta A. Maestrini S.R. Tension-stiffness model for re-
inforced concrete bars. ASCE Journal of Structural Engi-
neering, 106(3):769–791, 1990.

Weitere ähnliche Inhalte

Was ist angesagt?

Non linear analysis of infilled frames
Non linear analysis of infilled framesNon linear analysis of infilled frames
Non linear analysis of infilled frameseSAT Publishing House
 
A Comparison Study of KGD, PKN and a Modified P3D Model II.
A Comparison Study of KGD, PKN and a Modified P3D Model II.A Comparison Study of KGD, PKN and a Modified P3D Model II.
A Comparison Study of KGD, PKN and a Modified P3D Model II.Arash Nasiri
 
EVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTURE
EVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTUREEVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTURE
EVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTUREJournal For Research
 
Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...
Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...
Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...IRJET Journal
 
D04124025029
D04124025029D04124025029
D04124025029IOSR-JEN
 
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...ijceronline
 
Design of short sstt confined circular hsc columns
Design of short sstt confined circular hsc columnsDesign of short sstt confined circular hsc columns
Design of short sstt confined circular hsc columnseSAT Publishing House
 
Presentation For Fracture Mechanics
Presentation For Fracture MechanicsPresentation For Fracture Mechanics
Presentation For Fracture Mechanicsaswaghch
 
Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...
Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...
Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...Northwestern Polytechnical University
 
Study of behaviour of composite beams with truss type shear connector
Study of behaviour of composite beams with truss type shear connectorStudy of behaviour of composite beams with truss type shear connector
Study of behaviour of composite beams with truss type shear connectoreSAT Journals
 
Chapter 8 Splash Mechanical Properties Hard Materials
Chapter 8 Splash Mechanical Properties Hard MaterialsChapter 8 Splash Mechanical Properties Hard Materials
Chapter 8 Splash Mechanical Properties Hard MaterialsPem(ເປ່ມ) PHAKVISETH
 
Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...
Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...
Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...Pralhad Kore
 
Basic concept for structures with damping devices
Basic concept for structures with damping devicesBasic concept for structures with damping devices
Basic concept for structures with damping devicesF.R. Khan
 
Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...
Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...
Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...IAEME Publication
 

Was ist angesagt? (20)

Non linear analysis of infilled frames
Non linear analysis of infilled framesNon linear analysis of infilled frames
Non linear analysis of infilled frames
 
A Comparison Study of KGD, PKN and a Modified P3D Model II.
A Comparison Study of KGD, PKN and a Modified P3D Model II.A Comparison Study of KGD, PKN and a Modified P3D Model II.
A Comparison Study of KGD, PKN and a Modified P3D Model II.
 
EVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTURE
EVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTUREEVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTURE
EVALUATION OF RESPONSE OF INELASTIC RCC FRAME STRUCTURE
 
Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...
Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...
Influence of Semi-Rigid Connection on Behaviour of Steel Space Frame Under St...
 
D04124025029
D04124025029D04124025029
D04124025029
 
A04520105
A04520105A04520105
A04520105
 
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
The Myth of Softening behavior of the Cohesive Zone Model Exact derivation of...
 
MMAE 594_Report
MMAE 594_ReportMMAE 594_Report
MMAE 594_Report
 
Necking
NeckingNecking
Necking
 
Design of short sstt confined circular hsc columns
Design of short sstt confined circular hsc columnsDesign of short sstt confined circular hsc columns
Design of short sstt confined circular hsc columns
 
Presentation For Fracture Mechanics
Presentation For Fracture MechanicsPresentation For Fracture Mechanics
Presentation For Fracture Mechanics
 
Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...
Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...
Determination of Johnson-Cook Material’s Strength Parameter, Fracture Paramet...
 
Study of behaviour of composite beams with truss type shear connector
Study of behaviour of composite beams with truss type shear connectorStudy of behaviour of composite beams with truss type shear connector
Study of behaviour of composite beams with truss type shear connector
 
Af4301172180
Af4301172180Af4301172180
Af4301172180
 
Week 1 question paper
Week 1 question paperWeek 1 question paper
Week 1 question paper
 
Chapter 8 Splash Mechanical Properties Hard Materials
Chapter 8 Splash Mechanical Properties Hard MaterialsChapter 8 Splash Mechanical Properties Hard Materials
Chapter 8 Splash Mechanical Properties Hard Materials
 
Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...
Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...
Analysis of Multi-storey Building Frames Subjected to Gravity and Seismic Loa...
 
Basic concept for structures with damping devices
Basic concept for structures with damping devicesBasic concept for structures with damping devices
Basic concept for structures with damping devices
 
Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...
Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...
Elasto plastic behavior of 3 dimensional reinforced concrete abutments consid...
 
Engg mat
Engg mat Engg mat
Engg mat
 

Andere mochten auch

Stress strain sm (1) (1)
Stress strain sm (1) (1)Stress strain sm (1) (1)
Stress strain sm (1) (1)Shuvo Roy
 
CONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUS
CONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUSCONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUS
CONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUSIAEME Publication
 
Showcase SEAT Connected People
Showcase SEAT Connected PeopleShowcase SEAT Connected People
Showcase SEAT Connected PeopleOllivier Monferran
 
Guide for Haulage exchange and courier exchange
Guide for Haulage exchange and courier exchange Guide for Haulage exchange and courier exchange
Guide for Haulage exchange and courier exchange europeancargo
 
Camerjam mobile marketing masterclass 10 stamps 2
Camerjam mobile marketing masterclass 10 stamps 2Camerjam mobile marketing masterclass 10 stamps 2
Camerjam mobile marketing masterclass 10 stamps 2James Cameron
 
Franchising Sme Incaricom
Franchising Sme IncaricomFranchising Sme Incaricom
Franchising Sme IncaricomLakesia Wright
 
Problemas4 100924133504-phpapp01
Problemas4 100924133504-phpapp01Problemas4 100924133504-phpapp01
Problemas4 100924133504-phpapp01yuli ri
 
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...Bluerank
 
Propuesta aprendizaje de inglés por Robinson Diloné
Propuesta aprendizaje de inglés por Robinson DilonéPropuesta aprendizaje de inglés por Robinson Diloné
Propuesta aprendizaje de inglés por Robinson DilonéRobinson Lamu
 

Andere mochten auch (20)

My thesis (Abstract)
My thesis (Abstract)My thesis (Abstract)
My thesis (Abstract)
 
Stress strain sm (1) (1)
Stress strain sm (1) (1)Stress strain sm (1) (1)
Stress strain sm (1) (1)
 
CONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUS
CONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUSCONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUS
CONCEPT OF FINITE ELEMENT MODELLING FOR TRUSSES AND BEAMS USING ABAQUS
 
Projet abaqus presentation
Projet abaqus presentationProjet abaqus presentation
Projet abaqus presentation
 
Showcase SEAT Connected People
Showcase SEAT Connected PeopleShowcase SEAT Connected People
Showcase SEAT Connected People
 
Ley de aguas
Ley de aguasLey de aguas
Ley de aguas
 
Guide for Haulage exchange and courier exchange
Guide for Haulage exchange and courier exchange Guide for Haulage exchange and courier exchange
Guide for Haulage exchange and courier exchange
 
Estadisticas del sector eolico español en 2013
Estadisticas del sector eolico español en 2013Estadisticas del sector eolico español en 2013
Estadisticas del sector eolico español en 2013
 
Cordoba argentina
Cordoba  argentinaCordoba  argentina
Cordoba argentina
 
NUBIC CTMS System Overview
NUBIC CTMS System OverviewNUBIC CTMS System Overview
NUBIC CTMS System Overview
 
Camerjam mobile marketing masterclass 10 stamps 2
Camerjam mobile marketing masterclass 10 stamps 2Camerjam mobile marketing masterclass 10 stamps 2
Camerjam mobile marketing masterclass 10 stamps 2
 
Franchising Sme Incaricom
Franchising Sme IncaricomFranchising Sme Incaricom
Franchising Sme Incaricom
 
Problemas4 100924133504-phpapp01
Problemas4 100924133504-phpapp01Problemas4 100924133504-phpapp01
Problemas4 100924133504-phpapp01
 
Mango estudio1
Mango estudio1Mango estudio1
Mango estudio1
 
Cv
CvCv
Cv
 
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
 
02ahfats
02ahfats02ahfats
02ahfats
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Propuesta aprendizaje de inglés por Robinson Diloné
Propuesta aprendizaje de inglés por Robinson DilonéPropuesta aprendizaje de inglés por Robinson Diloné
Propuesta aprendizaje de inglés por Robinson Diloné
 
Click To Call
Click To CallClick To Call
Click To Call
 

Ähnlich wie Implementation of a tension-stiffening model for the cracking nonlinear analysis of RC elements in XC.

Analysis of failure behavior of shear connection in push-out specimen by thre...
Analysis of failure behavior of shear connection in push-out specimen by thre...Analysis of failure behavior of shear connection in push-out specimen by thre...
Analysis of failure behavior of shear connection in push-out specimen by thre...IJERDJOURNAL
 
Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...
Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...
Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...Waleed E. El-Demerdash
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...inventy
 
DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN...
 DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN... DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN...
DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN...IAEME Publication
 
2001 iabse - Reliability Assessment of Cable-Stayed Bridges
2001 iabse - Reliability Assessment of Cable-Stayed Bridges2001 iabse - Reliability Assessment of Cable-Stayed Bridges
2001 iabse - Reliability Assessment of Cable-Stayed BridgesFranco Bontempi
 
Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...
Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...
Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...IJERA Editor
 
WeidlingerPaperACone2005
WeidlingerPaperACone2005WeidlingerPaperACone2005
WeidlingerPaperACone2005Adam Cone
 
Reliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed BridgesReliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed BridgesFranco Bontempi
 
Reliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed BridgesReliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed BridgesFranco Bontempi
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Slip Line Field Method
Slip Line Field MethodSlip Line Field Method
Slip Line Field MethodSantosh Verma
 
Stress Analysis of Chain Links in Different Operating Conditions
Stress Analysis of Chain Links in Different Operating ConditionsStress Analysis of Chain Links in Different Operating Conditions
Stress Analysis of Chain Links in Different Operating Conditionsinventionjournals
 
Reliability of material and geometrically non-linear reinforced and prestress...
Reliability of material and geometrically non-linear reinforced and prestress...Reliability of material and geometrically non-linear reinforced and prestress...
Reliability of material and geometrically non-linear reinforced and prestress...Franco Bontempi Org Didattica
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...IOSR Journals
 
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...IOSR Journals
 

Ähnlich wie Implementation of a tension-stiffening model for the cracking nonlinear analysis of RC elements in XC. (20)

Analysis of failure behavior of shear connection in push-out specimen by thre...
Analysis of failure behavior of shear connection in push-out specimen by thre...Analysis of failure behavior of shear connection in push-out specimen by thre...
Analysis of failure behavior of shear connection in push-out specimen by thre...
 
Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...
Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...
Paper " STRUT-AND-TIE MODEL AND 3-D NONLINEAR FINITE ELEMENT ANALYSIS FOR THE...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...
 
DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN...
 DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN... DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN...
DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FIN...
 
2001 iabse - Reliability Assessment of Cable-Stayed Bridges
2001 iabse - Reliability Assessment of Cable-Stayed Bridges2001 iabse - Reliability Assessment of Cable-Stayed Bridges
2001 iabse - Reliability Assessment of Cable-Stayed Bridges
 
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
 
Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...
Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...
Experimental Study, Simulation and Model Predictions of Recycled PET Strip-Re...
 
WeidlingerPaperACone2005
WeidlingerPaperACone2005WeidlingerPaperACone2005
WeidlingerPaperACone2005
 
Reliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed BridgesReliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed Bridges
 
Reliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed BridgesReliability Assessment of Cable-Stayed Bridges
Reliability Assessment of Cable-Stayed Bridges
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Paper no. 4
Paper no. 4Paper no. 4
Paper no. 4
 
Slip Line Field Method
Slip Line Field MethodSlip Line Field Method
Slip Line Field Method
 
Stress Analysis of Chain Links in Different Operating Conditions
Stress Analysis of Chain Links in Different Operating ConditionsStress Analysis of Chain Links in Different Operating Conditions
Stress Analysis of Chain Links in Different Operating Conditions
 
Reliability of material and geometrically non-linear reinforced and prestress...
Reliability of material and geometrically non-linear reinforced and prestress...Reliability of material and geometrically non-linear reinforced and prestress...
Reliability of material and geometrically non-linear reinforced and prestress...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
P01213112116
P01213112116P01213112116
P01213112116
 
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
 
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
 

Mehr von Luis Claudio Pérez Tato

Mehr von Luis Claudio Pérez Tato (9)

Analysis of a building with XC
Analysis of a building with XCAnalysis of a building with XC
Analysis of a building with XC
 
Aplicaciones xc proy
Aplicaciones xc proyAplicaciones xc proy
Aplicaciones xc proy
 
Introducción a la compilación en ambientes Unix.
Introducción a la compilación en ambientes Unix.Introducción a la compilación en ambientes Unix.
Introducción a la compilación en ambientes Unix.
 
Diseño estructural de mástiles y torres.
Diseño estructural de mástiles y torres.Diseño estructural de mástiles y torres.
Diseño estructural de mástiles y torres.
 
Combinación de acciones
Combinación de accionesCombinación de acciones
Combinación de acciones
 
El sismo y sus espectros.
El sismo y sus espectros.El sismo y sus espectros.
El sismo y sus espectros.
 
Clasificación de secciones de acero estructural
Clasificación de secciones de acero estructuralClasificación de secciones de acero estructural
Clasificación de secciones de acero estructural
 
Cálculo de uniones metálicas mediante el MEF.
Cálculo de uniones metálicas mediante el MEF.Cálculo de uniones metálicas mediante el MEF.
Cálculo de uniones metálicas mediante el MEF.
 
Software libre en la oficina técnica.
Software libre en la oficina técnica.Software libre en la oficina técnica.
Software libre en la oficina técnica.
 

Kürzlich hochgeladen

priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organizationchnrketan
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical training70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical trainingGladiatorsKasper
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
Curve setting (Basic Mine Surveying)_MI10412MI.pptx
Curve setting (Basic Mine Surveying)_MI10412MI.pptxCurve setting (Basic Mine Surveying)_MI10412MI.pptx
Curve setting (Basic Mine Surveying)_MI10412MI.pptxRomil Mishra
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书rnrncn29
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProRay Yuan Liu
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 

Kürzlich hochgeladen (20)

priority interrupt computer organization
priority interrupt computer organizationpriority interrupt computer organization
priority interrupt computer organization
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical training70 POWER PLANT IAE V2500 technical training
70 POWER PLANT IAE V2500 technical training
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Curve setting (Basic Mine Surveying)_MI10412MI.pptx
Curve setting (Basic Mine Surveying)_MI10412MI.pptxCurve setting (Basic Mine Surveying)_MI10412MI.pptx
Curve setting (Basic Mine Surveying)_MI10412MI.pptx
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
『澳洲文凭』买麦考瑞大学毕业证书成绩单办理澳洲Macquarie文凭学位证书
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision Pro
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 

Implementation of a tension-stiffening model for the cracking nonlinear analysis of RC elements in XC.

  • 1. Papers on XC, 2016 Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in the finite element OSS XC Ana Ortega1, Luis C. P´erez Tato2 Abstract The development of a smeared-crack model offers a general crack-modeling method that is independent of the structural configuration. It treats cracking as a constitutive material behaviour rather than a geometric discontinuity and lends itself well to implementation in large finite element codes. This paper deals with the implementation in XC of a constitutive model for reinforced concrete elements that takes into account the increase in stiffness of a cracked member due to the development of tensile stresses in the concrete between the cracks, effect known as tension-stiffening. The nonlinear analysis in XC of fiber-like sections with this constitutive model allows for a more general, direct and intuitive evaluation of the crack amplitude than applying the mostly specific formulae developed in the standards. The numerical results obtained by the program compare extremely well with existing designing results issued by other applied methods. 1structural engineer - ana.ortega@ciccp.es 2structural engineer - l.pereztato@ciccp.es Contents 1 Introduction 1 2 Crack control according to Eurocode-2, evaluation of the crack amplitude. 1 3 Tension-stiffening concrete constitutive model 2 4 Implementation of the model in XC 2 5 Verification 3 6 Conclusions. Further work 4 References 4 1. Introduction The development of a smeared-crack model offers a general crack-modelling method that is independent of the structural configuration. It treats cracking as a constitutive material behaviour rather than a geometric discontinuity. Quite a few models that modify the constitutive equation of steel or concrete after cracking have been proposed for nonlinear finite element analysis of reinforced concrete struc- tures. The model that is to be implemented in XC, taken for reference [8], modifies the descending branch of the ten- sile stress-strain curve of concrete to take into account the tension-stiffening effect in an average way. 2. Crack control according to Eurocode-2, evaluation of the crack amplitude. If a continuously increasing tension is applied to a tension member, the first crack will form when the tensile strength of the weakest section in the member is exceeded. The for- mation of this crack leads to a local redistribution of stresses within the section. At the crack, all the tensile force will be transferred to the reinforcement, and the stress in the concrete immediately adjacent to the crack must clearly be zero. With increasing distance from the crack, force is transferred by bond from the reinforcement to the concrete until, at some distance, lt, from the crack, the stress distribution within the section remains unchanged from what it was before the crack formed. As further load is applied, a second crack will form at the next weakest section, though it will not form within lt of the first crack since the stresses within this region will have been reduced by the formation of the first crack. Figure 1. Definition of the crack width As shown in figure 1 the crack width is the difference between
  • 2. Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in the finite element OSS XC — 2/6 the steel and concrete elongations over the length 2lt, where lt is the transmission length necessary to increase the con- crete strength from 0 to the tensile strength fctm. Since no crack can form within lt of an existing crack, this defines the minimum spacing of the cracks. The maximum spacing is 2lt , since if a spacing existed wider than this, a further crack could form. The development of formulae for the prediction of crack widths given in clause 7.3.4 of EN 1992-1-1 follows from the description of the cracking phenomenon given above. If it is assumed that all the extension occurring when a crack forms is accommodated in that crack, then, when all the cracks have formed, the crack width will be given by the following relationship, which is simply a statement of compatibility: w = Srmεm where w is crack width, Srm is the average crack spacing and εm is the average strain. The average strain can be more rigorously stated to be equal to the strain in the reinforcement, taking account of tension stiffening, εsm, less the average strain in the concrete between cracks, εcm . Since, in design, it is a maximum width of crack which is required rather than the average, the final formula given in EN 1992-1-1 is wk = Sr,max(εsm −εcm) In order to asses the mean strain in reinforcement taking into account the effects of tension stiffening, we have imple- mented in XC a constitutive model of concrete that modifies its tensile range so that the tension stiffening effect is consid- ered in an average way. 3. Tension-stiffening concrete constitutive model Stramandinoli and La Rovere have proposed An efficient tension-stiffening model for nonlinear analysis of reinforced concrete members [8]. The model uses an explicit formula- tion for the concrete stress–strain curve and thus can be easily implemented into a finite element code. In the proposed model, concrete is assumed to behave like a linear-elastic material until its tensile strength is reached, so that a straight line defines initially the stress–strain curve, while in the post-cracking range, an exponential decay curve is adopted until yielding of reinforcement takes place. The exponential decay parameter (α) is a function of the member reinforcement ratio (ρ) and of the steel-to-concrete modular ratio (ν = Es/Ec ), and is derived taking as basis the CEB tension-stiffening model. This exponential decay curve is defined by the following equation: σct = fcte−α( ε εcr ) where, fct is the concrete tensile strength; εcr is the strain corresponding to the concrete tensile strength, α is an exponential decay parameter. The parameter α is derived by Stramandinoli and La Ro- vere taking as basis the CEB [1] model, and expressed as: α = 0.017+0.255(νρef )−0.106(νρef )2 +0.016(νρef )3 where, ρef is the member effective reinforcement ratio ρef = As/Ac,ef ν is the steel-to-concrete modular ratio ν = Es/Ec 4. Implementation of the model in XC XC takes from OpenSees a material called concrete02 , implemented by Filip Filippou, that allows for concrete tensile strength. Figure 2. Concrete02 stress-strain relation and hysteresis behaviour (OpenSees Manual,[4]) The stress-strain curve of this concrete and its typical hysteresis behaviour are illustrated in Fig. 2. The material behaviour in compression is defined by a maximum compres- sive strength fpc for the strain εc0 and the residual strength fpcu achieved at the ultimate strain εcu; λ is the ratio between unloading slope at crushing strain and initial slope . The re- lation that describes the tensile behaviour is determined by the maximum tensile strength ft and the slope coefficient that determines the decrease of the tensile strength Ets . To approach the exponential decay curve that characterises the post-cracking range in the model described in the section 3, a linear regression is calculated, so that we can easily introduce the law in the concrete02 definition (see Fig. 3) XC also takes from OpenSees fibre models and non-linear solver algorithms. Fibre modelling of concrete and steel re- inforcement allows bi-axial bending interaction with axial force acting at the same time. For the non-linear analysis, an iterative procedure with the loads applied in small increments is used. At each load increment step, direct iteration using the secant stiffness of the structure is employed. These capacities allow for a more general, direct and intuitive evaluation of the crack amplitude than applying the mostly specific formulae developed in the standards.
  • 3. Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in the finite element OSS XC — 3/6 Figure 3. Tensile range of a concrete. Linear regression for approaching the exponential curve 5. Verification To verify the validity of the tension-stiffening model imple- mented in XC, several verification tests have been performed. Firstly, two models are created on the basis of the cor- responding pull-out experiments presented in the document of reference [8], p. 2074, the results of which are taken as reference values to be compared with those issued by XC. Furthermore, some numerical examples conducting crack width calculation are taken from the reference [2], p. 7-8 to 7-14 , and performed in XC. Pull-out tests The first test, V3, was conducted by Rost´asy et al., apud Massicotte et al and modelled in a FE program by Stramandinoli and La Rovere [8]. It uses a bar of 6 m length and cross-section dimensions of 30cm×50cm. A zero-length element, 30×50cm2 in cross-section with a longitudinal steel ratio equal to 0.67%, made of the material depicted in table 1, is created in XC and subjected to tension in the axial direction. Likewise, a second test conducted by Hwang and Riskalla, apud Gupta and Maestrini [9] is reproduced in XC. The cross- section is 17.8cm × 30.5cm, the longitudinal steel ratio is 1.476% and the material has the properties depicted in figure 2. Figure 4 shows, for the two tests analysed, the stress (MPa) versus strain ( ) curves, obtained experimentally and numeri- cally. It can be observed that XC models reproduce quite well the results published by Stramandinoli and La Rovere [8]. EC2 examples on evaluation of crack amplitude Some worked examples that carry out the evaluation of crack ampli- tude according to Eurocode 2, are extracted from the publica- tion [2] and modelled in XC. The first one, example 7.3, is solved in the worked example following EC2 clause 7.3.4; the other three examples (7.5 a-b-c) obtain the crack amplitude by using the approximated method described in EC2 clause 7.4. 6. Conclusions. Further work The material constitutive model implemented in XC approaches very well the numerical analysis and the experimental curves Compressive properties fc -25.0 MPa εc0 -2.0 fcu -21.25 MPa εcu -3.5 Ec0 25.0 GPa Tensile properties fct 1.05 MPa Tension-stiffening ν 19.7 ρef f 0.67% exponential curve α=0.049 slope regression line:-0.28 inters. point (onset carcking): (ε=0.01%, σ=1.05MPa) Table 1. Pull-out test V3 member, concrete material Compressive properties fc -25.0 MPa εc0 -2.0 fcu -21.25 MPa εcu -3.5 Ec0 25.0 GPa Tensile properties fct 2.37 MPa Tension-stiffening ν 7.15827338129 ρef f 1.476% exponential curve α=0.043 slope regression line:-0.7 inters. point (onset carcking): (ε=0.01%, σ=2.37MPa) Table 2. Pull-out test # 7 member, concrete material
  • 4. Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in the finite element OSS XC — 4/6 EC2 RC section Concrete wk XC results worked charact. material EC2ex hnf εc,min σc,min εs,m σs,m hc,ef f ρs,ef f sr,max εcm wk example (see table) (see table) (mm) (m) ( ) (MPa) ( ) (MPa) (m) (m) ( ) (mm) 7.3 6 4 0.184 -0.211 -0.53 -13.76 0.91 181.96 0.13 0.052 0.214 0.05 0.184 7.5-a 7 5 0.306 -0.164 -0.66 0.0 1.2 239.17 0.112 0.047 0.256 0.05 0.294 7.5-b 8 5 0.213 -0.178 -0.61 0.93 0.95 189.81 0.107 0.064 0.233 0.05 0.211 7.5-c 9 5 0.12 -0.205 -0.52 -15.0 0.63 125.6 0.098 0.114 0.206 0.05 0.12 hnf : neutral fibre depth εc,min: minimum strain in concrete fibres σc,min: minimum stress in concrete fibres εs,m:mean strain in reinforcement taking into account the effects of tension stiffening σs,m: mean stress in reinforcement taking into account the effects of tension stiffening hc,ef f : depth of the effective area ρs,ef f : effective reinforcement ratio sr,max: maximum crack spacing wk: crack width Table 3. Comparison between XC results and worked examples from [2] stress(MPa) strain (x103) strain (x103) stress(MPa) TEST # 7 MEMBER TEST V3 MEMBER Figure 4. Results pull-out tests. Comparison between numerical-experimental results published in [8] (left) and results obtained with XC (right) obtained in the pull-out tests with which has been compared, as shown in Fig. 4 An excellent agreement can be observed from Table 3 by comparison between the crack amplitude calculated for four worked examples of Eurocode 2 in the publication [2] and the corresponding crack widths obtained by the XC program. The test runs and the comparison with existing designing results for different cases show that the program delivers results corresponding to the up to now applied methods for evaluation of crack amplitude. One can actually, as a further work, apply the program for all the elements in a structure and for all design actions and combinations relating to the cracking limit state. Here, hosted in the platform GitHub, you can find the XC source-code and the tests referred to in this article: XC source-code. Compressive properties fc -30.0 MPa εc0 -2.0 fcu -25.5 MPa εcu -3.5 Ec0 30.0 GPa Tensile properties fct 1.42 MPa Tension-stiffening ν 6.09 ρef f 5.215% exponential curve α=0.088 slope regression line:-0.72 inters. point (onset carcking): (ε=0.0%, σ=1.42MPa) Table 4. Test example 7.3 [2], concrete material test concrete02 02.py test smearedCracking 01.py test smearedCracking 02.py test smearedCracking 03.py test smearedCracking 04.py test smearedCracking 05.py test smearedCracking 06.py References [1] Ceb-fip model code 90. Technical report, 1993. [2] European Concrete Platform ASBL. Eurocode 2, worked examples. Technical report, 2008. [3] Comisi´on Permanente del Hormig´on. Instrucci´on de hormig´on estructural (ehe-08). Technical report, Min- isterio de Fomento, 2008.
  • 5. Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in the finite element OSS XC — 5/6 Compressive properties fc -33.0 MPa εc0 -2.0 fcu -28.05 MPa εcu -3.5 Ec0 33.0 GPa Tensile properties fct 1.55 MPa Tension-stiffening ν 5.95 ρef f 4.74% exponential curve α=0.081 slope regression line:-0.77 inters. point (onset carcking): (ε=0.0%, σ=1.55MPa) Table 5. Tests example 7.5 [2], concrete material example 7.3 EC2W Test example 7.3 EC2 Worked examples. Section definition width: b = 0.40 m depth: h = 0.60 m Materials - mechanical properties: Concrete: C30-37 Modulus of elasticity: Ec = 32.84 GPa Steel: S450C Modulus of elasticity: Es = 200.00 GPa Sections - geometric and mechanical characteristics: Gross section: Agross = 0.240 m2 Inertia tensor (cm4):   75.26 0.00 0.00 0.00 72.00 0.00 0.00 0.00 32.00   C.O.G.: (0.000,0.000) m Homogenized section: Ahomog. = 0.261 m2 Inertia tensor (cm4):   75.26 0.00 0.00 0.00 84.55 0.00 0.00 0.00 34.25   C.O.G.: (0.000,−0.014) m Passive reinforcement: Total area As = 31.67 cm2 Geometric quantity ρ = 13.19 Layers of main reinforcement: Id No bars φ area c. geom. eff. cover yCOG zCOG (mm) (cm2) ( ) (cm) (m) (m) 6 0.0 4.52 1.88 5.2 0.000 -0.248 4 0.0 1.13 0.47 4.6 0.000 0.254 Table 6. Test example 7.3 EC2 Worked examples. Section definition (example 7.3 EC2W). example 7.5 EC2W 0.3mm Test example 7.5 EC2 Worked examples - wk ≈ 0.3mm. Section definition width: b = 1.00 m depth: h = 0.50 m Materials - mechanical properties: Concrete: C33 Modulus of elasticity: Ec = 33.59 GPa Steel: S450C Modulus of elasticity: Es = 200.00 GPa Sections - geometric and mechanical characteristics: Gross section: Agross = 0.500 m2 Inertia tensor (cm4):   2290.00 0.00 0.00 0.00 104.17 0.00 0.00 0.00 416.67   C.O.G.: (0.000,0.000) m Homogenized section: Ahomog. = 0.532 m2 Inertia tensor (cm4):   2290.00 0.00 0.00 0.00 114.75 0.00 0.00 0.00 442.87   C.O.G.: (−0.000,−0.011) m Passive reinforcement: Total area As = 53.09 cm2 Geometric quantity ρ = 10.62 Layers of main reinforcement: Id No bars φ area c. geom. eff. cover yCOG zCOG (mm) (cm2) ( ) (cm) (m) (m) 10 0.0 5.31 1.06 5.3 -0.000 -0.187 Table 7. Test example 7.5 EC2 Worked examples - wk ≈ 0.3mm. Section definition (example 7.5 EC2W 0.3mm). example 7.5 EC2W 0.2mm Test example 7.5 EC2 Worked examples - wk ≈ 0.2mm. Section definition width: b = 1.00 m depth: h = 0.50 m Materials - mechanical properties: Concrete: C33 Modulus of elasticity: Ec = 33.59 GPa Steel: S450C Modulus of elasticity: Es = 200.00 GPa Sections - geometric and mechanical characteristics: Gross section: Agross = 0.500 m2 Inertia tensor (cm4):   2290.00 0.00 0.00 0.00 104.17 0.00 0.00 0.00 416.67   C.O.G.: (0.000,0.000) m Homogenized section: Ahomog. = 0.542 m2 Inertia tensor (cm4):   2290.00 0.00 0.00 0.00 117.68 0.00 0.00 0.00 449.19   C.O.G.: (−0.000,−0.014) m Passive reinforcement: Total area As = 69.02 cm2 Geometric quantity ρ = 13.80 Layers of main reinforcement: Id No bars φ area c. geom. eff. cover yCOG zCOG (mm) (cm2) ( ) (cm) (m) (m) 13 0.0 5.31 1.06 5.3 -0.000 -0.187 Table 8. Test example 7.5 EC2 Worked examples - wk ≈ 0.2mm. Section definition (example 7.5 EC2W 0.2mm). example 7.5 EC2W 0.1mm Test example 7.5 EC2 Worked examples - wk ≈ 0.1mm. Section definition width: b = 1.00 m depth: h = 0.50 m Materials - mechanical properties: Concrete: C33 Modulus of elasticity: Ec = 33.59 GPa Steel: S450C Modulus of elasticity: Es = 200.00 GPa Sections - geometric and mechanical characteristics: Gross section: Agross = 0.500 m2 Inertia tensor (cm4):   2290.00 0.00 0.00 0.00 104.17 0.00 0.00 0.00 416.67   C.O.G.: (0.000,0.000) m Homogenized section: Ahomog. = 0.568 m2 Inertia tensor (cm4):   2290.00 0.00 0.00 0.00 125.01 −0.00 0.00 −0.00 466.20   C.O.G.: (0.000,−0.022) m Passive reinforcement: Total area As = 111.50 cm2 Geometric quantity ρ = 22.30 Layers of main reinforcement: Id No bars φ area c. geom. eff. cover yCOG zCOG (mm) (cm2) ( ) (cm) (m) (m) 21 0.0 5.31 1.06 5.3 0.000 -0.187 Table 9. Test example 7.5 EC2 Worked examples - wk ≈ 0.1mm. Section definition (example 7.5 EC2W 0.1mm).
  • 6. Implementation of a tension-stiffening model for the cracking nonlinear analysis of reinforced concrete elements in the finite element OSS XC — 6/6 [4] Silvia Mazzoni Frank McKenna Michael H. Scott Gregory L. Fenves et al. Opensees command language manual. Technical report, Earthquake Engineering Research Center. College of Engineering. University of California, Berkeley, 2006. [5] F.Biasioli G.Mancini M.Just M.Curbach J.Walraven S.Gmainer J.Arrieta R.Frank C.Morin F.Robert. Eurocode 2: background & applications. design of concrete build- ings. Technical report, European Commission, 2014. [6] Elwi A.E. MacGregor J.G. Massicote B. Tension- stiffening model for planar reinforced concrete mem- bers. ASCE Journal of Structural Engineering, 106(11):3039–3058, 1990. [7] EA. W. Beeby R. S. Narayanan. Designers’ guide to en1992-1-1 and en1992-1-2. Technical report, 2009. [8] Renata S.B. Stramandinoli Henriette L. La Rovere. An efficient tension-stiffening model for nonlinear analysis of reinforced concrete members. Engineering Structures, 30:2069–2080, 2008. [9] Gupta A. Maestrini S.R. Tension-stiffness model for re- inforced concrete bars. ASCE Journal of Structural Engi- neering, 106(3):769–791, 1990.