THEORY

Table of Contents

1. Types of Analyses

1.1 Eigenvalue Analysis

1.2 Linear Static Analysis

1.3 Nonlinear Static Analysis

1.4 Nonlinear Dynamic Analysis

2. Elements

2.1 Linear Elastic Frame Element

2.2 Nonlinear (Flexural) Frame Element

2.3 Nonlinear (Flexure+Shear) Frame Element

2.4 Membrane Finite Element

2.5 Nonlinear Shell Finite Element

3. Materials

3.1 Uniaxial steel and concrete

3.2 Biaxial model for reinforced concrete.

3.3 Models for joint (contact) elements.

4. References

-----------------------------------------------------------------------------------------------------------------------------------------------

1. Types of Analysis

1.1 Eigenvalue Analysis.

Calculation of mode shapes and corresponding natural periods. The following eigenvalue problem is solved:

(K2M)Φ=0

where K is the stiffness matrix, M the mass matrix, ω the angular frequency (rad/s) and Φ the modes shapes of the structure. The program also calculates modal participation factors and effective masses for each mode according to:

Γ=ΦTMI/(ΦTMΦ)

m*=(ΦTMI)2/(ΦTMΦ)

where I is the vector of influence coefficients.

1.2 Linear Static Analysis.

Calculation of nodal displacements and element forces from the solution of the static system of equations:

Kd=F

where d is the vector of nodal displacements and F the vector of applied forces. From displacements, element forces can be recovered using the element stiffness matrix.

1.3 Nonlinear Static Analysis (Force Control)

Solves the equilibrium equations, as in the previous case, but for a nonlinear system. The solution is obtained iteratively using the standard Newton-Raphson method (see Figure). The external forces are applied incrementally as defined by the load factor λ. The incremental system of equations is given as:

KtΔdF-Fint

where Kt is the tangent stiffness matrix, Δd is the displacement increment, F is now a shape vector defining the incrementally applied forces and Fint the vector of internal forces. Once Δd is obtained, the total displacements can be d updated. Because the program uses a fiber-discretization approach, material strains ε are calculated at each section fiber from d . Stresses are obtained from ε using constitutive models for each corresponding material, and then integrated to obtain section forces, element forces and finally the vector of internal forces of the structure Fint.

1.3 Nonlinear Static Analysis (Displacement Control)

For structures with softening behavior, the above method (Force Control) fails to convergence beyond the post-peak range. The displacement-control iterative method can be used to overcome this problem. In addition to the incremental equation of static equilibrium, a constrain equation is required which is imposed on a selected degree of freedom (d.o.f.):

dc=dimp

where dc is the control d.o.f. , and dimp the imposed value of displacement. The load factor λ is now unknown and has to be determined at each load step from the constrain equation.

1.4 Nonlinear Dynamic Analysis

The nonlinear dynamic system of equations is given as:

Md''+Cd'+Fint=Fext

where C is the damping matrix, d,d' and d'' are the displacement vector and its derivatives (velocity and acceleration). As in the case of linear dynamics, this system can be solved using implicit or explicit integration schemes. In the present case, the program uses the average acceleration Newmark method, whereby the velocity and displacement at time step n+1 are approximated as:

d'n+1=d'n+Δt(γd''n+1+(1-γ)d''n)

dn+1=dn+Δtd'n+1/2Δt2(2βd''n+1+(1-2β)d''n)

where Δt is the time step, and γ=0.5, β=0.25. As in the case of static equilibrium, at each load step additional Newton-Raphson iterations are performed in order to satisfy dynamic equilibrium.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

2. Elements

2.1 Linear Elastic Frame Element

This is the classical elastic frame element with 3 dof per node: two translations and one rotation. The corresponding element forces are the axial force Fx, shear Fy and bending moment Mz. The element is contained in the xy plane, z being the out-of-plane axis. The stiffness matrix is defined from the bending and axial stiffnesses EA and EIz, and the element length L. In the program, this element corresponds to type=1.

2.2 Nonlinear (Flexural) Frame Element

This is actually a displacement-based beam-column finite element, based on the Euler-Bernoulli beam assumption (i.e. plane sections remain plane and orthogonal to the beam axis):

u(x,y)=uozy

vo'=θz

where u(x,y) is the axial cross-section displacement, uo is the axial displacement of the beam axis, θz the cross-section rotation, and v' the derivative of the vertical displacement. Note that the shear strain is zero in this formulation. The element stiffness matrix is found from numerical integration along the element at selected integration points (Gauss Points). Cubic shape functions are used to interpolate the transverse displacement, and linear ones for the axial displacement. The element has the same number of dof as the elastic frame element, i.e. 3 per node. The cross section is discretized into fibers (or layers in 2D). At each layer, the axial strain εx is found from section compatibility and the corresponding stress, σx, from the uniaxial constitutive model:

εx=Bd

σx=f(εx)

Hence there is no need to define sectional properties (EA or EIz) since these are obtained from numerical integration over the cross-section

In the program, this element corresponds to type=2, and it can be used to model beams, columns, slender walls, etc..., dominated by flexure.

2.3 Nonlinear (Flexure+Shear) Frame Element

As opposed to the typical flexural beam element, which is based on the Euler-Bernoulli beam assumption and uniaxial constitutive laws, an enhanced beam-column element was implemented which effectively couples axial and shear stresses. The element is based on the Timoshenko beam assumption (plane sections remain plane but not necessarily orthogonal to the beam axis) and biaxial constitutive laws, namely an orthotropic smeared-crack constitutive model for reinforced concrete.

The shear strain at the cross-section does not vanish, since the section rotation θz and the first derivative of the vertical displacement vo' are not the same:

γoy=vo'-θz

The above value is constant at a given (cross-section) integration point. However, for the purpose of cross-section state determination, a parabolic shear strain distribution is assumed as:

γxy(y)=1.5γoy(1-(2y/h)2)

This element is available in the program under element type=3

2.4 Membrane Finite Element

This is a quadrilateral (4-node) plane membrane finite element with rotational (drilling) dofs. The element has 3 dofs per node, two translations and one rotation, thus being fully compatible with beam elements. This element is originally obtained from a quadratic membrane element with intermediate nodes. Upon imposing the following kinematic link between the intermediate and end nodes, the 4-node element with a rotational dof. is obtained:

(u,v)T=(L-s)/L(ui,vj)T+s/L(ui,vj)T+(L-s)s/(2L)(ωji)(cosα sinα)T

For the case of elastic material, the response is uniquely characterized by the Young Modulus E and Poisson coefficient ν (or Shear Modulus G):

The element stiffness matrix and vector of internal forces are obtained through numerical integration using a 2x2 Gaussian quadrature rule. This element is available in the program as element type=4.

2.4 Nonlinear Membrane Finite Element

The finite element formulation of this element is analogous to the previous one. The nonlinearity stems from the material behavior. Now at each integration point the material response will change, affecting the element stiffness matrix and vector of internal forces. The linear-elastic stress-strain relationship (shown above) does not apply. Hence a different method is used, which is based on working in the axes of anisotropy (crack directions for reinforced concrete). Details are given in the next section.

2.5 Nonlinear Shell Finite Element

This element is obtained from combination of the membrane element presented before and a plate finite element based on the Kirchhoff kinematic assumption. The plate element is the so colled Discrete Kirchoff Element (DKT), which is obtained after condensation of the intermediate nodes in a six-node plate element.

The finale shell element has four nodes with six degrees of freedom at each node: three translations (ux,uy,uz) and three rotations (θxy,θz). The thickness is discretized into several layers, each one subjected to in-plane stress conditions, similar to the membrane element. Different reinforcement ratios can be assigned to the layers, such that top and bottom reinforcement can be defined for slab related problems for example.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

3. Materials

3.1 Uniaxial steel and concrete

For steel, four uniaxial constitutive models are available: elasto-plastic, elastic with kinematic strain hardening, elastic with isotropic strain hardening and the Menegotto-Pinto, which takes into account Baushinger effect. Typical material parameters are the Young Modulus (E), Yield Strength (σy), and strain hardening parameter (b). For the Menegotto-Pinto, additional parameters defining the Baushinger effect are required (R0,a0,a1).

The model used for concrete is the one from Mander, Park and Paulay (1988), which takes into account strength and stiffness degradation, as well as confinement effects due to transverse reinforcement. The latter is defined with a confinement factor (k). These uniaxial models are used at the fiber-level of the nonlinear flexural frame element (type=2). For the Timoshenko element (type=3) and the nonlinear membrane element (type=5) biaxial stress models are used, as explained next.

3.2 Biaxial model for reinforced concrete.

This model effectively couples axial and shear stress components, thus being useful for analyzing members (or regions) under bi-axial stress conditions such as deep-beams, beam-column joints, RC walls, etc. The main idea is to work in the crack-directions (axes of anisotropy), instead of the xy reference system (which greatly simplifies the problem of shear), and to use equivalent uniaxial constitutive laws in these directions. These laws are similar to those previously described, however they are coupled with the orthogonal direction. This approach is referred to as orthotropic, smeared-crack model, and it is analogous to the Compression Field Models, e.g. the Modified Compresion Field Theory (Vecchio and Collins 1986), Softened Truss Models (Hsu and co-workers), among others.

For instance, the response of concrete in compression takes into account softening due to the presence of orthogonal tensile strain (βd), and also effects of transverse confinement in the case of biaxial compression (βσ). The response in tension has to consider the tension-stiffening effect (contribution of concrete between cracks), as well as crack-closing/crack-opening phenomenon. Before cracking, the response in tension is linear. Thereafter, the tension-stiffening branch is given by the following equation proposed by Vecchio and Collins 1986:

σ2=fct/(1+(C1ε2)0.5)

where fct is the concrete tensile strength, and C1 a decay parameter suggested as 500 for large-scale elements and 200 for small-scale elements

An important aspect is that the crack-directions (1-2) are not coincident with the principal stress (or strain) directions, and therefore there will be shear stress/strain components acting on the crack plane. A simple relationship is used in this case, which is based on the shear retention factor βsh:

τ12sh12

where τ12, γ12 are the shear stress and shear strain acting on the crack, and G is the uncracked shear stiffness. Suggested values for βsh can be found in the literature. An upper limit is set on τ12 due to aggregate interlock failure (Walraven 1980, Vecchio and Collins 1986) :

τ12<vcimax=(fc)0.5/(0.31+24w/(agg+16))

where fc is the concrete compressive strength, w the crack width and agg the maximum aggregate size. The crack width, w, is estimated from the crack spacing, s, and the tensile strain ε2:

w=sε2

Longitudinal and transverse reinforcement is assumed to be smeared. Hence the reinforcement ratios have to be defined as:

ρx=Asx/Ac

ρy=Asy/Ac

Stresses in the reinforcement are determined from the corresponding strains, obtained after transformation of the total strains to the reinforcement directions, and the constitutive models for steel presented in the previous section.

3.3 Models for joint (contact) elements.

Several uniaxial models are available for modeling joints: linear, bilinear symmetric and asymmetric, contact with and without gap, etc..., New models can be easily implemented for specific cases.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

4. References

ACI-ASCE Committee 426 [1973] “The Shear Strength of Reinforced Concrete Members,” Journal of the Structural Division, ASCE 99(6), pp.1091-1187.

American Concrete Institute (ACI) [2005] “Building code requirements for structural concrete and commentary,” ACI 318, Farmington Hills, Michigan, US.

Ayoub, A., Fillipou, F.C. [1998] “Nonlinear Finite Element Anlaysis of RC Shear Panels and Walls,” Journal of Structural Engineering, Vol. 124, No.3, March.

Bairan, J.M, [2005] “A nonlinear coupled model for the analysis of reinforced concrete sections under bending, shear, torsion and axial forces”, PhD Thesis, Universidad Politecnica de Catalunya, Department Civil and Envormental Engineering, Barcelona.

Bairan, J.M, Mari, A.R. [2006] “Coupled model for the nonlinear analysis of anisotropic section subjected to general 3D loading. Part 1: theoretical formulation” Computers and Structures, 84:2254-2263.

Bairan, J.M, Mari, A.R. [2006] “Coupled model for the nonlinear analysis of anisotropic section subjected to general 3D loading. Part 1: implementation and validation” Computers and Structures, 84:2264-2276.

Bairan, J.M, Mari, A.R. [2007] “Shear, bending torsion interaction in structural concrete members: A nonlinear coupled sectional approach” Arch Computation Methods Eng., 14:249-278.

Bazant, Z.P., Oh, B.H. [1995] “Microplane model for progressive fracture of concrete and rock” Journal of Eng. Mechanics, ASCE, 111(4), pp.559-582.

Bazant, Z.P., Ozbolt, J. [1990] “Nonlocal microplane model forfracture, damage and size effect in structures,” Journal of Eng. Mechanics, ASCE, V.116 Nº11, November, pp.2485-2505.

Bazant, Z.P., Prat, P.C., [1988] “Microplane model for brittle plastic material:I. Theory IIl,” Journal of Eng. Mechanics, ASCE, 114, pp.1672-1702.

Bazant, Z.P., Planas, J. [1998] Fracture and Size Effect in Concrete and Other Quasibrittle Materials, CRC Press, Taylor and Francis Group, Florida, US.

Belarbi, A., Hsu, T.T.C. [1994] “Constitutive laws of concrete in tension and reinforcing bars stiffened by concrete,” ACI Structural Journal, Vol.91, nº4, July-August.

Belarbi, A., Hsu, T.T.C. [1995] “Constitutive Laws of Softened Concrete in Biaxial Tension-Compression,” ACI Structural Journal, V. 92, No. 5, September-October.

Belleti, B., Roberto, C., Iori, I. [2001] “Physical approach for reinforced-concrete (parc) Membrane elements,” Journal of Structural Engineering, Vol. 127, No. 12, December.

Bentz, E.C. [1999] “Sectional analysis of reinforced concrete structures”, PhD Thesis, Dept. of Civil Engineering, University of Toronto, Toronto.

Bresler, B., Scordelis, A.C. [1963] “Shear strength of RC beams,” ACI Journal Proceedings, Vol. 60, No 1, pp. 51-74.

Carr, A.J. [2005] “User Manual for the 2-Dimensional Version Ruaumoko2D,” Computer Program Library , University of Canterbury, Department of Civil Engineering, pp. 87.

Carr. A.J. [2010] “Ruaumoko Users Manual – Volume 5 – Appendices,” Department of Civil and Natural Resources Engineering, University of Canterbury, New Zealand.

CEA, [1990] “CASTEM 2000: Guide d´Utilisation,” CEA, Saclay, France.

CEB, [1996] “RC Elements under cyclic loading. State of the art report,” Comite Euro-International du Beton. Bulletin d’information 230. Thomas Telford, London.

CEB-FIP, [2012] Model Code for Concrete Structures 2010, Thomas Telford, London.

Ceresa, P., Petrini, L., Pinho, R. [2007] “Flexure-Shear Fiber Beam-Column Elements for Modeling Frame Structures Under Seismic Loading — State of the Art.” Journal of Earthquake Engineering, Vol. 11, No (1), pp. 46-88.

Ceresa, P., Petrini, L., Pinho, R., Sousa, R. [2009]. “A fibre flexure–shear model for seismic analysis of RC-framed structures.” Earthquake Engineering and Structural Dynamics, No. 38, pp 565-586.

Cervenka, V., Jendele, L., Cervenka, J. [2005] “ATENA Program Documentation, Part 1: Theory”. Prague, Chech Republic..

Collins, M.P., Mitchell, D. [1997] “Prestressed Concrete Structures” Response publications, Canada.

Collins, M.P., Mitchell, D., [1980] “Shear and Torsion Design of Prestressed and Non-Prestressed Concrete,” Vol. 25, nº5, pp. 32-100, September-October.

Collins, M.P., Lampert, P. [1973] “Redistribution of moments at cracking. The key to simpler torsion design?,” ACI Structural Journal , Vol. 35, pp. 343-384.

Collins, M.P., Mitchell, D., Bentz, E.C. [2008] “Shear Design of Concrete Structures,” The Structural Engineer, Vol. 86, No 10, pp. 32-39.

Collins, M.P., Mitchell, D. [1980] “Shear and torsion design of prestressed and non-prestressed concrete beams,” Journal of Precast Concrete Institute, Vol. 25, No 5, pp. 32-100

Correia, A., Pacheco, J., Pinho, R. [2015] “Force-based higher-order beam element with flexural–shear–torsionalinteraction in 3D frames. Part I: Theory,” Engineering Structures, No. 89, pp.204-217.

Crisfield, M.A. [1986] “FiniteElements and Solution Procedures for Structural Analysis- Vol.1 Linear Analysis,” Pineridge Press, Swansea, UK.

CSA [2004] Design of Concrete Structures A23.3-04, Canadian Standards Association, Canada.

Eligehausen, R., Popov, E.P, Bertero, V.V. [1983] “Local Bond Stress-Slip Relationship of Deformed Bars Under Generalized Excitations,” Report No. UCB/EERC-83/23, EERC, University of California, Berkeley, pp 169, USA.

EN 1992-1-1:2005. [2005] Design of concrete structures. Part 1-1: General rules for buildings. Eurocode 2, UNI, Milan, Italy.

Evans, R.H., Marathe, M.S. [1968]. “Microcracking and stress-strain curves for concrete in tension,” Matériaux et Constructions, Vol. 1, No (1), pp. 61-64.

Fenwick, R.C., Paulay, T. [1968] “Mechanisms of shear resistance of concrete beams,” Journal of the Structural Division, ASCE Vol. 94, No. (10), pp. 2235-2350.

Ferreira, D., Bairán, J.M., Marí, A. [2015] “Shear strengthening of reinforced concrete beams by means of vertical prestressed reinforcement,” Structure and Infrastructure Engineering: Maintenance, Management, Life-Cycle Design and Performance, Vol. 12, No. 3, pp. 394-410.

Filippou, F.C. Saritas, A. [2006] “A beam finite element for shear-critical RC beams,” ACI Special publications, No. 237, pp. 295-310.

Filippou, F.C., Popov, E.G., Bertero, V.V. [1983] “Effects of bond deterioration on hysteretic behavior of reinforced concrete joints,” Report No. UCB/EERC–83/19, EERC. University of California, Berkeley, US.

Foster, S.J., Marti, P. [2003] “Cracked membrane model: Finite Element Implementation” Journal of Structural Engineering, Vol. 129, No. 9, September 1.

Gregori, J.N., Sosa, P.M., Prada, M.A.F., Filippou, F.C. [2007] “3D frame element for the analysis of reinforced and prestressed concrete structures subjected to shear and torsion loads,” Engineering Structures, Vol. 29, No (12), pp. 3404-3419.

Gregori, J.N., Sosa, P.M., Prada, M.A.F., Martí-Vargas, J.R. [2013] “A theoretical model for including the effect of monotonic shear loading in the analysis of reinforced concrete beams,” Engineering Structures, Vol. 52, pp. 257-272

Gruttmann, F., Sauer, R., Wagner, W. [1998] “Shear Stresses in Prismatic Beams with Arbitrary Cross–Sections”, Mitteilung, Institut für Baustatik, Universität Karlsruhe, Germany

Hamadi, YD. Regan, P.E. [1980] “Behaviour in Shear of Beams with Flexural Cracks,” Magazine of Concrete Research, Vol. 32, No. (111), pp. 67-78.

Kagermanov, A., [2016] “RCfiber-based frame elements with axial-shear interaction” PhD Thesis, Scuola Universitaria di Studi Superiori, Pavia, Italy.

Kagermanov, A., Ceresa, P., [2016] “Physically-based cyclic tensile model for RC membrane elements,” Journal of Structural Engineering, ASCE, DOI:10.1061/(ASCE)ST.1943-541X.0001590 , 04016118..

Kagermanov, A., Ceresa, P., [2017] “An exact shear strain approach for 2D analysis of RC frames,” Journal of Structural Engineering, ASCE, (in press)

Klus, JP. [1968] “Ultimate strength of reinforced concrete beams in combined torsion and shear,” ACI Structural Journal, Vol. 65, No (3) pp. 2106.

Kuang, J.S., Cheng, P.C. [2003] “Variable crack-angle softened-truss model For reinforced concrete elements in shear”. 28th Conference on OUR WORLD IN CONCRETE and STRUCTURES: 28 - 29 August, Singapore

Lee, D., Hsu, T. [2000] “Stresses and crack angles in concrete membrane elements,” Journal of Structural Engineering, ASCE, Vol. 124, No. 12.

Li, B., Maekawa, K. [1987] “Contact Density Model for Cracks in Concrete,” IABSE Colloquium, Computational Mechanics of Concrete Structures – Advances and Applications, Delft, Netherlands

Lynn, A.C., Moehle, J.P., Mahin, S.A., Holmes, W.T. [1996] “Seismic evaluation of existing reinforced concrete building columns,” Earthq Spectra; Vol. 12, No(4):71539.

Mander, J.B, Priestley, M.J.N., Park, R. [1988] “Theoretical stress-strain model for confined concrete, “ Journal of Structural Engineering, Vol. 114, No(8), pp.1804-1826.

Mansour, M., Hsu, T.T.C. [2005]. “Behavior of Reinforced Concrete Elements under Cyclic Shear I: Experiments,” Journal of Structural Engineering, ASCE, Vol. 131, No (1), pp. 44-53.

Mansour, M., Lee, J.Y., Hsu, T.T.C. [2001] “Cyclic Stress-Strain Curves of Concrete and Steel Bars in Membrane Elements,” Journal of Structural Engineering, ASCE, Vol. 127, No (12), pp. 1402-1411.

Marini, A., Spacone, E., [2006] “Analysis of Reinforced Concrete Elements Including Shear Effects”, ACI Structural Journal, Vol. 103, No. 5, pp.645-655.

Marti, P. [1985]. “Basic Tools of Reinforced Concrete Beam Design,” ACI Structural Journal, Vol. 82, No. (4), pp. 46-56.

Mazars, J., Kotronis, P., Ragueneau, F., Casaux, G. [2006]. “Using multifiber beams to account for shear and torsion. Applications to concrete structural elements,” Computers Methods in Applied Mechanics and Engineering, Vol. 195, No. (52), pp. 7264-7281.

McKenna, F., Fenves, G.L., Scott, M.H., Jeremic, B. [2000] “Open system for earthquake engineering simulation (OpenSees),” Pacific Earthquake Engineering Research Center, Univ. of California, Berkeley, CA, US.

Menegotto, M., Pinto, P.E. [1973] “Method of Analysis of Cyclically Loaded Reinforced Concrete Plane Frames including Changes in Geometry and Non-Elastic Behavior of Elements under Combined Normal Force and Bending,” IABSE Symposium, Resistance and Ultimate Deformability of Structures Acted on by Well-Defined Repeated Loads , Lisbon, Portugal.

Mohr, S., Bairan, J.M., Mari, A.R. [2010] “A frame element model for the analysis of reinforced concrete structures under shear and bending,” Engineering Structures, Vol. 32, pp.3936-3954.

Mörsch, E. [1909] “Der Einsenbetonbau” (Published in English as: Concrete-Steel Construction), Engineering News Publishing Co.

Mullapudi, T.R.S, Ayoub, A. [2013] “Analysis of Reinforced Concrete Columns Subjected to Combined Axial, Flexure, Shear, and Torsional Loads,” Journal of Structural Engineering, Vol. 139, No. 4, pp.561-573

Ngo, D. Scordelis, A.C. [1968] “Finite Element Analysis of Reinforced Concrete Beams,” Journal of the American Concrete Institute, Vol. 65, No.9, pp. 152-163.

Oesterle, R.G., Fiorato, A.E, Johal, L.S., Carpenter, J.E., Russell, H.G, Corley, W.G. [1976]. “Earthquake-Resistant Structural Walls-Tests of Isolated Walls”, Report to National Science Foundation, Construction Technology Laboratories, Portland Cement Association, Skokie.

Okamura, H., Maekawa, K., and Izumo, J., [1987] “RC plate element subjected to cyclic loading”, International Association for Bridge and Structural Engineering, IABSE colloquium, V. 54, Lisbon, Portugal, pp. 575-590.

Onsongo, W. [1978] "The diagonal compression field theory for reinforced concrete beams subjected to combined torsion, flexure and axial load," PhD thesis, University of Toronto, Toronto, Canada.

Ozbolt, J., Bazant, Z.P., [1992] “Microplane model for cyclic triaxial behavior of concrete” Journal of Eng. Mechanics, ASCE, Vol. 118, No (7), pp.1365-1386.

Pacheco, A.J., [2009] “Flexure-Shear Element for 3D Inelastic Analysis of Frames”, PhD Thesis, ROSE School, Università degli Studi di Pavia, 2009.

Pacheco, A.J., Correia, A., Pinho, R. [2015] “Force-based higher-order beam element with flexural–shear–torsionalinteraction in 3D frames. Part II: Applications,” Engineering Structures, Vol. 89, pp. 218-235.

Palermo, D., Vecchio, F.J. [2002] “Behavior and Analysis of Reinforced Concrete Walls subjected to Reversed Cyclic Loading,” Publications No. 2002-01, Department of Civil Engineering, University of Toronto, Toronto, Canada..

Pang, X., Hsu, T.T.C., [1995] “Behavior of RC Membrane elements in Shear” ACI Structural Journal, Vol. 92, No. 6. Pp. 665-679.

Pang, X., Hsu, T.T.C., [1996]“Fixed Angle Softened Truss Model for Reinforced Concrete,” ACI Structural Journal, Vol. 93, No. 2, pp. 196-208.

Park, R., Paulay, T. [1975] Reinforced Concrete Structures, John Wiley & Sons. New York, 769 pp.

Pilakoutas, K. [1990] “Earthquake Design of Reinforced Concrete Walls”, PhD Thesis, Civil Engineering Department, Imperial College of Science, Technology and Medicine, University of London, UK.

Pilakoutas, K., Elnashai, A. [1995] “Cyclic Behaviour of Reinforced Concrete Cantilever Walls, Part I: Experimental Results”, ACI Structural Journal, Vol. 92, No (3), pp.271-281.

Popovics, S. [1973] “A numerical approach to the complete stress-strain curves for concrete,” Cement and Concr. Res., Vol. 3, No. (5), pp. 583-599.

Priestley, M.J.N., Verma, R., Xiao, Y. [1994] “Seismic Shear Strength of Reinforced Concrete Columns”, ASCE Journal of Structural Engineering, Vol. 120, No 8, pp. 2310-2329.

Rashid, Y.R, [1968] “Analytical of Prestressed Concrete Vessels,” Nuclear Engineering and Design, Vol. 7, No.4, pp. 334-344.

Reineck, K.H. [1991] “Ultimate Shear Force of Structural Concrete members without Transverse Reinforcement Derived from a Mechanical Model,” ACI Structural Journal, Vol 88, No(5), pp. 592-602.

Timoshenko, S.P., Goodier, J. N. [1984] “Theory of Elasticity”, 3rd edn, McGraw–Hill International Book Company.

SAP2000 [Computer software]. Computers and Structures, Berkeley, CA, US.

Saritas, A. [2006]. “Mixed Formulation Frame Element for Shear Critical Steel and Reinforced Concrete Members” PhD Thesis, Dept. of Civil Engineering, UC Berkeley, CA, US.

Schlaich, J., Schäfer, K., Jennewein, M. [1987] “Toward a Consistent Design of Structural Concrete." Journal of the Prestressed Concrete Institute, Vol. 32, No(3), pp. 74-150.

Seismosoft, [2012] Seismostruct – A computer program for static and dynamic nonlinear analysis of framed structures. http://www.seismosoft.com

Sittipunt, C., Wood, S.L. [1993] “Finite Element Analysis of Reinforced Concrete Shear Walls,” Report to the National Science Foundation, University of Illinois at Urbana-Champaign, Urbana, Illinois, USA.

So, M., Harmon, T.G., Yu, G.J., Dyke, S. [2009]. “Inclusion of Smeared Cyclic Bond-Slip Behavior in Two-Dimensional Membrane Elements”, ACI Structural Journal, Vol. 106, No. (4), pp. 466-475.

Spacone, E., Filippou, F.C., Taucer, F.F. [1996] “Fibre beamcolumn model for non-linear analysis of R/C frames: Part I. Formulation,” Earthquake Engineering and Structural Dynamics, Vol. 25, No (7), pp. 71-125.

Spacone, E., Ciampi, V. Filippou, F.C. [1996] “Mixed formulation of nonlinear beam finite element,” Computer Structures, Vol. 58, No(1), pp.71–83.

Stevens, N.J., Uzumeri, S.M., Collins, M.P. [1991] “Reinforced concrete subjected to reversed cyclic shear-experiments and constitutive models”. ACI Structural Journal, Vol. 88, No. 2, pp.135.-146.

Taucer, F., Spacone, E., Fillipou, F.C. [1991] “A fiber beam-column element for seismic response analysis of reinforced concrete structures” Report Number UCB/EERC-91/17, Earthquake Engineering Research Center, University of California, Berkeley, USA.

Valipour, H.R., Foster, S.J. [2010] “Nonlinear reinforced concrete frame element with torsion” Engineering Structures, Vol. 32 , No 4, pp.998-1002

Vecchio, F.J., Collins, M.P. [1986] “The Modified Compression Field Theory for Reinforced Concrete Elements Subjected to Shear,” ACI Journal, Vol. 83, No. (2), pp. 219-231.

Vecchio, F.J., Collins, M.P. [1993] “Compression response of cracked reinforced concrete,”Journal of Structural Engineering, ASCE, Vol. 119, No.12, pp.3590-3610.

Vecchio, F.J., Collins, M.P., [1989] “Predicting the response of Reinforced Concrete beams subjected to shear using Modified Compression Field Theory,” ACI Structural Journal, Vol. 85, No. 3, pp258-268.

Vecchio, F.J., Selby, R.G. [1991] “Toward compression-field analysis of reinforced concrete solids”, Journal of Structural Engineering, Vol. 117, No. 6, pp. 1740-1758.

Vecchio, F.J., [1999] “Towards Cyclic Load Modeling of Reinforced Concrete,” ACI Structural Journal, Vol. 96, No. (2), pp. 193-202.

Walraven, J. [1980]. “Aggregate Interlock: A theoretical and experimental analysis,” PhD Dissertation, Delft University of Technology, Netherlands.

Wei, He, Wu, Y.F, Liew, K.M. [2008] “A fracture energy based constitutive model for the analysis of reinforced concrete structures under cyclic loading,” Computer Methods in Applied Mechanics and Engineering, No.197, pp.4745-4762.

William, K.J., Warnke, E.P. [1974] “Constitutive model for the triaxial behavior of concrete“, Concrete structures subjected to triaxial stresses”, IABSE Report, International Association of Bridge and Structural Engineers, Zurich, pp. 1-30.

Wong, P.S., Vecchio, F.J. [2002] “VecTor2 and Formworks user´s manual”, Report, Civil Engineering, University Toronto, Toronto, Canada (Release version: VT2.6F)

Yang, Y., [2014] “Shear behavior of reinforced concrete members without shear reinforcement. A new look at an old problem,” PhD Dissertation, Delft University of Technology, Netherlands.

Zhu, R.R.H., Hsu, T.T.C. [2002] “Poisson Effect in Reinforced Concrete Membrane Elements,” ACI Structural Journal, Vol. 99, No. (5), pp. 631-640.

Zhu, R.R.H., Hsu, T.T.C., Lee, J.Y. [2001]. “Rational Shear Modulus for Smeared-Crack Analysis of Reinforced Concrete,” ACI Structural Journal, Vol. 98, No(4), pp. 443-450.