Sunteți pe pagina 1din 178

Department of Civil Engineering

Program name: RUAUMOKO2D Author: Athol J Carr Program type: Inelastic Dynamic Analysis

COMPUTER PROGRAM LIBRARY


Program code: ANSI Fortran77 Date: 25 September 2004

RUAUMOKO
The Maori God of Volcanoes and Earthquakes

Volume 2: User Manual for the 2-Dimensional Version, Ruaumoko2D

Copyright \ Athol J. Carr, University of Canterbury, 1981-2004. All Rights reserved.

Running the program RUAUMOKO-2D. The program is designed to run in an interactive mode or in a batch mode with an input data file that may be prepared using a word-processor, a spreadsheet or a text editor. If a word-processor or spreadsheet is used to prepare a data file then the data MUST be saved as a plain ASCII text file. In the default form the program will prompt the user for the input data. The input data supplied may be logged so that it can be used for later analyses and prepared data files may be used for all or part of the input data. For further details on the use of the command processor used in the program type $HELP at any prompt. Complete all responses by pressing the RETURN/ENTER key. To run the program call the program by the method appropriate to your operating system. On a personal computer just type RUAUMOKO2D assuming that the file RUAUMOKO2D.EXE and FQWIN.HLP are in your current directory or path. In Microsoft Windows operating systems another option is to create a shortcut on the desktop and for this purpose a suitable icon for RUAUMOKO, Ruaumoko2D.ico, is supplied with the program. The program prompts for responses to a series of questions. Default responses, where appropriate, are enclosed in square brackets, [ ]. File names must match the conventions of your operating system but file names, with paths where necessary, must not exceed 60 characters in length and must not contain blanks. The first question asks for the name of the output file. The default is the computer console or terminal screen. The next two questions are for names of the files containing the earthquake accelerograms or the excitation histories. The default value assumes that the excitations are appended to the rest of the input data. If there are less than three inputs records just hit the RETURN key for the subsequent requests. If the file names are included in the excitation part of the data file then just hit the RETURN key at each prompt. The next question asks for the name of the DYNAPLOT post-processor file. This file will only be opened if requested by a greater than zero value of the variable KPA later in the data. This file is automatically given the extension .RES or .RAS if required, or if the name shown, which uses the filename of the output file, is acceptable, just hit the RETURN key. The next question asks for the selection of on-screen graphics. Any answer not of the form Y, YE or YES (upper or lower case) will suppress the graphics. If the answer was YES and the screen supports colour graphics you will later be asked if you want COLOUR graphics or not. Note; if on-screen graphics is enabled the screen cursor is invisible at the end of all future prompts. The next question asks if this is a data check run only. If so type Y, YE or YES. In the case of the data check run the analysis is terminated at the completion of the modal analysis and just before the start of the timehistory analysis. The total storage requirements for the time-history analysis is checked. The program then displays information on logging or adding data files The next prompt is for the title name of your analysis which is the first line of the data described in the following sections of this manual. If the user already has a data file ready then type $ADD filename, where filename is the name and path if necessary of the data file, followed by RETURN. If the user is going to key the data in as prompted, it is suggested that the all of the data be logged in a file for later use and to save resupplying this data in the event of a data error by giving the command $LOG filename, where filename is the name of the file where data is to be logged, followed by RETURN. Note that all responses prior to this one will not be logged even if logging had been enabled at an earlier prompt. At the completion of reading and checking of all of the input data for the analysis, the program, if it is running in an interactive mode and the on-screen graphics is enabled, the user will be prompted as to whether colour graphics is wanted. The on-screen graphics draws a picture of the structure with all members numbered and the analysis pauses until the RETURN key is pressed. If you want a hard copy use the pull-down menu at the top left of the window to print the picture or to save it as a The program will next plot the accelerograms or excitation histories scaled to the magnitudes used in the analysis. These are cleared by pressing the RETURN key.

After the modal analysis is complete the user is asked if the mode shapes are to be displayed in an animated display. Respond by typing the mode number followed by RETURN. Five and a quarter cycles of vibration are displayed unless a different number of cycles is specified. The default response END terminates the plotting of mode shapes and starts the time-history analysis. During the time-history, on-screen pictures of the deformed shape of the structure showing the locations of inelastic behaviour are presented but require no user action because the pictures are replaced automatically as soon as a new picture is ready. Excessive use of the screen capture during the time-history may cause the system to crash.

Running the program RUAUMOKO-2D in Batch Mode. The program RUAUMOKO-2D may be run in a batch mode as well as the interactive mode described above. In the batch mode the graphics is disabled and the test data option is also disabled. The .BAT file has the command line as follows: START/w RUAUMOKO2D outputfile inputfile quake1file quake2file The START/w is only required for Windows95 or Windows98 operating systems to prevent the system from attempting to multi-task following command lines. For WindowsNT, Windows2000 or WindowsXP this item should be removed. If the RUAUMOKO-2D executable file RUAUMOKO2D.EXE is not in your path then the path should be part of the command. The outputfile is the name (including the path) of the output file. This file must NOT exist. If the file does exist the analysis will terminate immediately. The post-processor file, if requested in the input data, will have the same file name (and path) but with the extension .RES or .RAS . The inputfile is the name (including path) of the input data file (in the form required in the following part of this manual) and the file MUST exist. If the file cannot be found, because the name or path is incorrect then the analysis will terminate. The files quake1file and quake2file are the names (including paths) of the excitation files. These file names are optional, if they are missing or the word INPUT (in upper case) is supplied instead than they are assumed to be part of the inputfile above. If files names are supplied then the files MUST exist or the analysis will be terminated. If there are less than two arguments following the command RUAUMOKO2D then the programs will run in the normal interactive mode. As many such command lines may be arranged in a .bat file, the best example was a visitor to the department who set up 475 runs in a batch file and went away for days skiing. The only real limitation is the amount of disk required for the output files, especially if the post-processing file is also output.

Enviroment Settings. RUAUMOKO-2D makes great use of a local random access scratch file during th analysis. At each time-step and in each iteration a read and a write operation is carried out for each member in the structure. The default location for this file RUAUMOKO.SCR is in the users current working directory. When the analysis is completed this file is deleted by the program, however, if the program is terminated prematurely by the user this file may be left in the directory. This will not cause any difficulties as it will over-written the next time the program runs. However, if the program is being run over a network and the users working directory is on a server, then a very large penalty will be paid for the network traffic and the program may appear to run at about 40% of its normal speed. The tmp and temp environment variable should be set to a local hard disk on the computer where the analysis will actually take place. On all of the Windows workstations in the School of Engineering, University of Canterbury, computer laboratories these variables are set to C:\TEMP which is a 3

local scratch directory on each workstation. If the programs are being run on a single personal computer there is no necessity to set the environment variables. On the latest personal computer version of RUAUMOKO-2D most of the scratch file is emulated in memory which has increased the execution speed of the program by factors of up to 8. However, should the number of sectors required for the scratch file exceed the memory allocated the remainder of the disk sectors will be written to the hard disk file mentioned above. In all cases, even if it is not used, the file RUAUMOKO.SCR will be created at the start of the program execution and deleted at the end of the analysis. (This disk in memory approach has been successfully used in VMS and unix workstations since 1989). Do not attempt to carry out simultaneous executions of the program unless they are run from different directories and the environment variable are not set as the scratch file would be accessed by the different analyses with great confusion as the result.

Note: In the following user guide, each line of required data is indicated by a box containing the data items. Below each box is a description of the data items. The data items on each line may be separated by commas or blank spaces. The format for the items are indicated by the letter at the end of each descriptive line with A indicating a character string, I indicating an integer value and F indicating a floating point number. A floating point number may or may not have a decimal point and may also take a scientific or exponent form such as 1.5E6 which could also be expressed as 1500000.0. Character strings will be upper-cased unless enclosed in double or single quotes and will terminate at the first blank space unless the string is enclosed in quotes.

OVERVIEW OF THE DATA FOR "RUAUMOKO-2D" The analysis data for the structure is described by the following sequence of input lines or card images. Each data set consists of the following items of data. 1 2 3 4 5 6 Title for the Analysis - one line - see section 1 Analysis Control Parameters - one line - see section 2 Structural Parameters - one line - see section 3 Output and Plotting Parameters - one line - see section 4 Iteration and Travelling wave parameters - one line - see section 5 NODES - one line - see section 7 This is followed by one line for each nodal point giving the coordinates, the boundary condition flags, displacement slaving flags and the output control flag. The nodes must be in ascending numerical sequence. If lines are omitted their data will be interpolated. ELEMENTS - one line - see section 8 This is followed by one line for each member in the structure giving the property-set number, the four nodal point numbers that define the location, or connectivity, of the member and the output control flag. the members must be in ascending numerical order. Lines may be omitted with interpolation giving the properties of the intervening members. PROPS - one line - see sections 9,10,11,12,13,14,15,16,17,18,19 and 20. This is followed by lines for each of the sections in the properties table together with data on strength and stiffness degradation covered in Appendices A and B. WEIGHTS - one line - see section 21 This is followed by one line for each node that has a specified point, or lumped, weight for the mass matrix. LOADS - one line - see section 22 This is followed by one line for each node that has a static load applied to it. SHAPE - one line - see section 23 This section only applies to dynamic load histories and not to earthquake analyses. This is followed by one line for each node that has a contribution to the dynamic forcing function that will act on the structure. The magnitudes of the loads are multiplied by the dynamic loading history which is described in the following section. One set is required for each loading pattern, i.e. if there is a second loading pattern repeat all of this section for the second loading pattern. EQUAKE - one line - see section 24. This is only required if dynamic excitation is applied. This is followed by a line with the parameters for the accelerogram or the loading history. This then may be followed by the accelerogram or loading history though in most cases the accelerogram is read from a separate file. EQUAKE - one line - see section 24. This is only required if there are two components of the accelerogram or loading history. This is followed by a line with the parameters for the accelerogram or the loading history. This then may be followed by the accelerogram or loading history though in most cases the accelerogram is read from a separate file. EQUAKE - one line - see section 25. This data is only required for a Cyclic Adaptive Pushover Analysis. This is followed by a line with the parameters for the application of the displacement history. This then may be followed by the displacement history though in many cases the history may be read from a separate file.

10

11

12

13

14

15

SPECTRA - one line - see section 26. This is only required if the analysis is for a Response Spectra Analysis. This is followed by a line with the parameters for the Acceleration Response Spectra. This then may be followed by the data for the response spectra though the spectra could be read from a separate file.

THE DATA FILE FOR "RUAUMOKO-2D" The analysis data for the structure is described by the following sequence of input lines or card images. 1 Description of the Analysis

Description of the structure (up to 79 alphanumeric characters)

Principal Analysis Options

IPANAL IFMT IPLAS IPCONM ICTYPE IPVERT INLGEO IPNF IZERO ORTHO IMODE

IPANAL

IFMT IPLAS IPCONM

ICTYPE

IPVERT

INLGEO

= 0; = 1; = 2; = 3; = 4; = 5; = 6; = 7; = 8; = 9; =10 ; = 0; = 1; = 0; = 1; = 0; = 1; = 2; = 0; = 1; = 2; = 3; = 4; = 5; = 0; = 1; = 2; = -1 ; = -2 ; = 0; = 1; = 2; = 0; = 1; = 2; = 0; = 1; = 0; = 1; = 0; = 1; =2;

IPNF

IZERO ORTHO IMODE

Static Analysis (with iteration for in-elastic behaviour) Static (with iteration for in-elastic behaviour) and Modal Analyses Dynamic Time-history using Newmark constant average acceleration Dynamic Time-history using Central Difference explicit method As for IPANAL=2 above but see note below. As for IPANAL=3 above but see note below. Adaptive Push-Over Cyclic Adaptive Push-Over Multiple Input Ground Displacement Histories. As for IPANAL=8 above but see note below. Response Spectrum Analysis Binary post-processor file with extension .RES ASCII binary post-processor file with extension .RAS Elastic Time-history Analysis only In-elastic Time-history Analysis Lumped mass matrix used in Time-history Diagonal mass matrix used in Time-history Consistent mass matrix used in Time-history Initial Stiffness Rayleigh Damping Tangent Stiffness Rayleigh Damping Linear variation of damping with elastic natural frequencies Tri-linear variation of damping with elastic natural frequencies User specified modal damping Material specific Rayleigh Damping X-direction earthquake only Y-direction earthquake only Both X and Y direction earthquakes One component dynamic loading history Two component dynamic loading history Small displacement analysis assumed. Large displacement effects included P-Delta effects included (after the static analysis the stiffnesses are modified and INLGEO is reset to 0) Modal analysis is carried out after the static analysis (Normal Case) Natural frequencies and Mode Shapes are NOT calculated Modal analysis is carried out before the static analysis All zero output is omitted (normal case) All zero output is printed Mode shape orthogonality check not carried out. Mode shape orthogonality check printed Householder QR eigenvalue algorithm used (Default) Jacobi eigenvalue algorithm used Sub-space iteration eigenvalue algorithm used

I I I

I I I

Notes: If IPANAL is greater than 0, a static analysis is carried out if any static loads are specified and then the modal analysis is performed unless suppressed, or the order of the operations is reversed, by the variable IPNF. Limits on valid ranges for variable IPVERT If IPANAL = 1,2,3,4 or 5, IPVERT = 0,1 or 2, or >-100 If IPANAL = 6 or 7, IPVERT = -1 If IPANAL = 8 or 9, IPVERT < 100 If IPANAL = 10, IPVERT = 0,1 or 2 For IPANAL = 4 or 5. Degrees of Freedom flagged as for travelling wave input are treated as fixed for the static and modal analyses and are then released at the start of the relative displacement time history integration. For IPANAL = 9. Degrees of Freedom flagged as input nodal displacement degrees of freedom are fixed for the static and modal analyses and are then released at the start of the total displacement time history integration. IPANAL = 6 is for an Adaptive Push-Over Analysis where the input load pattern is adapted as the structure deforms and the analysis will terminate when the limit displacement is reached, the factored elastic displacement is reached or the structure stiffness reduces to 0.1% of the initial stiffness. IPANAL = 7 is for a Cyclic Adaptive Push-Over Analysis where the input load pattern is adapted as the structure deforms and when the change points in the prescribed displacement history is reached the loading again reverts to the initial loading pattern but in the opposite direction and the adaptive loading again continues until the next reversal point in the displacement history is reach. The analysis will terminate when the displacement history is completed or the structure stiffness reduces to 0.1% of the initial stiffness. IPANAL = 8 is for the case for simulating a laboratory excitation where a displacement is applied to the structure at a particular degree of freedom or a set of degrees of freedom. In this case the degrees of freedom where the displacements are to be applied are treated as free for the static and modal analyses, i.e. gravity and free-vibration cases and then the displacement histories are applied to these degrees of freedom. The analysis is a Relative Displacement formulation. IPANAL = 9 is for the case for the analysis of a structure where the ground is to be subjected to a set of specified ground displacement histories. This would be appropriate if the different motions are to be applied at different parts of the foundation or at different depths in the foundation. For the static and modal analyses these degrees of freedom need to be fixed to prevent rigid body displacements of the structure. The analysis is a Total Displacement formulation IPANAL = 10 is for the case for the analysis of a structure where the ground motion is based on an acceleration response spectra. The data for a normal dynamic analysis is read but then the analysis is reset to linear elastic, the damping model is reset to Rayleigh damping, the mass matrix is reset to diagonal and the analysis is set to small displacement theory. There may be separate spectra for the each earthquake direction or the same spectra may be use for all earthquake component. The analysis is a Relative Displacement formulation. ORTHO is a flag that enables the user to show the orthogonality of the mode shapes computed with respect to the mass matrix. Ideally the diagonal terms of the orthogonality matrix should be 1.0 and the off-diagonal terms should be 0.0.. This check is normally only used if, for some reason, there is a suspicion that the modes computed are not orthogonal with respect to the mass or stiffness matrices. IMODE is used to select the eigenvalue algorithm used to compute the natural frequencies and mode shapes of free-vibration. The default is the Householder and QR algorithm that has been used since the mid-1960s. This has always been reliable but in 2001 3 instances were reported where nonorthogonal modes were computed The Jacobi algorithm is the most stable algorithm available but is slow, and if any mode shapes are required they all have to be found, recommended for small problems only. The Sub-space iteration method is suitable for very large problems but must be used with care if parts of the structure have very small masses with small stiffnesses to match as the iteration process may then be unpredictable. The iteration uses a generalised Jacobi eigenvalue routine. 8

Rayleigh or Proportional Damping Model ICTYPE=0 or 1

Linear or Tri-linear Damping Model ICTYPE=2 or 3

User Specified Modal Damping ICTYPE=4

Frame Control Parameters

NNP NMEM NTYPE M MODE1 MODE2 GRAV C1 C2 DT TIME FACTOR

NNP NMEM NTYPE M MODE1 MODE2 GRAV C1 C2 DT TIME FACTOR

Number of nodal points in the structure Number of members in the structure Number of different cross-section in the section table Number of mode-shapes required to be printed in the modal analysis The mode number at which the first damping ratio is applied. The mode number at which the second damping ratio is applied The acceleration of gravity The percentage of critical damping at mode MODE1 The percentage of critical damping at mode MODE2 The time-step (Time units, usually seconds) The length of time-history to be run (Time units, usually seconds) A scale factor applied to the time-history input (Default = 1.0)

I I I I I I F F F F F F

Note:

If both MODE1 and MODE2 above are zero then the coefficients C1 and C2 are to be taken as the constants " and $ of the Rayleigh damping model. If there is only one dynamic degree of freedom then if MODE1=1 and MODE2=0 then mass proportional damping is modelled. If there is only one dynamic degree of freedom then if MODE1=0 and MODE2=1 then stiffness proportional damping is modelled. If ICTYPE = 4, User specified Modal damping, then MODE1 is the number of modes for which damping is specified, 1 # MODE1 # 10. Note that MODE2, C1 and C2 should be zero.

Output Intervals and Plotting Control Parameters

KP KPA KPLOT JOUT DSTORT DFACT XMAX YMAX NLEVEL NUP IRESID KDUMP

KP KPA KPLOT JOUT DSTORT DFACT XMAX YMAX NLEVEL NUP IRESID KDUMP

= 0; Time-history output suppressed = k; Time-history output every k time-steps = 0; Post-processor DYNAPLOT output suppressed = k; Post-processor DYNAPLOT output every k time-steps = 0; Plastic Hinges plotted at every status change = k; Plastic Hinges plotted every k time-steps Not used any longer, supply 0 (zero) Not used any longer, supply 1.0 (one) Displacement multiplying scale factor for on-screen graphics. $ 1.0 Maximum X displacement for use in the on-screen graphics Maximum Y displacement for use in the on-screen graphics Number of levels for computed inter-storey drifts, i.e. number of storeys+1 If NLEVEL is less than 2 then inter-storey drifts are not output. Vertical axis for inter-storey drifts, 1=X axis or 2=Y axis. =1, Residual displacements and forces output at end of time-history output. =0, Residual displacements and forces not output. = 0; Mass and Stiffness matrices output suppressed = k; Mass and Stiffness matrices output every k time-steps

I I I I F F F F I I I I

Note:

The variables JOUT and DSTORT are no longer used in Ruaumoko but are retained to maintain backwards compatibility of the data files. If KP is zero for a response spectra analysis (IPANAL=10) then only the combined modal response will be output whereas if KP is greater than zero each modal response will also be output.

10

Iteration Control and Wave Velocities

MAXIT MAXCIT FTEST WAVEX WAVEY THETA DXMAX DYMAX D OMEGA F

MAXIT

MAXCIT

FTEST

WAVEX WAVEY THETA DXMAX DYMAX D

OMEGA F

Maximum number of cycles of Newton-Raphson iteration per Time-step If =0 : no iteration If IPANAL = 3 (explicit integration) MAXIT is the number of sub-steps per time-step DT in the integration of the equations of motion i.e. the actual integration time-step = DT/MAXIT Maximum number of cycles of iteration/solution step for damping models ICTYPE = 2, 3 or 4 that have coefficients outside the skyline of the stiffness matrix. In other values of ICTYPE use 0 Norm of the out-of-balance force vector relative to the incremental force vector for the Newton-Raphson or damping iteration. The value is the square of the iteration tolerance required. i.e. 0.0001 implies a tolerance of 1% in the residual vector. Wave velocity of propagation in the x-direction (if = 0.0 taken as infinite) Wave velocity of propagation in the y-direction (if = 0.0 taken as infinite) Angle of Earthquake X and Y direction to structure X and Y directions degrees (default =0.0) X displacement to terminate analysis Y displacement to terminate analysis Traveling Wave Dispersion Factor 0.0 implies no dispersion (D = infinity) 1.0 Maximum dispersion. 100.0 Minimum dispersion Earthquake Characteristic Frequency (radians/second) used for dispersion. Scale factor for dispersion (default = 0.10)

F F F F F I

F F

Notes: 1. 2. 3.

4 5

7 8

9.

If IPVERT is negative then travelling wave models are not permitted. If the ground wave velocities WAVEX and/or WAVEY are input as zero they are treated as infinite. When the Central Difference marching method is being used for the time-history integration then the actual time-step DT/MAXIT must be less than half the shortest natural period of the structure if numerical instability is to be avoided in the time-history integration. The Displacement limits are absolute values in that only positive numbers are used. The default value for FTEST used when either one or both of MAXIT and/or MAXCIT are specified is 0.00001. Note that the squares of the vector norms are used in the test so that 0.001 implies a 3% tolerance and 0.0001 implies a 1% tolerance. If the variable MAXCIT is applicable the maximum number should lie in the range of 1 to 3. As a rule, experience has shown that very seldom is more than one cycle of iteration required. As a general observation not more than about 5 Newton Raphson iterations should be needed in any time-step If Dispersion is applied to the travelling wave, then the amount of dispersion applied to the accelerogram applied to nodes after the first node to receive the input depends on the wave velocity, the distance between the nodes (i.e. the time delay) and the dispersion parameter D and the characteristic earthquake frequency OMEGA. The dispersion is in the form of a white noise which is designed not to significantly alter the response spectra of the input ground motion. The first node to receive the input motion has no dispersion applied to its input motion. The dispersion amplitude may be scaled by the factor F.

11

5a

User Specified Modal Damping Parameters (Only if ICTYPE = 4)

MODE1 DAMP1 MODE2 DAMP2 .. ..

MODEn DAMPn

MODEi DAMPi

Mode number. Must be in ascending numerical order, Percentage of Critical Damping for MODEi

I F

Notes: 1. Number of Modes n specified must equal MODE1 of line 2, Principal analysis options. 2. Damping for modes less than the first mode above is taken as DAMP1 and damping for modes greater than the last above is taken as DAMPn. This model may be considered as a variation of the trilinear damping model. 3. For modes with numbers in-between the modes specified, the Percentage of Critical damping is interpolated with respect to the modal frequencies of the modes at the beginning and end of the gap in the mode numbers.

Time-History Output Control

Output control during the time-history integration is under the control of the parameters KP and KPA on the Section 4 above. If the parameter KP is non-zero, = J, the results are written to the output file, or device, every J time steps starting at step 0. Likewise, if KPA is non-zero, = I, then results go to the post-processing DYNAPLOT disk file every I time steps starting at step zero. The control of which nodes or members have their results output is determined by the parameter IOUT associated with each of the nodes or members in the following data sections. The value of IOUT lies in the range of 0 to 3; IOUT = 0; = 1; = 2; = 3; if required, the results will be sent to both the output file and written to the DYNAPLOT file. if required, will only be written to the DYNAPLOT file if required, will only be sent to the output file. will neither be printed or written to the DYNAPLOT file or to the output file.

Default values of IOUT are set on the lines with the words NODES or MEMBERS in Sections 7 or 8 below and these values will apply for all nodes or members unless over-ridden by new values on the data for that node or member. Interpolated nodes or members take the value for the first node or member in the sequence. At every time step the following information may be written to the DYNAPLOT post-processing file. 1. The time, ground accelerations and the inertia, damping and elastic energies, the external work done by the applied loads and the plastic work. For every requested node, the nodal displacements, velocities, accelerations, damping forces, inertia forces and applied forces. For every requested member, the member forces, the member deformations, the member action stiffness flags as a percentage of the elastic stiffness. (axial, flexure at end 1, flexure at end 2) or (longitudinal displacement, transverse displacement and moment). For the four-hinge beam members the moments, curvatures and stiffness flags for the internal hinges are also output. For Frame and Wall members the shear forces at each end are also output.

2.

3.

12

Nodal Point Input

One input line with the word NODES starting in column 1.

NODES IOUT

IOUT

Output control flag (see section 6 above)

One input line required per nodal point, except that the presence of sequential nodal points with equally spaced nodal point coordinates need only be implied by the presence of the first and last nodal points of the sequence. Boundary conditions will be taken (except for the last nodal point in the sequence) as being identical to those of first nodal point in the sequence. Coupling nodes will also be interpolated between the first and last nodal points in the sequence.

N X(N) Y(N) NF1 NF2 NF3 KUP1 KUP2 KUP3 IOUT

N X(N) Y(N) NF1 NF2 NF3 KUP1

KUP2

KUP3

IOUT Note:

Nodal point number X-coordinate of node N Y-coordinate of node N = 0; x-displacement is unconstrained = 1; x-displacement is zero i.e. fixed = 0; y-displacement is unconstrained = 1; y-displacement is zero i.e. fixed = 0; Z-rotation is unconstrained = 1; Z-rotation is zero i.e. fixed = 0; no coupling of the X-displacement degree of freedom = J; X-displacement of this node is coupled to that of node J = -1; Support node for travelling wave input for x component of input. (NF1 must = 0) = -k; Only if IPANAL = 8 or 9. Input k displacement at this degree of freedom = 0; no coupling of the Y-displacement degree of freedom = J; Y-displacement of this node is coupled to that of node J = -1; Support node for travelling wave input for y component of input. (NF2 must = 0) = -k; Only if IPANAL = 8 or 9. Input k displacement at this degree of freedom = 0; no coupling of the Z-rotation degree of freedom = J; Z-rotation of this node is coupled to that of node J (Caution must be exercised here as the rotational coupling couples only the rotational degree of freedom and does not make any allowance for the distance between the nodes) = -k; Only if IPANAL = 8 or 9. Input k displacement at this degree of freedom Output control flag (see section 6 above)

I F F I I I I

There is no restriction of the ordering of master and slave nodes in the program and daisy chaining of slaving has also been used. However, care must be exercised to ensure that circular chaining does not occur, i.e. that the node is not effectively slaved back to itself. The unconstrained equations are numbered and then the program works out the equation numbers of the slaved nodes. Once the member data has been input the equations are automatically renumbered to maximise the execution speed in the subsequent equation solving. This means that if one later wishes to apply foundation compliance to what was a fixed-base structure then the original node numbering does not have to be changed, the new numbers for the foundation nodes are just appended to the existing node sequence. Similarly, adjoining frames in a pounding study can be numbered sequentially rather than numbering across floors of both structures to minimise band-width. Dummy nodes may be left in the data set as long as they are fully fixed. 13

7a.

Inter-storey Drift Input. (Only if NLEVEL on data line 5 is greater than 2)

One input line with the word DRIFT starting in column 1.

DRIFT

This is followed by a line or lines with a list of a list of NLEVEL nodal point numbers starting with a node point at the ground level and then with a node point at each storey progressing upwards from the bottom of the structure. If the nodes cannot be listed on one line then take as many lines as is necessary. The program will continue reading data lines until all NLEVEL numbers have been read.

N1 N2 N3 . . . Ntop

N1 N2 N3 ... Ntop

Nodal point number at ground floor, or first level, of the structure. Nodal point number at the second level of the structure. Nodal point number at the third level of the structure. Nodal point numbers at intermediate levels Nodal point at the top level of the structure

I I I I I

Notes: The total number of nodes must be NLEVEL

14

Four Node Member

Quadrilateral Elements and Panel Elements

15

Member Topology or Geometry

One input line with the word ELEMENTS starting in column 1.

ELEMENTS IOUT

IOUT

Output control flag (see section 6 above)

One input line is required per member in ascending order, except that sequential members with a nodal point numbering that uniformly increments may be implied by the provision of the first and last member in the sequence. The member type for all interpolated members will be taken as that for the first member in the sequence.

N MT NODE1 NODE2 NODE3 NODE4 IOUT

N MT NODE1 NODE2 NODE3 NODE4 IOUT

Member number Member type number, refers to the member properties that follows Nodal point number at end 1 of the member Nodal point number at end 2 of the member Inner nodal point at end 1 of the member (if NODE3 is zero or blank it is reset = NODE1) Inner nodal point at end 2 of the member (if NODE4 is zero or blank it is reset = NODE2) Output control flag (see section 6 above)

I I I I I I I

Notes: The 4-node members are connected to NODE1 and NODE2 only with no stiffness contributions to nodes NODE3 and NODE4. These latter two nodes NODE3 and NODE4 are purely for a geometric definition (they are assumed to be connected to nodes NODE1 and NODE2 respectively by rigid links with the flexible section of the member lying between the inner nodes). The boundary conditions for the inner nodes NODE3 and NODE4 must be fully fixed. In a large displacement analysis the coordinates of nodes NODE3 and NODE4 are updated from the incremental displacements and rotations of nodes NODE1 and NODE2. All four nodal points are required and must be distinct for the quadrilateral finite elements and the masonry panel elements. The nodal points must be given in an anti-clockwise sequence around the element.

16

Member Property Tables

One input line with the word PROPS starting in column 1. PROPS

10

Section Property Information

One set of input for every different cross-section type (this may be due to the different initial load conditions etc.). These must be arranged in ascending section number order and each must be one of the following section types;

N MTYPE LABEL

N MTYPE

LABEL

Section Number = FRAME => Beam or Beam-Column member = SPRING => Translational and Rotational Spring member = WALL => Taylor Structural-Wall member = DAMPER => Viscous Damping member = TENDON => Active Tendon or Constant Force member = CONTACT => Contact or Impact member = QUAD => Quadrilateral Finite Element. = PANEL => Masonry In-fill Panel = GROUND => Foundation Element = MULTISPRING => Multi-Spring Hinge Element. Maximum 30 character label for section. If you wish to retain case or if the label contains blank characters enclose the label in single or double quotes.

I A

The MTYPE may be supplied with just enough letters to be distinct , in this case just the first letter is sufficient. The above line for each section shall be followed by the remaining data for the appropriate member types. See the following sections. SECTION 11 = FRAME type members SECTION 12 = SPRING type members SECTION 13 = WALL type members SECTION 14 = DAMPING type members SECTION 15 = TENDON type members SECTION 16 = CONTACT type members SECTION 17 = QUAD type elements. SECTION 18 = PANEL type elements SECTION 19 = GROUND type elements SECTION 20 = MULTI-SPRING elements

17

11

FRAME type member properties

Frame Member Order of all of the components required for Frame Members are: 1 2 3 4 5 6 7 8 9 10 Basic Section Properties see section 11a Elastic properties see section 11b Member bi-linear factors and hinge lengths only is IHYST > 0, see section 11c Material Specific Damping Parameters, (only if ICTYPE = 5 on line 2) see section 11d Member initial conditions, or fixed end forces, only if ICOND > 0, see section 11e Yield Forces and Moments Except when IHYST = 0, see sections 11f to 11i Shear Yield data, only if IGA > 0, see sections 11j or 11k Strength Degradation Parameters, only if ILOS > 0, see section 11l Stiffness Degradation Parameters, only if IHYST > 0, see section 11m Damage Index data, only if IDAMG > 0, see section 11n

Beam Sign Convention

18

Giberson One Component Beam Model

Two Component Beam Model

Variable Flexibility Beam Member

Four-Hinge Beam Model

19

11a.

Basic section properties

ITYPE IPIN ICOND IHYST ILOS IDAMG ICOL IGA

ITYPE

IPIN

ICOND IHYST ILOS

= = = = = = = = = = = = = = = = = = = = = =

1; 2; 3; 4; 5; 6; 7; 0; 1; 2; 3; 0; 1; n; 0; 1; 2; 3; 4; 5; 6; 7; 0; m; 0; 1; 2; 3; 0; 1; 2;

IDAMG ICOL

IGA

= = = = = = = = =

One Component (Giberson) BEAM member Concrete BEAM-COLUMN member Steel BEAM-COLUMN member General quadratic BEAM-COLUMN member Two-component BEAM member Variable Flexibility BEAM member Four-Hinge BEAM member Member built-in to joint (Normal case) End 1 pinned (internally) to the joint End 2 pinned (internally) to the joint Both ends pinned (internally) to the joint No initial loads applied Initial Fixed-end forces or Prestress are applied. See section 11e. Hysteresis rule. See Appendix B No strength degradation. See Appendix A Strength reduction in each direction based on its ductility factor Strength reduction based on number of cycles Strength reduction based on maximum ductility Strength reduction as for ILOS=1 above but strength reduction also with number of inelastic cycles. Strength reduction as for ILOS=4 above but strength reduces suddenly at ultimate ductility. Strength reduction as for ILOS=3 above but strength reduction also with number of inelastic cycles. Strength reduction as for ILOS=6 above but strength reduces suddenly at ultimate ductility. No damage indices computed Damage indices computed (m integer > 0 used as weight) Column ductilities computed at balance point of axial force Column ductilities computed at static axial force Column ductilities computed at zero axial force Column ductilities computed at each time-step using current axial force Shear deformation is elastic (only option if ITYPE=7) In-elastic Shear deformation with SINA hysteresis In-elastic Flange Shear-Link model

I I I

I I

Note: 1.

If ITYPE above is 6 or 7 then IHYST may not be 1, 5, 18 or 19, IPIN must be 0 and the bi-linear factor RF in section 11c must have a value greater than or equal to 0.01. If the member is linearly elastic then there is no effective distinction between members ITYPE 1 to 6. To represent truss members either IPIN = 3 or I (in section 11b) is set equal to zero. The latter option is preferred as then all beam hysteresis rules can be used for the truss behaviour. If the first option is used then only the elasto-plastic and bi-linear rules may be used. The value of IDAMG is used as a weight when computing the weighted damage index for the whole structure. Only integer values are accepted. If all damage index flags are 1 then the weighted damage index for the structure is the average damage index.

2. 3.

4.

20

11b.

Elastic section properties

E G A AS I WGT END1 END2 FJ1 FJ2

E G A AS I WGT END1 END2 FJ1 FJ2 Note:

Elastic (Young's) Modulus of member material Shear Modulus of member material Cross-sectional AREA of the member section Effective SHEAR AREA of the member section (if AS=0.0 then shear deformations in the section are suppressed) MOMENT of INERTIA (2nd Moment of Area) of section Weight/(unit length) of the member Length of Rigid End-block at End 1 of member Length of Rigid End-block at End 2 of member Joint flexibility at End 1 (radians/unit moment) Joint flexibility at End 2 (radians/unit moment)

F F F F F F F F F F

The weight/unit length is used to compute the member mass and does not contribute to the static loads on the member or the structure. The end-block lengths END1 and END2 are within the beam between nodes NODE3 and NODE4.

11c.

Member Bi-linear Factors and Hinge Properties (only if IHYST above not equal 0)

RA RF H1 H2 H3 H4 H5 H6 H7

RA RF H1 H2 H3 H4 H5 H6 H7

Bi-linear factor (or Ramberg-Osgood r) (Axial) Bi-linear factor (or Ramberg-Osgood r) (Flexure) Plastic Hinge Length at End 1 Plastic Hinge Length at End 2 Plastic Hinge Length at Hinge 3 (4-Hinge Beam only) Plastic Hinge Length at Hinge 4 (4-Hinge Beam only) Fraction of length Hinges 1 to 3 (4-Hinge Beam only) Fraction of length Hinges 4 to 2 (4-Hinge Beam only) Fraction of Central EI to Section EI (4-Hinge Beam only)

F F F F F F F F F

Notes: 1. For One-Component and Four-Hinge Beams and all Beam-Columns the plastic hinge lengths are reset to 1.0 if 0.0 is specified making the plastic curvature the same as the plastic hinge rotation. 2. The plastic hinge lengths are not used for the Two-Component Beam members. 3. The plastic hinge lengths for Variable Flexibility Beams should be between 0.1 and 0.5 of the member's clear span. 4. The Fractions of length to the interior plastic hinges of the Four-Hinge Beam member should be between 0.1 and 0.4, the default is 0.3. 5. The Central Stiffness ratio is the fraction of the end stiffnesses that is used by the central region between hinges 3 and 4. The minimum is 0.1. All stiffness quantities, AE, EI and GA are adjusted by the same scale factor.

21

11d.

Material Specific Damping (only if ICTYPE = 5 in section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, i.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETAT ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

22

11e.

Member Initial Fixed End Forces (only if ICOND = 1)

M1 M2 V1 V2 AXIAL AXPS IOP

M1 M2 V1 V2 AXIAL AXPS IOP

Fixed-end moment at End 1 Fixed-end moment at End 2 Fixed-end shear force at End 1 Fixed-end shear force at End 2 Axial force applied to member Axial prestress in the member = 0; Axial prestress has no effect of the structure (see note below) = 1; Axial prestress also implies loads acting on the nodes at the ends of the member.

F F F F F F I

Note:

The prestress force which is Tension positive affects only the internal member axial force used in the determination of yield states and has no effect on the static analysis of the structure. The Axial force applied to the member is positive if it acts in the direction NODE3 to NODE4 and one half of this force is applied to each of the nodes at the ends of the member.

Frame Member Initial Fixed End Force Sign Convention

Positive member moments cause tensile stresses on the bottom fibres and positive shear forces act in the local y direction on the positive local x face of the beam section. Tensile axial forces are positive. As an example if a downward load is applied to the above member M1, M2 and V1 are negative while V2 is positive.

23

11f.

BEAM Yield Conditions

PYT PYC MY1+ MY1- MY2+ MY2- MY3+ MY3- MY4+ MY4-

PYT PYC MY1+ MY1MY2+ MY2MY3+ MY3MY4+ MY4-

Axial force for tensile yield Axial force for compression yield Positive yield moment (End 1) Negative yield moment (End 1) Positive yield moment (End 2) Negative yield moment (End 2) Positive yield moment (Hinge 3) Negative yield moment (Hinge 3) Positive yield moment (Hinge 4) Negative yield moment (Hinge 4)

( $ 0.0) ( # 0.0) ( $ 0.0) ( # 0.0) ( $ 0.0) ( # 0.0) ( $ 0.0) ( # 0.0) ( $ 0.0) ( # 0.0)

F F F F F F F F F F

Note:

Yield moments for hinges 3 and 4 are only required for the Four-hinge BEAM members. If both yield moments at a hinge are zero then the hinge remains elastic. If both PYC and PYT are zero then axial yield is suppressed. If both positive and negative yield moments at a hinge are zero then yield at that hinge is suppressed. There is no interaction between axial forces and the yield moments.

24

11g.

Concrete BEAM-COLUMN Yield Surface at End 1 of member

PYC PB MB M1B M2B M0 PYT IEND

PYC PB MB M1B M2B MO PYT IEND

Axial compression yield force ( < 0.0) Axial compression force at B ( < 0.0) Yield moment at B ( > 0.0) Yield moment at P=(2/3)*PB ( > 0.0) Yield moment at P=(1/3)*PB ( > 0.0) Yield moment at P=0.0 ( > 0.0) Axial tension yield force ( > 0.0) = 0; End 2 of the member has the same yield surface = 1; A further line will be required to supply the parameters PYC to PYT for End 2 of the member.

F F F F F F F I

Note:

If M1B = M2B = 0.0 then a straight line is used between the points (PB, MB) and (0.0, MO) and not the cubic curve. The interaction is symmetric about the M = 0.0 axis.

Concrete Beam-Column Yield Interaction Surface

25

11h.

Steel BEAM-COLUMN Yield Surface at End 1 of member

PYC PB MB M0 PC MC PYT IEND

PYC PB MB MO PC MC PYT IEND

Axial compression yield force ( < 0.0) Axial compression force at B ( < 0.0) Yield moment at B ( > 0.0) Yield moment at P=0.0 ( > 0.0) Axial tension force at C ( > 0.0) Yield moment at C ( > 0.0) Axial tension yield force ( > 0.0) = 0; End 2 of the member has the same yield surface = 1; A further line will be required to supply the parameters PYC to PYT for End 2 of the member.

F F F F F F F I

Note:

The interaction is symmetric about the M=0.0 axis.

Steel Beam-Column Yield Interaction Surface

26

11i.

Quadratic BEAM-COLUMN Yield Surface at End 1 of member

PYC PB MB PC MC PYT IEND

PYC PB MB PC MC PYT IEND

Axial compression yield force ( < 0.0) Axial force at B (PYT > PB > PYC) Yield moment at B ( > 0.0) Axial force at C (PYT > PC > PYC) Yield moment at C ( < 0.0) Axial tension yield force ( > 0.0) = 0; End 2 of the member has the same yield surface = 1; A further line will be required to supply the parameters PYC to PYT for End 2 of the member.

F F F F F F I

Quadratic Beam-Column Yield Interaction Surface

27

11j.

In-elastic Shear Parameters (Only if IGA on line 11a is 1)

One line for in-elastic shear for flexure about the local z-z axis.

Vy Vcr Vcc Alfa R Duct1 Duct2 Vres Phi1 Phi2 Pres Ido

Vy Vcr Vcc Alfa R Duct1 Duct2 Vres Phi1 Phi2 Pres Ido

Shear yield strength ( > 0.0) Shear cracking strength ( > 0.0) Shear crack closing corce ( > 0.0) Bi-linear factor, cracking to yield ( R < Alfa < 0.0) Tri-linear factor after yield ( > 0.01) Shear ductility where strength degradation starts If less than 1.0 then no shear strength degradation Shear ductility where shear strength degradation stops ( > Duct1) Residual shear strength as proportion of Vy (0.01 # Vres < 1.0) Flexural ductility where shear strength degradation starts If less than 1.0 then no shear strength degradation Flexural ductility where shear strength degradation stops ( > Phi1) Residual shear strength as proportion of Vy (0.01 # Pres < 1.0) (Note: Vres*Pres*Vy must be somewhat greater than Vcr) = 0; In-elastic shear yield may occur (default) = 1; Retrofit assumed, message printed, shear remains elastic. = 2: Failure assumed, message printed, analysis terminated.

F F F F F F F F F F F I

Notes: The flexural ductility used for the strength degradation is based on the flexural ductilities at the hinges at the ends of the member. The action taken on the reaching of the shear yield strength follows the rules of Satyarno in his study on the behaviour of shear-flexure interaction in framed structures. The in-elastic shear follows the SINA hysteresis rule. Please see the Appendices. Beta = Alfa and the rule assumes symmetry in both force and displacement axes. If Vy, the shear area or the shear modulus are less than or equal to 0.0 then in-elastic shear is disabled

SINA Hysteresis 28

11k.

In-elastic Flange Shear-Link Parameters (Only if IGA on line 11a is 2)

One line for in-elastic shear for flexure about the local z-z axis.

Flex Bear V1 V2 V3

Flex Bear V1 V2 V3

Shear Link Initial Flexibility (Radians/unit moment) Shear Link Flexibility after bolts bear Shear where flange splice first slips Shear where bolt bearing begins Shear where splice slips in later cycles

( > 0.0) ( < Flex) ( > 0.0) ( > 1.1*V1) ( > 0.0)

F F F F F

Notes: The joint flexibilities specified at the ends of the member are complemented by the shear link flexibility computed for the shear link. The shear force at each end of the member is used to adjust the joint flexibility at that end of the member.

Shear Link Behaviour

29

11l.

Strength Degradation Parameters (only if ILOS is > 0) (See Appendix A)

11m.

Stiffness Degradation Parameters (only is IHYST > 0) (See Appendix B)

For those rules which require sets of data such as SINA or Muto etc., then there are 2 sets of such data: 1: Flexure at End 1 2: Flexure at End 2

11n.

Damage Index data (Only if IDAMG > 0).

MUT MUC MU1+ MU1- MU2+ MU2- MU3+ MU3- MU4+ MU4- BETA1 BETA2

MUT MUC MU1+ MU1MU2+ MU2MU3+ MU3MU4+ MU4BETA1 BETA2

Positive axial ultimate ductility Negative axial ultimate ductility Positive ultimate ductility Negative ultimate ductility Positive ultimate ductility Negative ultimate ductility Positive ultimate ductility Negative ultimate ductility Positive ultimate ductility Negative ultimate ductility Park and Ang Beta Axial Park and Ang Beta Flexural

(End 1) (End 1) (End 2) (End 2) (Hinge 3) (Hinge 3) (Hinge 4) (Hinge 4) (Default = 0.05) (Default = 0.05)

F F F F F F F F F F F F

Notes: Ductility data for hinges 3 and 4 is to be provided only for the Four-hinge Beam members. All ultimate ductilities must be greater than 1.0. The ultimate ductilities have no effect on the dynamic analysis but are only used at the end of the analysis to compute the damage indices. See Appendix B for information on which hysteresis rules can allow damage indices to be computed.

30

12

SPRING type member properties

Spring Member Order of all of the components required for Spring Members. 1 2 3 4 5 6 Basic Section Properties see section 12a Material Specific Damping parameter (only if ICTYPE = 5 in line 2) see section 12b Yield Forces and Moments Except when IHYST = 0, 18, 19, 33 or 37. see sections 12c, 12d, 12e, 12f or 12g Strength Degradation Parameters, only if ILOS > 0, see section 12h Stiffness Degradation Parameters, only if IHYST > 0, see section 12i Damage Index data, only if IDAMG > 0, see section 12j

Spring Member Sign Convention

31

12a.

Basic Section properties

ITYPE IHYST ILOS IDAMG KX KY GJ WGT RF RT PSX PSY PSZ THETA ITRUSS IOP

ITYPE

IHYST ILOS

IDAMG KX KY GJ WGT RF RT PSX PSY PSZ THETA ITRUSS IOP

No interactions between X, Y or Theta Z components Elliptic interaction between yield forces in the X and Y directions, no interaction with rotation. = 3; Interaction between Rotation and Y forces. (Flexure-Shear interaction) (SINA hysteresis assumed for Y components) = 4; Interaction between Axial Force and Yield Moments = 5; Friction Interaction between Axial Force and Transverse Force = n; Hysteresis rule. See Appendix B (If ITYPE=2 Hysteresis is tri-linear). = 0; No strength degradation (If ITYPE=2 then ILOS=0) = 1; Strength reduction in each direction based on ductility in that direction. = 2; Strength reduction based on number of cycles = 3; Strength reduction based on maximum ductility = 4; Strength reduction as for ILOS=1 above but strength reduction also with number of inelastic cycles. = 5; Strength reduction as for ILOS=4 above but strength reduces suddenly at ultimate ductility. = 6; Strength reduction as for ILOS=3 above but strength reduction also with number of inelastic cycles. = 7; Strength reduction as for ILOS=6 above but strength reduces suddenly at ultimate ductility. = 0; No damage indices computed = m; Damage indices computed (If ITYPE=2 then IDAMG=0) Spring Stiffness in the local X-direction Spring Stiffness in the local Y-direction Rotational stiffness of the member section Weight/(unit length) of the member Bi-linear Factor, or Ramberg-Osgood r, for spring forces (This is only used if ITYPE=1) Bi-linear Factor, or Ramberg-Osgood r, rotation Pre-load force in the local X-direction Pre-load force in the local Y-direction Pre-load moment about the Z-axis Angle from Global X axis to local x axis. (Degrees). (Over-rides Note 2 below) (This angle is only used if spring length is zero) = 0; Stiffness coefficients used as input = 1: Stiffness coefficients divided by member length (Default=1.0) (Truss action) = 0; Pre-load forces and moments are internal to the member only. = 1; Pre-load forces and moments act as pre-loads that also affect the nodal Forces acting on the nodes at the ends of the member in the static analysis of the structure.

= 1; = 2;

I I

I F F F F F F F F F F I I

Notes: 1. The weight/unit length is used to compute the member mass and does not contribute to the static loads on the member or the structure. 2. If the length of the member is zero then the local X and Y axes coincide with the global axes. 3. The ITYPE=2 model may be used to model the horizontal x and y behaviour of say a bridge pier where the bridge is modelled in plan and the pier acts in flexure with the vertical axis in the z direction perpendicular to the model of the structure. The behaviour of the pier represents the yield force interaction in the x and y directions where the yield forces would be the yield moments about the y-y and x-x axes at the base of the pier multiplied by the height of the pier. 4. The pre-load forces are internal to the member and have no contribution to the forces acting on the structure. They affect only the initial member deformation before any structure deformations are imposed. 32

5. 6.

7. 8.

This member may be used to represent truss members where the local X-direction represents the truss action. The stiffness KX should equal the AE/L of the truss member. If the Crisafulli hysteresis rule 33 is to be used to model in-fill panels then the AREAs asked for by the rule, (see IHYST=33, Appendix B), are used to set up the stiffness of the spring at each time step. However, the spring member does not use the length of the strut in forming the stiffness and so the AREAs should be the strut cross-sectional areas divided by the strut length. Also, the stiffness KX is used for the initial stiffness of the strut until the stiffness is checked to find its status in the hysteresis rule behaviour, this is in the static analysis, where static loads are applied or at time = 0.0 if not. This means that an initial estimate of KX should be made. In general the Crisafulli model does not carry significant tensile forces which means that normally two strut members are required acting along opposite diagonals and each would only act in the longitudinal, or X, direction. IDAMG, m is used as a weight when adding member damage indices to obtain structure damage index, see notes for Frame members , section 11a. If ITYPE= 5 then the transverse yield force is a function of the axial force. The transverse hysteresis is elasto-plastic representing the transverse friction. The other actions in the axial direction and rotation are linearly elastic. There must be axial and transverse stiffness but the rotational stiffness may be zero.

12b.

Material Specific Damping (only if ICTYPE = 5 in section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, ie.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETAT ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

33

12c.

Yield Surface ( ITYPE = 1 ) (Not if IHYST = 0, 18, 19, 33 or 37)

FX+ FX- FY+ FY- MZ+ MZ-

FX+ FXFY+ FYMZ+ MZNote:

Positive spring yield force in the X direction Negative spring yield force in the X direction Positive spring yield force in the Y direction Negative spring yield force in the Y direction Positive torsional yield Negative torsional yield

F F F F F F

There is no interaction between torsion and spring yield and there is no interaction between the spring yield in the rotation, x or y directions.

12d. Yield Surface ( ITYPE = 2 ) (Not if IHYST = 0, 18, 19, 33 or 37)

FX1 FY1 FX2 FY2 MZ+ MZ- RX1 RY1 RX2 RY2

FX1 FY1 FX2 FY2 MZ+ MZRX1 RY1 RX2 RY2 Note:

Cracking force in the X direction Cracking force in the Y direction Yield force in the X direction Yield force in the Y direction Positive torsional yield moment Negative torsional yield moment Bi-linear factor in the X direction Bi-linear factor in the Y direction Tri-linear factor in the X direction Tri-linear factor in the Y direction

F F F F F F F F F F

There is an elliptic interaction curve between x and y yield force in each quadrant of the diagram below. The force-displacement curve in this case is tri-linear, it is modelled by two elasto-plastic members and one elastic member in parallel. The yield forces are symmetric about the origin. There is no interaction between yield in rotation and the x and y directions. The rotational component follows a bi-linear hysteresis rule.

Spring Member Yield Interaction Surfaces

34

12e. Yield Surface ( ITYPE = 3 ) Flexure-Shear interaction. (Not if IHYST = 0, 18, 19, 33 or 37)

FX+ FX- FY+ FY- MZ+ MZ- FCRY FCCY ALFA HINGE DUCT1 DUCT2 RES DUCT3 I

FX+ FXFY+ FYMZ+ MZFCRY FCCY ALFA HINGE DUCT1 DUCT2 RES DUCT3 I

Positive Yield force in the X direction ($ 0) Negative Yield force in the X direction (# 0) Positive Yield force in the Shear (or Y) direction ($ 0) Negative Yield force in the Shear (or Y) direction (# 0) Positive rotational yield moment ($ 0) Negative rotational yield moment (# 0) Cracking Shear Force in the Y direction (> 0) Crack Closing Shear Force in the Y direction (> 0) Bi-linear factor from cracking to yield in the Y direction (0.4#ALFA#0.8) Plastic Hinge Length (Default = 1.0) Flexural ductility at which Shear strength starts to degrade ($1) Flexural ductility at which Shear strength reaches residual strength (Minimum value is 1.5 DUCT1) Residual Shear strength when flexural ductility is greater than DUCT2 Flexural Ductility when strength = 1% of original = 0; Strength = RES*FY = 0; No shear strength degradation. = 1; Shear strength degradation. = 2; Shear strength degradation but Retrofit Assumed, No shear yield occurs. = 3: Shear strength degradation, Shear yield terminates analysis.

F F F F F F F F F F F F F F I

Notes: 1. The SINA hysteresis rule governs the Shear (or Y action). The cracking forces in the Y direction are symmetric about the origin. The strength loss in the Y direction is based on the absolute values of the rotational component ductility. 2. The Shear Stiffness KY = G AS / L where G is the shear modulus, AS is the Shear Area and L is the plastic hinge length. The Flexural Stiffness GJ = E I / L where E is the elastic modulus and I is the second moment of area of the equivalent beam section. To get curvatures from the rotations divide the rotations by the plastic hinge length L. 3. If I above is non-zero then shear strength degradation will also occur with shear ductility. A line with the degradation data as for Appendix A of this manual must immediately follow this line. The normal strength degradation controlled by the variable ILOS will apply to the x and rotational actions in the spring member. The case of I above is 2 is for columns where retrofit is assumed to have been applied and the sequence of shear failure is to be shown. When I is 3 is the case where retrofit is assume not to occur and shear failure in a column implies failure of the structure. 4. These last two cases of I = 2 or 3 are really applicable to columns, 2 informs the user that shear yield has occurred but implies a retrofit has been applied so one can see where the next yield will occur. Option 3 covers the case for columns without retrofit where failure of a column implies failure of the structure.

35

12f. Yield Surface ( ITYPE = 4 ) Axial Force - Yield Moment interaction (Not if IHYST = 0, 18, 19, 33 or 37)

FY+ FY- PYC PB MB M1B M2B M0 PYT

PYT PYC FY+ FYPB MB M1B M2B MO

Axial tension yield force Axial compression yield force Positive Yield Force in Shear Negative Yield Force in Shear Axial compression force at B Yield moment at B Yield moment at P=(2/3)*PB Yield moment at P=(1/3)*PB Yield moment at P=0.0

( > 0.0) ( < 0.0) ( > 0.0) ( < 0.0) ( < 0.0) ( > 0.0) ( > 0.0) ( > 0.0) ( > 0.0)

F F F F F F F F F

Note:

The interaction is symmetric about the M = 0.0 axis. The axial force is the local x component action. A cubic curve describes the moment variation from PB to the moment axis. A linear variation of moment occurs outside this region.

36

12g. Yield Surface ( ITYPE = 5 ) Axial Force - Transverse Force interaction (Not if IHYST = 0, 18, 19, 33 or 37)

F0 MU IOP

F0 MU IOP

Constant Component of Friction Force ( > 0.0) Coefficient of Friction ( > 0.0) = 0; Friction Force limit = F0 -MU*(Axial force) ( > 0.0) = 1; Friction Force limit = F0+MU*Abs(Axial force) The axial force is the local x component action. The friction force acts in the local y direction.

F F I

Note:

12h.

Strength Degradation Parameters (only if ILOS > 0)

(See Appendix A)

12i.

Stiffness Degradation Parameters (only if IHYST > 0) (See Appendix B.)

For those rules which require sets of data, such as SINA or Muto, then there are 2 sets of such data. ITYPE=1 1: Longitudinal or X direction action. (The same parameters are used for rotational action) 2: Transverse or Y direction action. ITYPE=3 1: Longitudinal or X direction action. 2: Rotation or Theta-Z action. For the Widodo hysteresis (IHYST = 19) a third set of data is used for the rotational action.

12j.

Spring Damage Index data (Only if IDAMG > 0).

MUX+ MUX- MUY+ MUY- MUR+ MUR- BETA1 BETA2

MUX+ MUXMUY+ MUYMUR+ MURBETA1 BETA2

Positive ultimate ductility (Longitudinal or X direction) Negative ultimate ductility (Longitudinal or X direction) Positive ultimate ductility (Transverse or Y direction) Negative ultimate ductility (Transverse or Y direction) Positive rotational ultimate ductility Negative rotational ultimate ductility Park and Ang Beta X and Y (Default = 0.05) Park and Ang Beta rotation (Default = 0.05)

F F F F F F F F

Notes: All Ultimate Ductilities must be greater than 1.0. The ultimate ductilities have no effect on the dynamic analysis but are only used at the end of the analysis to compute the damage indices. See Appendix B for information on which hysteresis rules can allow damage indices to be computed.

37

13

STRUCTURAL-WALL type properties

Wall Member 13a. Basic section properties [Taylor 1977]

NSECT NIP ICOND IHYST WGT AMAX IMAX H1 H2

NSECT NIP ICOND IHYST

WGT AMAX IMAX H1 H2

Number of Lobatto integration sections along the member (3, 4, 5, 6 or 7) There is an exception for a special 2-hinge Beam-Column NSECT = 2 Number of segments in section (3 # NIP # 20) For Standard Wall sections maximum number of segments is 18 = 0; Standard Wall section input = 1; Numerical Wall section input = 0; Member remains perfectly elastic = 1; Taylor material properties, linear stress-strain to SIGA = 2; Kent & Park material properties, quadratic stress-strain to SIGA Weight/(unit length) of the member Maximum fraction of Gross Section Area used Maximum fraction of Gross Second Moment of Area used Hinge Length End 1 (only for special 2 hinge member) Hinge Length End 2 (only for special 2 hinge member)

I I I I

F F F F F

Notes: 1. The weight/unit length is used to compute the member mass and does not contribute to the static loads on the member or the structure. 2. Wall members usually require smaller time-steps than most other structures, i.e. 0.001 to 0.0001 seconds compared with 0.01 seconds and Newton-Raphson iteration, say 3 cycles, should be provided. Changes in the flexural stiffness also lead to large changes in the axial stiffness and the movement of the neutral axis implies coupling between the axial and flexural actions as well. 3. If the member is in-elastic and Newton-Raphson iteration has not been enabled the variable MAXIT is automatically reset to a maximum of 3 cycles of iteration and FTEST to 0.10. It has been found that a smaller value of FTEST would be more appropriate. 4. The original Taylor element had a mid-length node with an hierarchical axial degree of freedom so that 38

5.

6. 7. 8.

9.

the longitudinal strains due to the axial displacements had a quadratic variation with length as do the longitudinal strains due to the beam-like cubic flexural displacement with length. It has been found that the mid-length degree of freedom was never excited in the analyses and this seventh deformation degree of freedom has been deleted. At each section along the length the centre-line axial strain is computed, the curvature computed as a function of the end rotations and assuming that the cross-section remains plane the longitudinal strain in each segment of the section is computed. For each segment in the cross-section the concrete and steel stresses and tangent modulii are computed and then the moment and axial force on the section are calculated and the new effective cross-sectional area, second moment of area and the location of the neutral axis is computed. The section properties are integrated along the length using a Lobatto integration rule to get the member stiffnesses. Three point Lobatto integration is identical to a three point Simpsons rule. Taylor sometimes used up to three elements to represent the wall over a single storey height. IMAX < 1 is accounted for by intially cracking the section from both extreme segments inwards so that the effective I is less than or equal to IMAX*IGROSS. AMAX is no longer used but as the flexural stiffness reduces with the pre-cracking of the section the effective cross-sectional area also reduces. NSECT = 2 is for an Giberson type beam-column model with an elastic central region with the plastic hinge zones modelled by a Taylor-like segmental section. This allows for the neutral axis to move within the hinge zone.

Wall Member Sign Convention

39

13b.

Concrete and Steel Properties

EMODC EMODS SIGA SIGB EPSB SIGCR SIGYS SBILIN ALFA

EMODC EMODS SIGA SIGB EPSB SIGCR SIGYS SBILIN ALFA

Elastic Modulus of the Concrete ( > 0.0) Elastic Modulus of the Steel ( > 0.0) Concrete Peak Stress f'c ( < 0.0) Concrete Ultimate Stress ( < 0.0) Concrete Ultimate Strain ( < 0.0) Concrete Cracking Stress ( > 0.0) Steel Yield Stress ( > 0.0) Steel Bi-linear Factor ( > 0.0) Steel Bounding Surface Onset (Only if IHYST=2, see note 4 below)

F F F F F F F F F

Notes: 1. The concrete is assumed to carry no tensile stress once the material has cracked and the concrete is assumed to carry no tensile stress once the compressive strain has exceeded EPSB. 2. IHYST = 0, The uncracked section properties are used for all time-steps. 3. IHYST = 1, The concrete elastic modulus is assumed to be a constant EMODC until the stress SIGA is reached. The peak strain EPSA = SIGA/EMODC. The steel assumes a bi-linear stress-strain hysteresis. This follows the original Taylor Element-A model 4. IHYST = 2, The concrete stress-strain law follows a quadratic rule until the stress SIGA is reached. The peak strain EPSA = 2.0*(SIGA/EMODC). The steel hysteresis rule has an elasto-plastic first yield excursion but subsequent cycles follow the Al-Bermani Bounding Surface rule with "=$=0.3 to model the Bauschinger effect. This default value of ALFA may be overridden by specifying a different value in the range 0.0 to 1.0 in the data above where ALFA = 1.0 implies a bi-linear hysteresis. The steel bilinear factor SBILIN, used to define the in-elastic bounding surface, takes a minimum of 0.0001 for the Bounding Surface algorithm to work.

Taylors Concrete Stress-Strain Relationships

40

Kent and Park Concrete Stress-Strain Relationship

Bilinear Steel Hysteresis

Al Bermani Steel Hysteresis

41

13c

Material Specific Damping (only if ICTYPE = 5 in section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, ie.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETA ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

42

13d.

Input for Standard Wall Section (ICOND = 0)

B D B1 B2 D1 D2 D3 D4 AS1 AS2 AS3

B D B1 B2 D1 D2 D3 D4 AS1 AS2 AS3 Note:

Thickness of the Wall Width (length) of the wall Width of the outstanding flange at flange 1 Width of the outstanding flange at flange 2 Distance to the left face of flange 1 Distance to the right face of flange Distance to the left face of flange 2 Distance to the right face of flange 2 Cross-sectional Area of Steel uniformly distributed in the main wall Cross-sectional Area of Steel uniformly distributed in flange 1 Cross-sectional Area of Steel uniformly distributed in flange 2

F F F F F F F F F F F

All distances D1, D2, D3 and D4 are measured from the left side of the wall when the section is viewed down the member in the -X direction The structural axis of the member is assumed to be at D/2

Geometry of the Standard Wall Section

43

13e.

Input for Numerical Wall Section (ICOND = 1) One line is required for each of the sub-areas in the section. NIP lines required.

I X(I) AS(I) AC(I)

I X(I) AS(I) AC(I) Note:

Sub-area number Location of centre of sub-area I Area of steel in sub-area I Area of concrete in sub-area I The member structural axis is assumed to be at (X(1) + X(NIP))/2

I F F F

Numerical Definition of Wall Cross-Section

44

14

DAMPER (dash-pot) type member properties

Dashpot Member

ITYPE C1 C2 C3 GAP+ GAP- ALFA C4 C5 C6 ALFA- THETA

ITYPE

C1 C2 C3 GAP+ GAPALFA C4 C5 C6 ALFATHETA

Linear Dashpot Non-Linear Dashpot Non-Linear Dashpot with different properties in Positive and Negative directions. Longitudinal coefficient Transverse coefficient Rotational coefficient Positive Gap Negative Gap Velocity Power Factor (ALFA > 0.0) (Default=1.0) (ITYPE > 0) Longitudinal coefficient (negative direction) (ITYPE = 2) Transverse coefficient (negative direction) (ITYPE = 2) Rotational coefficient (negative direction) (ITYPE = 2) Velocity Power Factor ALFA in the negative direction. (ITYPE = 2) Angle between Global X and Local x axes (Degrees)

=0 =1 =2

F F F F F F F F F F F

Notes: 1. C1, C2 and C3 are the dash-pot coefficients (force / unit velocity) for the different actions in the member. These act in the positive direction only if ITYPE = 2. 2. These members are only included in the time-history analysis if IPANAL = 2 or more when their contributions are added to the damping matrix of the structure. Sign Conventions are the same as those for the SPRING member types, see section 12. If the length of a DAMPER type member is zero then the local X and Y axes coincide with the global axes unless a non-zero value has been specified for THETA above. If the member deformation is within the range of the gap then the dashpot has no resisting force.

4. 5.

6.

45

7.

For Non-linear dash-pots all components use the same ALFA. The dash-pots show no hysteresis in their Force-Velocity relationship, it is a non-linear elastic force-velocity relationship. The dash-pot force for component i is related to the dash-pot velocity by the following equation

8.

If ITYPE = 2 the dashpot has different properties in the positive and negative directions and the rules for the data in the negative direction are the same as those for the positive direction components. If IPLAS = 0, Elastic time-history analyses only, (see section 2, Principal analysis options), then the initial gaps are reset to zero and ITYPE is reset to 0 after all the input data has been read.

9.

Member Sign Convention

46

15

TENDON type member properties

Tendon Member

Either Constant Force member

ITYPE FPP FPN FNN FNP GAP+ GAP- THETA

ITYPE FPP FPN FNN FNP GAP+ GAPTHETA

= 0 ; Simple Constant Force Tendon Member Force, Positive Displacement and Displacement Increasing Force, Positive Displacement and Displacement Decreasing Force, Negative Displacement and Displacement Decreasing Force, Negative Displacement and Displacement Increasing Positive Gap, No Force if Displacement less than this ($ 0) Negative Gap, No Force if Displacement greater than this (# 0) Angle between Global X and Local x axes (Degrees)

I F F F F F F F

Notes: 1. These members are only included in the time-history analysis IPANAL > 1 when they are considered in the dynamic equilibrium equations. 2. Sign Convention: This is the same as for the SPRING members. Tensile forces and member elongations are positive. 3. If the member is of zero length then the TENDON local member axis is assumed to coincide with the global x axis unless a non-zero has been specified for THETA above. THETA is only used for zero length members.

Constant Force Member 47

Or Active Tendon Force member

ITYPE DELAY THETA

ITYPE DELAY THETA Note:

= N ; Number of Contributions to Tendon Force (N>0) Time Delay on Response (seconds). (Maximum of 100 time-steps) Angle between Global X and Local x axes (Degrees) The time delay is internally converted to an integer number of time-steps

I F F

Contribution of each component - N lines required

NODE NDOF NTYPE FACTOR

NODE NDOF

NTYPE

FACTOR

Node Number = 1 ; X component at Node = 2 ; Y component at Node = 3 ; 2Z component at Node = 1 ; Nodal Acceleration = 2 ; Nodal Velocity = 3 ; Nodal Displacement Multiplier of Action

I I

Notes: 1. These members are only included in the time-history analysis IPANAL > 1 when they are considered in the dynamic equilibrium equations. 2. Sign Convention: Tensile forces and member elongations are positive. 3. If the member is of zero length then the local member axis is assumed to coincide with the global x axis unless a non-zero value has been specified for THETA above. THETA is only used for zero length members. 4. Care must be taken when setting out the magnitude and sign of the multiplier as an inept choice may lead to very large displacements and loss of precision and failure of the analysis. The deformation and force in the member is tension positive. The tendon member in tension pulls on both joints with equal and opposite forces. It is worth noting that if the displacement of the structure has an equivalent circular frequency T (radians/sec) then the magnitude of the velocities are of the order of T times the magnitude of the displacements and the magnitude of the accelerations is T2 times the magnitude of the displacements.

48

Or Semi-Active Tendon, Resettable Actuator, member

ITYPE STIFF FPP DELAY THETA

ITYPE STIFF FPP DELAY THETA

= -1 Equivalent stiffness (Force per unit displacement) Saturation Force (Same value used in tension and compression) Time Delay on Response (seconds). (Maximum of 92 time-steps) Angle between Global X and Local x axes (Degrees)

I F F F F

Notes: 1. These members are only included in the time-history analysis IPANAL > 1 when they are considered in the dynamic equilibrium equations. 2. Sign Convention: Tensile forces and member elongations are positive. 3. If the member is of zero length then the local member axis is assumed to coincide with the global x axis unless a non-zero value has been specified for THETA above. Theta is only used for zero length members. 4. The force displacement relationship follows the Resettable Actuator Hysteresis rule IHYST=43, please see Appendix B. The equivalent yield values are Fy+ = +FPP and Fy- = -FPP where FPP is the saturation force. 5. The time-delay is internally converted to an integer number of time-steps

49

Or Variable Force member

ITYPE STIFF ALFA

DAMP

BETA

ITYPE STIF ALFA DAMP BETA

= -2 Equivalent stiffness coefficient Power factor for element displacement Equivalent damping coefficient Power factor for element velocity

(Force per unit displacement) (ALFA > 0.0) (Force per unit velocity) (BETA > 0.0)

I F F F F

Notes: 1. These members are only included in the time-history analysis IPANAL > 1 when they are considered in the dynamic equilibrium equations. 2. Sign Convention: Tensile forces and member elongations are positive. 3. The force in the member is given by the following relationship. The displacement is the elongation of the member and the velocity is the rate of change of member length.

Force = STIF*(displacement)ALFA + DAMP*(velocity)BETA

4.

This member is very useful where a damper or spring member is required where the power factors ALFA and BETA are less than 1.0. In these cases the equivalent tangent stiffness or damping coefficients tend to infinity when the displacement or the velocity tend to zero leading to numerical difficulties in the analyses. In these limiting cases the forces are usually small and large stiffness or damping coefficients are not a problem as the tendon member has neither stiffness or damping coefficients

50

16

CONTACT type member properties

Contact Member 16a. Basic section properties

ITYPE IHYST KX CX MU FL M1 M2 THETA INIT

ITYPE

IHYST KX CX MU FL M1 M2 THETA INIT

= 0; Damping Coefficient specified. = 1; Percentage Fraction of Critical Damping specified. = 2; Coefficient of Restitution specified. = n; Hysteresis rule. See Appendix B. (only IHYST = 5 or 19 allowed) Spring Stiffness in the local X-direction Damping Coefficient in the local X-direction (see ITYPE above) Coefficient of Friction (Transverse or Y-direction) Friction stiffness is FL*KX (Default FL = 1.0 if MU > 0 else FL = 0.0) Mass at End 1 (Only if ITYPE is 1 or 2) Mass at End 2 (Only if ITYPE is 1 or 2) Angle between Global X and Local x axes (Degrees) =0; Member does not act during the static analysis =1; Member acts during static analysis. (Only the KX term is active)

I F F F F F F F I

Notes: 1. If the length of the member is zero then the local X and Y axes coincide with the global axes unless a non-zero value has been specified for THETA above. 2. These members stiffness and damping matrices are only included in the time-history part of the analysis when IPANAL = 2 or 3. 3. The Coefficient of restitution r (supplied as CX above) is related to the Percentage of Critical damping 8 by the following formula

4.

5. 6.

The Effective End masses are only required if ITYPE is 1 or 2 and are used to generate the equivalent fraction of critical damping in the member. The masses are usually taken as the mass in the frame at the floor at that end of the member. The transverse friction force is proportional to the transverse displacement since the onset of contact or the reversal of transverse displacement and is limited to MU times the contact force. The friction forces only exist if there is a non-zero contact force.

51

7.

The Fractions of Critical Damping (for ITYPE = 1, or 2 using 8 in note 3) are related to the Damping Coefficient c in the axial deformation mode of the member by the following expression where k is the current member tangent stiffness and the masses m1 and m2 are the masses at the ends of the member (When ITYPE is 0 the damping coefficient c is CX)

Contact Member Sign Convention

16b. Yield Surface (only required if IHYST = 5)

PX+ PX- RTEN

PX+ PXRTEN

Positive spring yield force in the X direction Negative spring yield force in the X direction Bi-Linear Factor in Tension

F F F

16c. Hysteresis data . See section 14 for the data required. This will complete the data for this member type.

52

17

QUADRILATERAL type member properties

Quadrilateral Finite Element

Quadrilateral Stress Sign Convention

Order of all of the components required for Quadrilateral Members. 1. 2. Basic Section Properties see section 17a. Material Specific Damping, see section 17b.

53

17a.

Basic section properties

ITYPE E NU THICK WGT

ITYPE E NU THICK WGT

= 0; Plane Stress = 1; Plane Strain Elastic Modulus Poisson's Ratio Thickness of the element Weight/(unit volume) of the element

I F F F F

Notes: 1. The weight/(unit volume) is used to compute the member mass and does not contribute to the static loads on the member or the structure. 2. The element is a Hybrid Stress Type 2 quadrilateral finite element. All four nodes must be distinct (i.e. no triangles). The stress distribution is assumed to have a cubic variation in both the x and y directions and the element edge displacements are assumed to vary linearly along the element edge for the tangential displacement and to have a cubic variation along the edge for the normal displacement. The element actually assumes a linear variation of thickness between nodes but in the application within the program a constant thickness is assumed. Three point Guass quadrature is used in each direction to integrate the flexibility matrix and three point Guass quadrature is used for the integrals along the element edges. Any reduction of the order of integration gives inaccurate integrals and a higher order gives no change in the integrals. 3. The element is assumed, at present, to be linearly elastic.

17b.

Material Specific Damping (only if ICTYPE = 5 on section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, i.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETAT ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

54

18

MASONRY PANEL ELEMENTS

These elements are designed to represent the behaviour of an unreinforced masonry panel infill in a reinforced concrete frame. The model assumes that the infill is such that there are no gaps between the frame and the panel. As generally constructed in South America the frame is often placed after the panel is erected (Crisafulli, 1997). The panel is modelled with two parallel struts in each diagonal to represent the thrust carried across the panel in diagonal compression. A fifth strut, which acts between the two opposite diagonal carriers on the diagonal carrying compression, transfers the shear force between the top and bottom of the panel. In general, the panel elements are rectangular but other geometries are permitted . Four or Three lines of data required. An extra line will be required if the Material Specific Damping model is being used. 1. 2. 3. 4. Geometric Data General Properties Strut Data (2 lines or 1 line) Material Specific Damping Data (if ICTYPE=5 only)

Masonry Panel Elements

55

18a.

Geometric Data

Interior to Exterior Node Dimensions

IHYST HZ XO1 YO1 XO2 YO2 XO3 YO3 XO4 YO4

IHYST HZ XO1 YO1 XO2 YO2 XO3 YO3 XO4 YO4

= 0 ; Member is elastic only. = 1 ; Member is inelastic (IHYST actually =33) Vertical separation between struts X distance from external node to internal node 1 Y distance from external node to internal node 1 X distance from external node to internal node 2 Y distance from external node to internal node 2 X distance from external node to internal node 3 Y distance from external node to internal node 3 X distance from external node to internal node 4 Y distance from external node to internal node 4

I F F F F F F F F F

Diagonal Strut Area Displacement Relationship

56

18b.

Properties 18a

TO MU TMAX SSF KTF TH WGT

TO MU TMAX SSF KTF TH WGT

Bond shear strength Coefficient of friction Maximum shear stress $ TO Shear stress factor "s Shear stiffness factor (s Panel thickness t Weight/unit volume

F F F F F F F

Notes: The input data required for the application of the panel element includes the parameters described in for defining the cyclic axial behaviour of masonry and the properties of the equivalent strut. In addition, the following variables need to be defined in relation to the shear behaviour of the masonry panel: Vertical separation between struts, hz: values of hz between z/3 and z/2 seems to lead to adequate results, where z is the contact length between the panel and the frame. Horizontal and vertical offset, xoi and yoi: these parameters define the horizontal and vertical distance, respectively, measured from the external nodes to the internal nodes. This is intended to represent the reduction of the dimensions of the panel due to the depth of the frame members. Bond shear strength, and coefficient of friction, :: these parameters are usually obtained from direct shear tests or following design specifications. It is recommended, however, the use of the reduced values resulting from the modified shear theory proposed by Crisafulli. This theory takes into account the complex stress state in the panel due to the composite nature of masonry. Maximum shear stress, : this is the maximum shear stress permissible in the masonry panel, whose value can be selected from the shear failure envelope of masonry. This is to avoid a large shear strength due to high axial forces in the struts. Shear stress factor, "s: this parameter defines the ratio of the maximum shear stress to the average stress in the masonry panel. It normally varies from 1.40 to 1.65. Shear stiffness factor, (s: this factor represents the fraction of the total stiffness assigned to the shear spring, usually ranging from 0.5 to 0.75 but should not exceed 0.85 to 0.90. The remaining part, , is assigned to the struts. The total stiffness of the panel element is controlled by the strut area and the elastic modulus. Thickness of the panel, t: this is assumed to be constant over the panel. Weight per unit volume: this is used to calculate the mass of the panel and is used only to form the structure mass matrix. It does not contribute to loads on the structure.

57

18c.

Either Strut Hysteresis (see also Appendix B IHYST=33)

FC FT UC UUL UCL EMO GUN ARE

FC FT UC UUL UCL EMO GUN ARE

Compressive strength (stress units) Tensile strength (stress units) Strain at FC Ultimate strain Closing strain Initial masonry modulus Stiffness unloading factor Strain reloading factor

(FC < 0.0) (FT > 0.0) (UC < 0.0) (UUL < 0.0) (UUL # 1.5 UC) (EMO $ 2 FC/UC) (GUN $ 1.0) (ARE > 0.0)

F F F F F F F F

18.d

Strut areas

AREA1 AREA2 R1 R2 IENV

AREA1 AREA2 R1 R2 IENV

Initial strut cross-sectional area (AREA1 > 0.0) Final strut cross-sectional area (AREA2 # AREA1) Displacement at 1 (R1 < 0.0) Displacement at 2 (R2 # R1) = 0 ; Sargin stress-strain envelope descending branch = 1 ; Parabolic stress-strain envelope descending branch

F F F F I

or Elastic Properties

EMO AREA1

EMO AREA1

Elastic modulus Initial area of strut

F F

58

Notes: FC The compressive strength f'm2 is the main parameter controlling the resistance of the strut. It must be noted that FC does not represent the standard compressive stress of masonry but should be adopted taking into account the inclination of the compressive principal stresses and the mode of failure expected in the masonry panel. See Crisafulli 1997. FT Tensile strength f't represents the tensile strength of the masonry or the bond strength of the panel-frame interface, whichever is smallest. The consideration of the tensile strength has been introduced in the model in order to gain generality. However, results obtained from different examples indicate that the tensile strength, which is generally much smaller than the compressive strength, has no significant influence on the overall response. Therefore, in the absence of more detailed information, the tensile strength can be assumed to be zero. The strain at maximum stress g'm usually varies between -0.002 and -0.005 and its main effect on the overall response of the infilled frame is the modification of the secant stiffness of the ascending branch of the stress-strain curve. The ultimate strain gu is used to control the descending branch of the stress-strain relationship. When a large value is adopted for, example gu = 20 g'm , a smooth decrease of the compressive stress is obtained. The closing strain gcl defines the limit strain at which the cracks partially close and compressive stresses can be developed. Values of the closing strain ranging between 0 and 0.003 lead to results which agree adequately with experimental data. If a large negative value is adopted, for example gcl = gu , this effect is not considered in the analysis. The elastic modulus Emo represents the initial slope of the stress-strain curve and its value can exhibit a large variation. Various expressions have been proposed for the evaluation of the elastic modulus of masonry. It is worth noting, however, that these expressions usually define the secant modulus at a stress level between 1/3 and 2/3 of the maximum compressive stress. In order to obtain an adequate ascending branch of the strength envelope it is assumed that Emo $ 2 f'm2 / g'm . The unloading stiffness factor (un controls the slope of the unloading branch. It is assumed to be greater than or equal to 1.0 and usually ranges from 1.5 to 2.5. The reloading strain factor "re defines the point where the reloading curves reach the strength envelope. The calibration of the hysteretic model for the axial behaviour of masonry showed that good results are obtained using values ranging between 0.2 and 0.4. However, higher values, for example 1.5, are required to model adequately the cyclic response of the infilled frames. This is because other sources of nonlinear behaviour, such as sliding shear, need to be indirectly considered in the response of the masonry struts.

UC

UUL

UCL

EMO

GUN

ARE

Four parameters are required to represent the cross-sectional area of the masonry strut. These are the initial area Ams1 = AREA1 and final area Ams2 = AREA2 and the axial displacements at which the cross-sectional area changes, )R1 = R1 and )R2 = R2. In a simplified model, it can be assumed that AREA1 and AREA2 are the same using a low value of the strut area to avoid an excessive increase in the axial strength. In a more refined analysis, a higher value of the initial area can be adopted, whereas the final area can be reduced by about 10% to 30%. The displacement R1 and R2 can be estimated as g'm dm/5 and g'm dm (where dm is the length of the masonry strut) respectively, at least until more precise information becomes available. Several empirical expressions, which are described in section 6.2.1.3 of the reference, have been proposed for the evaluation of the equivalent width of the masonry strut, whose value normally ranges from 0.1 to 0.25 of the diagonal length of the infill panel. IENV The descending branch of the stress-strain curve is usually modelled with a parabola instead of the curve associated with Sargin's equation in order to obtain a better control of the response of the strut after the maximum stress has been reached.

59

18e.

Material Specific Damping (only if ICTYPE = 5 on section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, ie.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETAT ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

60

19

GROUND type member properties

Foundation Member Sign Convention

Beam Sign Convention Foundation Members

These members can be regarded as a form of beam member and may be used to represent the flexibility of the soil continuum beneath foundation beams and footings. The elements have a cubic variation of normal thrust and a linear variation of axial shear along their lengths so their edge displacements are fully compatible with beam members. Three possible representations of the soil are included: Vlazov Foundation General Two-Parameter Foundation (Pasternak model) Vogt Foundation The normal force-deflection relationship of both the Vlazov and the General Two-Parameter Foundation members are governed by the following equation (Selvadurai,1979): q(x) = k.w(x) G(d2w/dx2) In the Vlazov soil model, the parameters k and G are derived from the elastic properties of the soil and specified constraints to the variation of normal displacement of the soil with depth. In the General Two-Parameter soil model, k and G are input directly by the user. The Vogt foundation model was derived using Boussinesqs formulas and has been used in the past for modelling arch dams (Holand, 1968; Clough,1973). In two-dimensional analyses, the normal force-deflection relationship for the Vogt model is similar to that of the Vlazov and General Two-Parameter soil models, but does not contain a shear term. This model is analogous to a distributed Winkler spring. The models can be regarded as Pseudo-Dynamic foundation compliance models. They do not automatically account for the frequency dependence of the dynamic stiffness of the soil. Such effects can be included by appropriately scaling the input parameters to account for the fundamental period of the combined soil-structure system. The effects of radiation damping are incorporated into the Vlazov model by way of dashpots, placed in parallel with the soil springs. Radiation damping is highly dependent on frequency and should only be included if the fundamental period of the combined soil-structure system is below the fundamental period of the site. Appropriate scale factors for radiation damping and the elastic stiffness of the soil, as a function of the fundamental frequency of the soil-structure system, can be obtained from Wolf (Wolf, 1994)

61

Foundation members should be placed beneath foundation beams and footings and additional members should be provided to model the soil surface adjacent to the structure being modelled. These members should extend either side of the structure at least two to three times the width of the structure. References: Clough, Ray W et al,. ADAP a computer program for static and dynamic analysis of arch dams. University of California, Berkeley, California, 1973 Holand, Ivar and Aldstedt, Erik, Arch Dam Analysis by Finite Element Analysis, Institute for Structural Mechanics, University of Trondheim, Norway, January 1968 Selvadurai, A. P. S., Elastic Analysis of Soil-Foundation Interaction. Developments in Geotechnical Engineering Vol. 17, Elsevier Scientific Publishing Company, The Netherlands, 1979. Wolf, John P., Foundation Vibration Analysis Using Simple Physical Models. Prentice Hall , Englewood Cliffs, NJ, 1994.

Order of all data components required for Ground Members is: General Data for Foundation Member see section 19a. Data for Soil Model Vlazov Soil Model, ITYPE = 1, see section 19b. Vlazov Soil Model, ITYPE = 2, see section 19c. Vlazov Soil Model, ITYPE = 3, see section 19d. Two-Parameter Soil Model, ITYPE = 4, see section 19e. Vogt Foundation Model, ITYPE = 5, see section 19f. Data for Non-linear foundation behavior, Only if IHYSTA, IHYSTK or IHYSTG > 0, see section 19g. Data for soil element consistent mass matrix, Only if ISTF = 1, see section 19h. Data for soil element radiation damping matrix, Only if IRAD = 1, see section 19i. Data for Longitudinal Strength Degradation Parameters, see section 19j. Data for Longitudinal Stiffness Degradation Parameters, see section 19k. Data for Normal Strength Degradation Parameters, see section 19l. Data for Normal Stiffness Degradation Parameters, see section 19m. Data for Shear Strength Degradation Parameters, see section 19n. Data for Shear Stiffness Degradation Parameters, see section 19o. Data for Material Specific Damping (only if ICTYPE = 5), see section 19p.

62

19a.

General Data for Foundation Member

ITYPE ISHEAR IHYSTA IHYSTK IHYSTG ILOSA ILOSK ILOSG ISTF IRAD

ITYPE

ISHEAR IHYSTA IHYSTK IHYSTG ILOSA

ILOSK ILOSG ISTFS IRAD

= 1; Vlazov Soil Model (Linear shallow soils) = 2; Vlazov Soil Model (Hyperbolic deep soils) = 3; Vlazov Soil Model (Exponential very deep soils) = 4; General Two-Parameter Soil Model (Pasternak) = 5; Vogt Soil Model = 0; Shear term G(d2w/dx2) included = 1; Shear term ignored (this is automatic with the Vogt model) = n; Longitudinal Spring Hysteresis rule. See Appendix B = n; Normal Spring Hysteresis rule. See Appendix B = n; Shear Spring Hysteresis rule. See Appendix B = 0; No Longitudinal spring strength degradation = 1; Longitudinal spring strength degradation varying with ductility = 2; Longitudinal spring strength degradation with varying cycle number = 3; Longitudinal spring strength degradation varying with absolute ductility Normal Spring strength degradation parameter (as for ILOSA) Shear Spring strength degradation parameter (as for ILOSA) = 0; No scale factors for stiffness terms = 1; Scale factors for stiffness terms = 0; No radiation damping included = 1; Radiation damping included

I I I I I

I I I I

Note: IHYSTA, IHYSTK and IHYSTG can take on values of 0,1,2,3,4,8,10,11,12,13,14,20,21,23,26 and 28 see Appendix B.

19b.

Data for Vlazov Soil Model. Only if ITYPE = 1 (Linear Variation of Displacement with Depth shallow soils)

EM MU DEPTH WEFF DENS

EM MU DEPTH WEFF DENS Notes:

Elastic Modulus of soil Poissons Ratio of soil Depth of soil layer above bedrock Effective Width of Foundation Mass density of soil

F F F F F

A linear variation of displacement with depth is only appropriate for shallow soil layers The model is formulated assuming that Plane Strain conditions apply.

63

19c.

Data for Vlazov Soil Model. Only if ITYPE = 2 (Hyberbolic Variation of Displacement with Depth deep soils)

EM MU DEPTH GAMA LENGTH WEFF DENS

EM MU DEPTH GAMMA LENGTH WEFF DENS

Elastic Modulus of soil Poissons Ratio of soil Depth of soil layer above bedrock Effective Constant Defining Exponential Variation Characteristic Length Effective Width of Foundation Mass density of soil

(0.001 # GAMMA # 1)

F F F F F F F

19d.

Data for Vlazov Soil Model. Only if ITYPE = 3 (Exponential Variation of Displacement with Depth very deep soils)

EM MU MUB WEFF DENS

EM MU MUB WEFF DENS

Elastic Modulus of soil Poissons Ratio of soil Exponential Variation Parameter (1 < MUB*WEFF < 2) (MUB*WEFF = 1.06 for infinitely long beams) Effective Width of Foundation Mass density of soil

F F F F F

19e.

Data for Pasternak General Two-Parameter Soil Model. Only if ITYPE = 4.

AS KS GS WEFF

AS KS GS WEFF Note:

Axial Stiffness of Soil Spring Modulus of Subgrade Reaction of soil Shear Modulus of soil Effective Width of Foundation KS has units of force-per-length-cubed and GS has units of force

F F F F

19f.

Data for Vogt Soil Model. Only if ITYPE = 5

EMF PR KFACT WEFF

EMF PR KFACT WEFF

Effective Elastic Modulus of soil layer Poissons Ratio of soil layer Vogt k Factor (2 <= k <= 2.5) Effective Width of Foundation

F F F F

64

19g.

Data for Non-linear Foundation Behaviour (only if IHYSTA, IHYSTK or IHYSTG > 0)

PYTA PYCA PYT PYC TY BFA BFP BFT

PYTA PYCA PYT PYC TY BFA BFP BFT Note:

Tensile Strength of Longitudinal Soil Spring Compressive Strength of Longitudinal Soil Spring Tensile Strength of Normal Soil Spring Compressive Strength of Normal Soil Spring Shear strength of Shear Soil Spring Bilinear Factor (or Ramberg Osgood r) for Longitudinal Spring Bilinear Factor (or Ramberg Osgood r) for Normal Spring Bilinear Factor (or Ramberg Osgood r) for Shear Spring PYTA, PYCA, PYT, PYC and TY are in units of force per unit area

F F F F F F F F

19h.

Soil Mass Stiffness Scaling Parameters (Only if ISTF = 1)

AMASS KMASS GMASS

AMASS KMASS GMASS Note:

Scale factor for mass associated with Longitudinal springs Scale factor for mass associated with Normal springs Scale factor for mass associated with Shear springs

F F F

AMASS, KMASS and GMASS can take values between 0.0 and 1.0

19i.

Radiation Damping Input Parameters (Only if IRAD = 1)

ADAMP KDAMP GDAMP

ADAMP KDAMP GDAMP Notes:

Scale factor for damping associated with Longitudinal springs Scale factor for damping associated with Normal springs Scale factor for damping associated with Shear springs

F F F

ADAMP, KDAMP and GDAMP can take values between 0.0 and 1.0 Radiation damping is highly frequency dependent and scale factors should be evaluated according to fundamental frequency of the soil structure system.

65

19j.

Longitudinal Strength Degradation Parameters (only if ILOSA > 0), see Appendix A.

19k.

Longitudinal Stiffness Degradation Parameters (only if IHYSTA > 0), see Appendix B.

19l.

Normal Strength Degradation Parameters (only if ILOSK > 0) see Appendix A.

19m.

Normal Stiffness Degradation Parameters (only if IHYSTK > 0), see Appendix B.

19n.

Shear Strength Degradation Parameters (only if ILOSG > 0), see Appendix A.

19o.

Shear Stiffness Degradation Parameters (only if IHYSTG > 0), see Appendix B.

19p.

Material Specific Damping (only if ICTYPE = 5 in section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, i.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETAT ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

66

20

MULTI-SPRING type member properties

Spring Typ 1

Spring Typ 2

Spring Typ 3

h1 h 2 h3 h4 h5

Spring Typ 4

Node 2
Spring Typ 5

Node 3 Node 4

Node 1

Multi-Spring Element

If the Bi-Linear with Slackness hysteresis rule is used, then this element will become unstable if the whole element goes into tension. This is because the element has no stiffness if all the multi-springs have positive (tensile) displacements. To prevent this instability a compressive force should be imposed across the member either by loads applied to the structure or by other prestressed members acting across the member.

Multi-Spring Member Sign Convention

The individual springs making up the multi-spring member have a sign convention where tensile deformations and forces are positive.

67

20a.

Control Parameters.

IHYST

ILOS

KLOS

IDAMG

HS WGT THETA

IHYST

ILOS KLOS IDAMG HS WGT THETA Note:

=0 Linear Element =1 Bi-linear with Gap Hysteresis (see IHYST = 5) =2 Bi-linear Hysteresis (see IHYST = 2) =3 Ramberg-Osgood Hysteresis (Original) (see IHYST = 3) =4 Ramberg-Osgood Hysteresis (Bounded) (see IHYST = 40) =5 Ramberg-Osgood Hysteresis (Pyke) (see IHYST = 41) =6 Origin Centered Hysteresis (see IHYST = 38) =7 Bi-linear Elastic Hysteresis (see IHYST = 15) =8 Bi-linear with gap lift-off disconnects shear (see IHYST = 5) =0 No Longitudinal Strength Degradation = 1 to 7 Longitudinal Strength Degradation =0 No Shear Strength Degradation = 1 to 7 Shear Strength Degradation =0 No Damage Indices calculated =m Damage Indices computed with weight m (note: m =1 gives average) Height of Multi-Spring member Weight of Multi-Spring member Angle between Global X and Local x axes (Degrees)

I I I F F F

The THETA term is only used for zero length members. In all other cases the local axial or longitudinal axis is defined as being along the member length. The IHYST in the notes above refers to the Appendices A and B covering the hysteresis models

20b.

Section Properties.

NS

ITYPE

SA

SV

YT

YC YP

YN

RA

RV

NS ITYPE

SA SV YT YC YP YN RA RV Note:

Number of springs (NS = 2,4,6,8 or 10) =1 Lobatto Quadrature (i.e. spacing and weighting of springs) =2 Gaussian Quadrature =3 Trapezoidal Rule Integration =4 Uniform distribution and stiffness of springs Axial Stiffness of Multi-spring unit (i.e. sum of all springs stiffnesses) Shear Stiffness Axial Yield in Tension for Multi-spring unit (YT= 0.0 for IHYST = 1) Axial Yield in Compression for Multi-spring unit Shear Yield Force (Positive) Shear Yield Force (Negative) Bi-linear factor for Axial Stiffness Multi-spring unit Bi-linear factor for Shear Stiffness If IHYST > 0 and YP > 0.0 or YN < 0.0 then a Bi-linear Hysteresis is used for the Shear Spring.

I I

F F F F F F F F

20c.

Longitudinal Strength Degradation Parameters (only if ILOS > 0), see Appendix A.

20d.

Shear Strength Degradation Parameters (only if KLOS > 0) see Appendix A.

68

20e.

Material Specific Damping (only if ICTYPE = 5 in section 2)

This option allows different sections to have their own values of ALPHA and BETA for Rayleigh Damping. This is useful if one is modelling a pounding study between two adjoining buildings where the buildings have different damping characteristics or where different parts of the system have different damping characteristics, i.e. in soilstructure interaction studies. Damping matrix C is given by

where M = Mass,

= Initial Elastic Stiffness,

= Current Tangent Stiffness.

BETA0 BETAT ALPHA

BETA0 BETAT ALPHA

Multiplier associated with Initial Stiffness Multiplier associated with Tangent Stiffness Multiplier associated with Mass

F F F

20f.

Multi-Spring Damage Index data (Only if IDAMG > 0).

MUX+ MUX- MUY+ MUY- MUR+ MUR- BETA1 BETA2

MUX+ MUXMUY+ MUYMUR+ MURBETA1 BETA2

Positive ultimate ductility (Longitudinal or X direction) Negative ultimate ductility (Longitudinal or X direction) Positive ultimate ductility (Transverse or Y direction) Negative ultimate ductility (Transverse or Y direction) Positive rotational ultimate ductility Negative rotational ultimate ductility Park and Ang Beta X and Y (Default = 0.05) Park and Ang Beta rotation (Default = 0.05)

F F F F F F F F

Notes: All Ultimate Ductilities must be greater than 1.0. The ultimate ductilities have no effect on the dynamic analysis but are only used at the end of the analysis to compute the damage indices. See Appendix B for information on which hysteresis rules can allow damage indices to be computed.

69

21

Lumped Weights at the nodes

WEIGHTS INTERP

WEIGHTS INTERP

Word WEIGHTS = 0; Omitted Nodes have no point weight = 1; Omitted Nodes have weight of First Node in sequence repeated.

A I

One input line is required for each nodal point. However, if any nodal points are omitted and INTERP above is non-zero, the omitted nodes will be assumed to have the same weights as those of the nodal point on the previous input line. The information for the last nodal point should be supplied. The nodal point numbers must be provided in an ascending order. It must be noted that the nodal weights and that the self-weight computed from the member weights are not added to the static load analysis.

N WX WY WM

N WX WY WM Note:

Nodal point number Lumped nodal weight acting in the X direction Lumped nodal weight acting in the Y direction Lumped nodal weight acting in rotation at Node

I F F F

If only a static analysis is to be carried out, then the nodal weights may be omitted. Similarly the weight may be provided by self-weight of the members (see the section tables in part 10 of this manual). Note that these weights are converted to masses internally within the program.

70

22

External (static) nodal loads

LOADS

One input line with the word LOADS starting in column 1 One input line is required for each nodal point. The information for the last nodal point should be supplied even if it is not loaded. The nodal point numbers must be provided in an ascending order. It must be noted that the nodal forces are independent of the nodal weights and that a self weight will not be computed from the nodal masses and added to the static analysis.

N FX FY FM

N FX FY FM

Nodal point number Static load at node N in the X direction Static load at node N in the Y direction Static moment at node N about the Z axis

I F F F

71

23

Dynamic load factors (Only if IPVERT is less than 0).

One set of data if IPVERT = -1, two sets if IPVERT = -2, etc. One input line with the word SHAPE starting in column 1

SHAPE ALPHA

ALPHA Multiplier of Shape Vector. (Only if IPANAL = 6) (ALPHA > 2.0)

One input line is required for each loaded nodal point. The last nodal point should be provided even if no loads are applied to it or a line with node number 0 will terminate the input. The load components will be multiplied by the loading, or excitation, history (see section 23). The first component is multiplied by the first excitation history and the second component by the second excitation history. The units of these load shapes are force units. This enables a maximum of three component loading, a constant static component and two time-varying components

N FX FY FM

N FX FY FM

Nodal point number Load Factor X direction Load Factor Y direction Load Factor 2 direction

I F F F

If there is more than a single loading pattern repeat all of the above SHAPE data for the second loading pattern

72

24.

Earthquake Accelerograms, Displacement Time-Histories or Dynamic Load Time-Histories. (Only for IPANAL = 2, 3, 4, 5, 8 or 9)

The following set of input lines is required for each earthquake or dynamic loading component. There is 1 component if IPVERT = -1, 0 or 1 There are n components if IPVERT = -n or n

For Earthquake Accelerograms the components act in the directions specified in the Earthquake Transformation matrix supplied in section 2b of this manual. For Dynamic loading patterns each component multiplies each of the load vectors described under the SHAPE data sets. For Input Displacement Histories (IPANAL = 8 or 9) the excitations act at the degrees of freedom specified in the Nodal Point Boundary Condition data. The displacement must be scaled, via the divisor ASCALE to have the displacement units chosen for the structure.

24a. Excitation Flag One input line with the word EQUAKE starting in column 1

EQUAKE

FILE

FILE

Name of File where excitation is to be found (Maximum of 60 characters) If less than 2 excitations this name is usually supplied in response to the the prompts when the programs starts, or in Batch mode as arguments on the command line. If a file name is supplied here it over-rides those supplied at the prompts or on the command line. If no name is supplied then the excitation is assumed to follow this line in the supplied data. In this user may use word INPUT. This name MUST be supplied after the second excitation if abs(IPVERT) > 2 unless the excitations are part of the input data file.

73

24b. Control parameters for Accelerogram, Displacement Time-History or Loading Time-History

IBERG ISTART DELTAT ASCALE END VEL DIS TSCALE

IBERG

ISTART

DELTAT

ASCALE

END

VEL

DIS

TSCALE

= 0; Excitation in BERG Format = 1; Excitation in CALTECH Format = 2; Excitation in NCEER Format = 3; Excitation in FREE Format (One point per line) = 4; Excitation in CSMIP Format = 5; Excitation in EXCEL Format = 6, Excitation in PEER Format = 7; Excitation in SAC Format The number of the first line of the excitation that is to be used. This is usually = 1 but by using greater values enables the start of the record to be ignored. This line number is counted from the START line. Excitation data interval BERG Format records = Time step at which the record will be digitized. The default value is the time-step for the integration DT. This may mean large memory requirements for very small time-steps. It is suggested that something of the order of 0.01 seconds be used for most records is a larger interval is desired. CALTECH Format records the record time-interval (usually 0.025, 0.02, 0.01 or 0.005 seconds) NCEER Format records the record time-interval (usually 0.02 seconds) FREE Format records (see BERG Format records) CSMIP Format records the record time-interval (usually 0.02 seconds) EXCEL Format records (see BERG Format records) PEER Format records the record time-interval (usually 0.004 seconds) SAC Format records the record time-interval (usually 0.020 seconds) 1/(Scale factor) for the record. BERG, FREE or EXCEL Format records omit or set equal to 1.0 CALTECH records are usually in units of acceleration multiplied by a constant as the F6.0 format is usually an Integer I6 format and the decimal point is missing with about 5 integer digits for the largest numbers. The values must be converted units of the acceleration of gravity . If the record is in the units of mm/sec/sec and if g = 9.81 m/sec/sec. then ASCALE = 9810.0. NCEER and CSMIP records are usually in cm/sec/sec and ASCALE = 981.0 to bring the record to units of the acceleration of gravity. Determines action if End-of-File is found before spanning duration of excitation, DUR in line 3 of the data (Frame Control Parameters). = 0 ; End of File implies data error = -1 ; Any missing part of record is padded with zero values = T ; After T seconds record is set to zero. Allows for a free vibration of TIME-T seconds at the end of the earthquake excitation. Initial Ground Velocity (Default = 0.0) Added to all degrees of freedom at beginning of Time-history analysis for earthquake analysis only. Only important in travelling wave analyses or where total instead of relative displacements are being used Initial Ground Displacement (Default = 0.0) Added to all degrees of freedom at beginning of Time-history analysis for earthquake analysis only. (Not normally of any importance to the analysis) Time scale for the record (Default = 1.0) The times implied in the record are effectively divided by TSCALE. If TSCALE = 2.0 then if the duration of the analysis is 10 seconds at least 20 seconds of excitation must be provided unless END = -1

74

The rest of the input for the accelerogram (sections 24c and 24d) is in the Accelerogram File, the Displacement History File or the Force History File specified by the user in the initial file name prompts at the beginning of the program execution or on the line with the word EQUAKE. The default response is that the accelerograms, or excitation is appended to the above data file.

24c. Accelerogram, Displacement History or Load-History flag. This line is the start of the accelerogram etc. for all but the PEER or SAC format records. The PEER format records are preceded by 4 lines of header information and this START line is not required. The SAC format records are preceded by 2 lines of header information and this START line is not required One input line with the word STAR, START or DATA: (the colon is mandatory) starting in column 1 and the word must be in upper case. This line may be preceded by as many header lines as desired.

START

24d. Accelerogram, Displacement History or Load-History The remainder of the input is the Acceleration, Displacement History or Load-history record itself. The record is in the form of a series of lines each of which starts with a Line Sequence Number (which must be in an ascending order) followed by either (i) a group of 4 or 1 successive time-acceleration points (BERG or FREE or EXCEL Formats), or (ii) a sequence of 10, 8, 5 or 6 uniformly time spaced acceleration values at DELTAT time intervals apart, the (CALTECH, NCEER or CSMIP Formats). Note that the NCEER, CSMIP, EXCEL or PEER records do not have a sequence number. The analysis acceleration record, or forcing function, will begin at the first time on or implied by the beginning of the accelerogram line ISTART and there must be sufficient lines remaining to span the analysis time-history length TR. If the input is a force history IPVERT < 0 then the so-called accelerations are the actual force multiplier values which will multiply the input load shape patterns (see section 24 above). If the input are Displacement Histories (IPANAL = 8) these histories are applied to the degrees of freedom specified in the Nodal Point Boundary Conditions. The record must be on one of the following formats depending on the value of IBERG on section 25b. The FORTRAN format is provided in parentheses for each case. The I3 format implies 3 characters for the number which is right justified, 6X implies 6 blank characters. The F8.4 implies 8 characters for the number and if omitted the decimal point is located in front of the 4th to last character in the 8 character set which is assume to be right justified, if the decimal point is provided the number may be located anywhere in the 8 character space. A number preceding the format, i.e. 10F8.4 means that there are 10 numbers each having an 8 character field. Each format starts on a new line.

75

(1)

BERG FORMAT (I3,4(F8.4,F9.6))

(Default filename extension is .eqb)

ISEQ T1 G1 T2 G2 T3 G3 T4 G4

ISEQ Ti Gi

Line sequence number Time of point on accelerogram (seconds) Acceleration (decimal fraction of gravity)

I3 F 8.4 F 9.6

If the line sequence number is greater than 999 it is not read or checked by the program.

(2)

CALTECH FORMAT (I4,6X,10F6.0) or more precisely (I4,6X,10I6)(Default filename extension is .eqc)

ISEQ G1 G2 G3 G4 G5 G6 G7 G8 G9 G10

ISEQ Gi

Line sequence number 10 Accelerations (multiplied by ASCALE) at intervals of DELTAT

I4 I6

If the line sequence number is greater than 9999 it is not read or checked by the program.

(3)

NCEER FORMAT (10F8.2)

(Default filename extension is .eqn)

G1 G2 G3 G4 G5 G6 G7 G8 G9 G10

Gi

Acceleration (multiplied by ASCALE) at intervals of DELTAT

F 8.2

(4)

FREE FORMAT ( * )

(Default filename extension is .eqf)

ISEQ T1 G1

ISEQ T1 G1

Line sequence number Time of point on accelerogram (seconds) Acceleration (decimal fraction of gravity)

I F F

The three items may be placed anywhere on the line and separated by at least one blank column or a comma. The lines must be in consecutive order with ISEQ starting at 1 and increasing line by line. This format is particularly useful where the excitation record has been generated on a spreadsheet. It is, however, not as compact a format as the NCEER format.

76

(5)

CSMIP FORMAT (8F10.3)

(Default filename extension is .eqs)

G1 G2 G3 G4 G5 G6 G7 G8

Gi

8 Accelerations (multiplied by ASCALE) at intervals of DELTAT

F 10.3

(6)

EXCEL FORMAT ( * )

(Default filename extension is .eqe)

T1 G1

T1 G1

Time of point on accelerogram (seconds) Acceleration (decimal fraction of gravity)

F F

The two items may be placed anywhere on the line and separated by at least one blank column or a comma. The times MUST be in ascending order but do not have to be at equal intervals. This format is particularly useful where the excitation record has been generated on a spreadsheet. It is, however, not as compact a format as the NCEER format.

(7)

PEER FORMAT (5E15.7)

(Default filename extension is .eqp)

G1 G2 G3 G4 G5

Gi

Acceleration (multiplied by ASCALE) at intervals of DELTAT

E 15.7

Note DELTAT is usually 0.004 seconds. The records are usually in the units of acceleration of gravity.

(8)

SAC FORMAT (6E13.5)

(Default filename extension is .eqk)

G1 G2 G3 G4 G5 G6

Gi

Acceleration (multiplied by ASCALE) at intervals of DELTAT

E 13.5

Note DELTAT is usually 0.020 seconds. The records are usually in the units of acceleration of gravity.

77

25.

Cyclic Adaptive Push-Over Displacement Time-History.

(Only if IPANAL = 7)

The following set of input lines is required for the required displacement history. This displacement history acts as a control on the displacement at the node and direction specified on line 25b.

25a. Excitation Flag One input line with the word EQUAKE starting in column 1

EQUAKE

FILE

FILE

Name of File where excitation is to be found (Maximum of 60 characters) If less than 2 excitations this name is usually supplied in response to the the prompts when the programs starts, or in Batch mode as arguments on the command line. If a file name is supplied here it over-rides those supplied at the prompts or on the command line. If no name is supplied then the excitation is assumed to follow this line in the supplied data. In this user may use word INPUT.

25b. Control parameters for Displacement History.

NSTEP NODE NDOF SCALE IPRINT

NSTEP NODE NDOF

SCALE IPRINT

Number of Points in Displacement History. Nodal Point where Displacement History is Measured. Direction in which Displacement History is Measured. If the displacement is measured in the global X direction use X, x or 1 If the displacement is measured in the global Y direction use Y, y or 2 Scale factor for the record. (Default value is 1.0) = 0; Displacement History is not printed in output file. = 1; Displacement History is printed in output file.

I I A

F I

78

The rest of the input for the accelerogram (sections 25c and 25d) is in the Displacement-History File the name of which is specified by the user in the initial file name prompts at the beginning of the program execution. The default response is that the accelerograms, or excitation is appended to the above data file.

25c. Displacement History flag One input line with the word STAR, START or DATA: (the colon is mandatory) starting in column 1 and the word must be in upper case. This line may be preceded by as many header lines as desired.

START

25d. Displacement History The remainder of the input is the Displacement History record itself. The record is in the form of a series of lines each of which contains a sequence of displacements at which the Adaptive Load Sequence reverses. Each of these values is read under the FORTRAN Free Format so that the numbers are separated by one or more blanks or a comma. All NSTEP points MUST be supplied. The initial 0.0 is implied and should not be supplied. The sequence of displacement values should have alternating signs. Use as many lines as are necessary to span all NSTEP points.

D1 D2 D3 .. ... Di ... .. Dnstep

Di

The ith displacement in the Displacement History.

79

26.

Acceleration Response Spectra.

(Only if IPANAL =10)

The following set of input lines is required for the acceleration response spectra. These spectral accelerations are assumed to apply to the base of the structure and will apply to all earthquake excitation directions as specified by the parameter IPVERT in line 2 of the data set.

26a. Spectra Flag One input line with the word SPECTRA starting in column 1

SPECTRA

FILE

FILE

Name of File where excitation is to be found (Maximum of 60 characters) If less than 2 excitations this name is usually supplied in response to the the prompts when the programs starts, or in Batch mode as arguments on the command line. If a file name is supplied here it over-rides those supplied at the prompts or on the command line. If no name is supplied then the excitation is assumed to follow this line in the supplied data. In this user may use word INPUT.

26b. Control parameters for Displacement History.

NSTEP IPRINT ISAME ICOMB SDAMP

NSTEP IPRINT ISAME ICOMB

SDAMP

Number of Points in Acceleration Response Spectra. = 0; Response Spectra is not printed in output file. = 1; Response Spectra is printed in output file. = 0; All IPVERT earthquake components use the same response spectra. = 1; IPVERT response spectra are supplied. = 0; SRSS modal combinations are used. = 1; CQC modal combinations are used (Not available yet). = 2; DSC modal combinations are used (Not available yet). = 3; Humar modal combinations are used (Not available yet). % damping used in modal combination method. (0.0 # SDAMP # 20.0) (Not required for SRSS modal combinations)

I I I I

Notes: The Acceleration Response Spectra are supplied in the units of Acceleration of Gravity (g). The response spectra are then multiplied by the gravitational constant GRAV supplied in line 3 of the data set. The spectra are supplied in the following section with one line required for each natural period of freevibration. The first line must be for the zero natural period of free-vibration. The total number of lines is NSTEP. In the response spectra calculations if the natural period of a mode is greater than the value of the NSTEPth natural period the spectral acceleration is assumed to remain constant for all greater natural periods.

80

The rest of the input for the response spectra (sections 26c and 26d) is in the Response Spectra File the name of which is specified by the user in the first excitation file name prompt at the beginning of the program execution. The default response is that the spectra is appended to the data file following lines 26a and 26b above.

26c. Response Spectra file flag One input line with the word STAR, START or DATA: (the colon is mandatory) starting in column 1 and the word must be in upper case. This line may be preceded by as many header lines as desired.

START

26d. Spectral Accelerations. The remainder of the input is the Response Spectra.. The record is in the form of a series of lines each of which contains the natural period of free-vibration and the necessary spectral values. Each of these values is read under the FORTRAN Free Format so that the numbers are separated by one or more blanks or a comma. All NSTEP lines MUST be supplied. The number of spectral accelerations required on each line depends on the values of IPVERT in line 2 of the data set and on the value of ISAME in line 26b above. If IPVERT = 0 or 1, or ISAME = 0 then there must be only one spectral acceleration on each line. If IPVERT > 1 and ISAME = 1then there must be IPVERT spectral accelerations on each line. Use as many lines as are necessary to span all NSTEP points.

T(I)

SA(i,1)

SA(i,2)

T(i) SA(i,1) SA(i,2)

The ith natural period of free-vibration. The ith spectral acceleration for the first earthquake component. The ith spectral acceleration for the second earthquake component (if required).

* * *

End

81

This page is intentionally left blank.

82

Department of Civil Engineering


Program name: DYNAPLOT Author: Athol J Carr Program type: Post-Processor for RUAUMOKO

COMPUTER PROGRAM LIBRARY


Program code: ANSI Fortran77 Date: September 25, 2004

DYNAPLOT
Result plotting for RUAUMOKO-2D and RUAUMOKO-3D

Purpose This program is designed to plot the time history results or the hysteresis loops computer by the non-linear dynamic analysis programs RUAUMOKO-2D and RUAUMOKO-3D. The output is in the form of time-history plots of nodal displacements or forces or member actions or deformations or combinations of the above quantities. Alternatively hysteresis loops may be plotted for members or nodes.

Method of Analysis The program generates each graph, one by one, requesting the control information for each graph then scanning the Post-processor file generated by RUAUMOKO-2D or RUAUMOKO-3D to select the required function to plot. The program can only plot the results from one non-linear analysis at a time.

Data for DYNAPLOT All data for DYNAPLOT is prompted for by the program using the TinyCLIP command processor. For help on the input data type $HELP at any prompt. To get help on the use of the DYNAPLOT programme type HELP or ? At any prompt.

Control Data for Post-Processor Files The number of nodes and members with data stores in the .RES file is recorded at the beginning of the file together with the time-step between stored items are recorded as the first item in the .RES file. The structure geometry and mode shapes are also saved at the beginning of the file. Running the post-processor program DYNAPLOT.

To run the program call the program by the method appropriate to your operating system. On a personal computer just type DYNAPLOT assuming that the files DYNAPLOT.EXE and FQWIN.HLP are in your current directory or path. In Microsoft Windows operating systems another option is to create a shortcut on the desktop and for this purpose a suitable icon for DYNAPLOT, Dynaplot.ico, is supplied with the program. The program prompts for responses to a series of questions. Default responses, where appropriate, are enclosed in square brackets, [ ]. File names must match the conventions of your operating system but file names, with paths where necessary, must not exceed 60 characters in length and must not contain blanks. The first question asks for the name of the output file. The default is the computer console or terminal screen. This is normally the response for most users, however if an output file is created then the envelope values of each graph line drawn is output to that file. The second question asks for the name of the DYNAPLOT post-processor file, do not supply the extension part of the name. This file has been given the extension .RES or .RAS by RUAUMOKO-2D or RUAUMOKO3D and DYNAPLOT will attempt to open a file with the extension .RES but if that does not exist will attempt to open the file with the extension .RAS. If a file with the given name and path with either extension cannot be found the program will again prompt for the file name, and path. Once the file has been found DYNAPLOT will scan the file to determine whether it was created by RUAUMOKO-2D or RUAUMOKO-3D. The program DYNAPLOT will also scan the file to find the duration of the data stored in the file and if this is less that the duration TIME supplied in the RUAUMOKO data the user is informed of the duration that is available for plotting. The program will then ask if colour graphics is wanted. The program then prompt following the normal options in DYNAPLOT. Please see the manual pages for DYNAPLOT. Hard copies of the plots. In Microsoft Windows operating systems to get hard copies of the graphs use the pull down file menu and select the Print or Save options to send the graph to the printer or to save the plot as a bitmap file (.BMP). On unix systems using GKS graphics select the Hard-copy option from the Choice window

Output from RUAUMOKO-2D post-processor file The data that can be plotted consists of the data stored in the RUAUMOKO-2D post-processor file for which the default name is RUAUMOKO.RES or RUAUMOKO.RAS. The content of the file is controlled by the parameter IOUT in the program RUAUMOKO. At every time-step stored in the post processor file the following data is stored. a. Analysis Data (17 items+Time) 1 = X and Y ground accelerations 2 = X and Y ground velocities 3 = X and Y ground displacements 4 = Kinetic Energy 5 = Damping Work Done 6 = Strain Energy 7 = Applied Work 8 = Plastic Work 9 = Ductility 10 = Effective X and Y displacement 11 = Total X and Y Applied Forces 12 = Total Z Applied Moment

(non-zero only for accelerogram input) (non-zero only for accelerogram input) (non-zero only for accelerogram input)

(only meaningful for Adaptive Pushover) (only meaningful for Adaptive Pushover)

b.

For each node the following items are stored: (controlled by IOUT in RUAUMOKO-2D) (18 items) 1 = X and Y displacements, Z rotation 2 = X and Y velocities, Z rotational velocity 3 = X and Y accelerations, Z angular acceleration 4 = X and Y applied forces, Z applied moment. 5 = X and Y damping forces, Z damping moment 6 = X and Y inertia forces, Z inertia moment For each member the following items are stored: (controlled by IOUT in RUAUMOKO-2D) For Frame (Beam) members (14, 18 or 22 items) 1 = Axial force, Axial Strain, % Stiffness, 2 = Moment, Curvature, % Stiffness, 3 = Moment, Curvature, % Stiffness, 4 = Shear-end1, Shear-end2, 5 = Moment, Curvature, % Stiffness, 6 = Moment, Curvature, % Stiffness, 7 = Shear Dis1, Shear Dis2, % Shear Stiff, 8 = Theta-1, Theta-2, % Flex-1, Note:

c.

Energy Energy, (at End 1) Energy, (at End 2) Energy, (at Hinge 3) Energy, (at Hinge 4) Shear Energy % Flex-2

Groups 5 and 6 are for 4 Hinge Beam only. Group 7 are for In-elastic Beam-Shear option only Group 8 are for In-elastic Shear-Link model only.

For Spring members (12 items) 1 = x and y forces, 2 = x and y displacements, 3 = x and y % stiffnesses, 4 = x and y energies, For Damper members (9 items) 1 = x and y forces, 2 = x and y velocities, 3 = x and y % stiffnesses,

z moment z rotation z % rotational stiffness z rotational energy

z moment z rotational velocity z % rotational stiffness

For Wall members (13 items) 1 = Axial force and 2 = Bending Moments at End 1 and End 2 3 = Axial strain 4 = Curvatures at End 1 and End 2 5 = % axial stiffness 6 = % flexural stiffness at End 1 and End 2 7 = Shear Forces at End 1 and End 2 8 = Neutral axis eccentricities at End 1 and End 2 For Tendon members (2 items) 1 = Longitudinal or x Force 2 = Longitudinal or x Deformation For Contact members (5 items) 1 = Contact or axial force 2 = Damping Force 3 = Friction force 4 = Displacement in contact direction 5 = % stiffness of spring For Hybrid Quadrilateral finite elements (12 items) 1 = F-xx, F-yy, J-xy, at node I 2 = F-xx, F-yy, J-xy, at node J 3 = F-xx, F-yy, J-xy, at node K 4 = F-xx, F-yy, J-xy, at node L For Masonry Panel Elements (15 items) 1 = Force, Displacement and % Stiffness for Strut 1 2 = Force, Displacement and % Stiffness for Strut 2 3 = Force, Displacement and % Stiffness for Strut 3 4 = Force, Displacement and % Stiffness for Strut 4 5 = Force, Displacement and % Stiffness for Shear Strut For Foundation Beam Elements (24 items) 1 = Force, Deformation, % stiffness 2 = Force, Deformation, % stiffness 3 = Force, Deformation, % stiffness 4 = Force, Deformation, % stiffness 5 = Force, Deformation, % stiffness 6 = Force, Deformation, % stiffness 7 = Force, Deformation, % stiffness 8 = Force, Deformation, % stiffness

at Axial spring point 1 at Axial spring point 1 at Normal spring point 1 at Normal spring point 2 at Normal spring point 3 at Normal spring point 4 at Shear spring point 1 at Shear spring point 2

Output from RUAUMOKO-3D post-processor file The data that can be plotted consists of the data stored in the RUAUMOKO-3D post-processor file for which the default name is RUAUMOKO.RES or RUAUMOKO.RAS. The content of the file is controlled by the parameter IOUT in the program RUAUMOKO-3D. At every time-step stored in the post processor file the following data is stored.

a.

Analysis Data (24 items+Time) 1 = X, Y and Z ground accelerations 2 = X, Y and Z ground velocities 3 = X, Y and Z ground displacements 4 = Kinetic Energy 5 = Damping Work Done 6 = Strain Energy 7 = Applied Work 8 = Plastic Work 9 = Ductility 10 11 12 = = = Effective X, Y and Z displacements Total X, Y and Z Applied Forces Total X, Y and Z Applied Moments

(non-zero only for accelerogram input) (non-zero only for accelerogram input) (non-zero only for accelerogram input)

(only meaningful for Adaptive Pushover) (only meaningful for Adaptive Pushover)

b.

For each node the following items are stored: (controlled by IOUT in RUAUMOKO-3D) (36 items) 1 = X, Y and Z displacements, X, Y and Z rotations 2 = X, Y and Z velocities, X, Y and Z rotational velocities 3 = X, Y and Z accelerations, X, Y and Z angular accelerations 4 = X, Y and Z applied forces, X, Y and Z applied moments. 5 = X, Y and Z damping forces, X, Y and Z damping moments 6 = X, Y and Z inertia forces, X, Y and Z inertia moments For each member the following items are stored: (controlled by IOUT in RUAUMOKO-3D) For Frame (Beam) members (28 or 36 items) 1 = Axial force, Axial Strain, % Stiffness, 2 = Moment-zz, Curvature-zz, % Stiffness, 3 = Moment-zz, Curvature-zz, % Stiffness, 4 = Torque, Twist, % Stiffness, 5 = Moment-yy, Curvature-yy, % Stiffness, 6 = Moment-yy, Curvature-yy, % Stiffness, 7 = Shear-y-1, Shear-y-2, Shear-z-1, 8 = (-y at 1 (-y at 2, (-z at 1, 9 = % Stiff-y, %Stiff-z, Energy-y, 10 = Theta-y-1, Theta-y-2, Theta-z-1, 11 = % Flex-y-1, % Flex-y-2, % Flex-z-1, Note:

c.

Energy Energy, Energy, Energy Energy, Energy, Shear-z-2 (-z at 2 Energy-z Theta-z-2 % Flex-z-2

(at End 1) (at End 2) (at End 1) (at End 2)

Groups 8 and 9 are for the In-elastic Beam-Shear option only Groups 10 and 11 are for the In-elastic Shear-Link model only.

For Spring members (24 items) 1 = x, y and z forces, 2 = x, y and z displacements, 3 = x, y and z % stiffnesses, 4 = x, y and z energies,

x, y and z moments x, y and z rotations x, y and z % rotational stiffnesses x, y and z rotational energies

For Damper members (18 items) 1 = x, y and z forces, 2 = x, y and z velocities, 3 = x, y and z % stiffnesses,

x, y and z moments x, y and z rotational velocities x, y and z % rotational stiffnesses

For Tendon members (2 items) 1 = Longitudinal or x Force 2 = Longitudinal or x Deformation For Contact members (6 items) 1 = Contact or axial force 2 = Damping Force 3 = y and z Friction forces 5 = Displacement in contact direction 6 = % stiffness of spring For Hybrid Quadrilateral finite elements, Forces and Moments per unit length.(24 items) 1 = N-xx, N-yy, N-xy, M-xx, M-yy, Mxy at node I 2 = N-xx, N-yy, N-xy, M-xx, M-yy, Mxy at node J 3 = N-xx, N-yy, N-xy, M-xx, M-yy, Mxy at node K 4 = N-xx, N-yy, N-xy, M-xx, M-yy, Mxy at node L For Masonry Panel Elements (27 items) 1 = Force, Displacement and % Stiffness for Strut 1 2 = Force, Displacement and % Stiffness for Strut 2 3 = Force, Displacement and % Stiffness for Strut 3 4 = Force, Displacement and % Stiffness for Strut 4 5 = Force, Displacement and % Stiffness for Shear Spring 6 = Plate Bending Moments M-xx, M-yy, Mxy at node I 7 = Plate Bending Moments M-xx, M-yy, Mxy at node J 8 = Plate Bending Moments M-xx, M-yy, Mxy at node K 9 = Plate Bending Moments M-xx, M-yy, Mxy at node L For Foundation Beam Elements (24 items) 1 = Force, Deformation, % stiffness 2 = Force, Deformation, % stiffness 3 = Force, Deformation, % stiffness 4 = Force, Deformation, % stiffness 5 = Force, Deformation, % stiffness 6 = Force, Deformation, % stiffness 7 = Force, Deformation, % stiffness 8 = Force, Deformation, % stiffness

at Axial spring point 1 at Axial spring point 1 at Normal spring point 1 at Normal spring point 2 at Normal spring point 3 at Normal spring point 4 at Shear spring point 1 at Shear spring point 2

Control data for DYNAPLOT DYNAPLOT prompts for the following information: c. d. e. The name of the output file, the default being the output screen. If you wish the results to be output to a file then give the name (with path if necessary). The name of the Post-processor file output by RUAUMOKO-2D or RUAUMOKO-3D, the default name of which is RUAUMOKO. The file must have the extension .RES or .RAS. If you have a colour monitor you will be prompted to ask if you wish to use colour. If you are also going to hard-copy the plots and you have only a mono-chromatic printer then answer N or NO as all lines would appear as solid black lines. In monochromatic systems different line styles are used for each line. What sort of graph do you want? Minimum of the first character required.) ACCN BASE COMB DISP ENVL FREE HYST INPT MOVE NODE PLOT TIME VARY WORK KEEP OPEN REDO STOP => Response Spectra from Nodal Accelerations Hysteresis plot of combined inputs Time history plot of combined inputs Snap-shots of deflected shapes Envelope Nodal Results Plot mode shapes of free vibration Hysteresis plot Plot of input excitation RUAUMOKO movie-like displaced shapes and plasticity Plot of Node Points in Mesh Plot of Element Mesh (In 3D data can redefine view axes) Time history plot Time history plot of Inter-nodal data (i.e. inter-storey drifts) Time history of work or energies Save last graph plotted to an ASCII file Restart DYNAPLOT with a new (.RES) input data set Redraw the Last Plot on the screen Terminate DYNAPLOT

f.

=> => => => => => => => => => => => => => => => =>

Each graph then asks for its own appropriate data. The time ranges used in the plots must not exceed the time range stored in the post-processor file. If the range is exceeded then a message like Ran out of RUAUMOKO results will appear on the screen. There is a maximum of ten lines in any time-history plot. There is only one line in a hysteresis loop or Base option plot. There is a maximum of five lines in an energy or work plot. Graph titles which are to contain lower case letters or consist of more than one word must be enclosed in single or double quotes and in any case must not contain more than 32 characters, including blanks. Note: Plots for which the horizontal axis is time will have the text Time (Seconds) appended to the title supplied by the user for the horizontal axis.

Time-History Plots The program prompts for the following information: a. Number of lines N to be plotted. b. Whether Nodal data or Member data are to be plotted. c. Which item of the modal or member data is to be plotted. (x, y or rotation etc.) d. Which N nodes or members are to be plotted on the N lines. e. Step interval for vertical grid lines. f. First and last grid lines. If the grid step was 1.0 seconds and the graph was to plot from 0 to 10 seconds then the response would be 0 10. g. Graph vertical grid interval. If zero is selected then an automatic grid spacing is used. h. The bottom and top horizontal grid line IYN IYP. The lowest graph value is IYN* (grid interval) and the top value is IYP* (grid interval). Note IYN MUST be less than IYP. i. Graph height and width. Default values fit A4 sheet. j. Title along bottom of plot. k. Title along vertical axis at left of graph. The example below plots two lines of nodal data with a time interval of 1.0 with the first and last grid lines being 1 and 10 and IYN and IYP being -1 and 1 respectively.

Hysteresis Plots The program prompts for the following information: a. Whether Nodal data, or Member data is to be plotted. b. Which item of the nodal or member data is to be plotted on the vertical axis. (Moment etc.) c. Which item of the nodal or member data is to be plotted on the horizontal axis. (Curvature etc.) d. Which node or member is to be plotted. e. Start time for hysteresis plot. f. Finish time for hysteresis plot. g. Graph vertical grid interval. If zero is selected then an automatic grid spacing is used. h. The bottom and top horizontal grid lines IYN IYP. The lowest graph value is IYN* (grid interval) and the top value is IYP* (grid interval). Note: IYN MUST be less than IYP. i. Graph horizontal grid interval. If zero is selected then an automatic grid spacing is used. j. The left and right horizontal grid lines IXN IXP. The left graph value is IXN* (grid interval) and the right value is IXP* (grid interval). Note: IXN MUST be less than IXP. k. Graph height and width. Default values fit A4 sheet. l. Title along bottom of plot. m. Title along vertical axis at left of graph. The example below plots the hysteresis curve for moment versus curvature. Note that although the member is bi-linear the results file has only stored data at every 5 time-steps and hence some loops appear to have had the corners cut off

Combination Time-History Plots This option enables combinations of node and/or member results to be combined into one plot line. Other aspects are identical to that of the Time-History plots. The maximum number of contributions to any one plot line is 50. The program prompts for the following information: a. b. Number of Lines on Plot? For each line: 1: Number of Contributions? 2: For each Contribution: i Which node or member contributes to line? iii Is it a Node or Member? iv Which node or member item contributes to the line? v Multiplier for contribution. Step interval for vertical grid lines First and last grid lines. If the grid step was 1.0 seconds and the graph was to plot from 0 to 10 seconds then the response would be 0 10 Graph vertical grid interval. If zero is selected than an automatic grid spacing is used. The bottom and top horizontal grid lines IYN IYP. The lowest graph value is IYN* (grid interval) and the top value is IYP* (grid interval). Note IYN MUST be less than IYP. Graph height and width. Default values fit A4 sheet. Title along bottom of plot. Title along vertical axis at left of graph.

c. d. e. f. g. h. i.

In the example below the Base Shear is obtained by summing the shears in the two ground floor columns.

10

Base Shear Combination Hysteresis Plots This option enables combinations of node and/or member results to be combined into one plot line and to be plotted in the form of a Hysteresis plot by plotting the combined results against a second set of combined results. An example would be the plot of base-shear (a combined input) versus the interstorey drift (a second combined input). In the example below the Base Shear is plotted against the top floor displacement. The maximum number of contributions to each axis value is 50. The program prompts for the following information: a. For the Vertical axis: 1 Number of Contributions? 2 For each Contribution: i Which node or member contributes to line? ii Is it a Node or Member? iii Which node or member item contributes to the line? iv Multiplier for contribution. For the Horizontal axis: 1 Number of Contributions? 2 For each Contribution: i Which node or member contributes to line? ii Is it a Node or Member? iii Which node or member item contributes to the line? ii Multiplier for contribution. Graph vertical grid interval. If zero is selected than an automatic grid spacing is used. The bottom and top horizontal grid lines IYN IYP. The lowest graph value is IYN* (grid interval) and the top value is IYP* (grid interval). Note IYN MUST be less than IYP. Graph horizontal grid interval. If zero is selected then an automatic grid spacing is used. The left and right horizontal grid lines IXN IXP. The left graph value is IXN* (grid interval) and the right value is IXP* (grid interval). Note IXN MUST be less than IXP. Graph height and width. Default values fit A4 sheet. Title along bottom of plot. Title along vertical axis at left of graph.

c d e f g h i

11

Work-Energy History Plots This option enables the Time-history of work or energies to be plotted. An option is to plot rate-of-change of work or power to be plotted. The program prompts for the following information: a b c Whether Work-Energy or Power is to be plotted. Number of lines to be plotted. The five energy contributions multiplied by the factors below and are summed for each line: 1 Five multipliers (numbers) for each line are: i Multiplier for Kinetic Energy ii Multiplier for Damping Work done iii Multiplier for Strain Energy including Plastic work iv Multiplier for External Applied Work v Multiplier for Plastic Work? Time Step interval for vertical grid lines. First and last grid lines. If the grid step was 1.0 seconds and the graph was to plot from 0 to 10 seconds then the response would be 0 10 Graph vertical grid interval. If zero is selected then an automatic grid spacing is used. The bottom and top horizontal grid lines IYN IYP. The lowest graph value is IYN* (grid interval) and the top value is IYP* (grid interval). Note IYN MUST be less than IYP. Graph height and width. Default values fit A4 sheet. Title along bottom of plot. Title along vertical axis at left of graph.

d e f g h i j

The example below plots four lines, the bottom line is the kinetic energy, the second line is the kinetic energy and damping work done, the third line is the sum of the kinetic energy, the damping work done and the strain energy. The fourth line is the External Applied Work. The vertical grid spacing is 1.0 seconds and the first and last grids being 0 and 10 respectively. The vertical spacing was the default 0.0 and IYN and IYP are 0 and 1 respectively. If one selects the Default option then the following energy plot is produced without the necessity of specifying all the data items above.

12

Snap-shots of Deflected Shapes This option enables the displaced shape of the structure to be plotted at various time-steps. The program prompts for the following information: a The item to be plotted. For a building, usually the x-displacement. See table b in the section on Output from RUAUMOKO post-processor file. b Number of storeys or levels in plot. The number of storeys, or levels, in building plus one. c List of nodes, one required for each level. If the list cannot be fitted on a single input line the line may be continued by placing an isolated ampersand (&) at the end of the line and the program will prompt for the remaining nodes. If the first node is zero then the displacement for that node will be taken as zero. If any other nodes are zero then linear interpolation will be used for that level using the nearest available nodes from the adjoining levels. The node for the last level must be provided. d Graph horizontal grid interval. If zero is selected then an automatic grid spacing is used. e The left and right vertical grid lines IYN IYP. The left graph value is IYN* (grid interval) and the right value is IYP* (grid interval). Note IYN MUST be less than IYP. f Graph height and width. Default values fit A4 sheet. g Title along bottom of plot. Usually Displacement. h Title along vertical axis at left of graph. Usually Level i The number of displaced shapes to be shown on the one plot (maximum of 10). j The times at which the deflected shapes are to be plotted. These must be in ascending time sequence and the minimum separation is the time-step at which results are stored in the .RES file. If the interval is too small the program will increment the steps automatically. The actual times used will be the first available step on or after the time specified. The example below plots two lines, the solid line is the deflected shape at 2.0 seconds, the dashed line is the deflected shape at 2.5 seconds. The data was stored for nodes 1, 3, 5, 7 and 9.

13

Movie-like Presentation of Deflected Shapes and Plasticity The option presents the movie-like displays of deflected shapes and plasticity. This show the same deformed mesh pictures that are able to be displayed in RUAUMOKO as it carries out the time-history analysis. However, in DYNAPLOT they may be displayed picture by picture so that hard copies of the plots may be produced. The program prompts for the following information: a. Whether continuous or stepped effects b. Start time for the movie-like motion c. Finish time for the movie-like motion. If continuous effects are selected then no further action is required until the sequence finishes except that on some systems a key-press will stop the sequence and a second key-press will then terminate the plot. For stepped effects press the Enter key to proceed to the next picture. In the later case the sequence must proceed to the end of the sequence to terminate. The user is then asked if a further sequence is to be shown. This feature is only available if all nodes and all members have had their results saved to the .RES postprocessor file. Mode Shapes of Free Vibration The option presents the movie-like displays of the modes shapes of free vibration. This is similar to the displays in RUAUMOKO except that here if the number of cycles is S (upper or lower case) rather than the number of cycles then the mode shape is displayed only in its maximum plotted position so that a hard copy may be produced. This feature is only available if all nodes and all members have had their results saved to the .RES postprocessor file. Plotting the Member or Element Mesh. This produces the plot of the mesh as is shown in Ruaumoko. However, in this case you are asked for the range of members, or elements that are to be shown in the plot. The default range is for all elements. For three-dimensional structures, i.e. the data has come from Ruaumoko3D, you are also asked if you wish to change that plot view axes. This feature is only available if all nodes and all members have had their results saved to the .RES postprocessor file. Plotting the Nodal Point, or Joint, Mesh. This produces the plot of thenodal points or joints in the mesh. As in the case for plotting the element mesh, case you are asked for the range of nodes or joints that are to be shown in the plot. The default range is for all nodes. This feature is only available if all nodes and all members have had their results saved to the .RES postprocessor file. Redrawing of the Last Plot This option enables the user to redraw the last graph plotted. This is normally used where the Enter key has been pressed before the user obtained a hard-copy. This enables the graph to be redrawn without going through the selection of the data items again.

14

Keeping the Last Graph This enables to user to save the graph data into an ASCII file so that it may be retrieved into the program COMBPLOT or into a spreadsheet etc. for combining with other graphical information. For Hysteresis data each output line saves the coordinates of the points on the plot. For Time-history plots the first item on the line for each point is the time and this is followed by the values of each line at that time. The last two items saved are the x and y titles for the graph. There are several choices for the output format, one fitting an 80 column line another a 132 column line as well as formats suitable for spreadsheet input such as for Microsoft Excel. There is an option for a single line Time-history graph and that is to save the file as a Caltech Format accelerogram. This is particularly useful if the graph is for the total acceleration for node in the structure and if one wishes to analyze a substructure located at that point in the structure or if one wants a Response Spectra for the motion at that point. The resulting file may be input to RUAUMOKO or SPECTRA as a Caltech format accelerogram. Restarting with a new post-processor file. If one selects the OPEN option from the main menu, DYNAPLOT restarts and prompts for the name of a new post-processor (.RES or .RAS) file.

15

This page is intentionally left blank.

16

Department of Civil Engineering


Program name: RUAUMOKO Author: Athol J Carr Program type: In-elastic Time-History Analysis

COMPUTER PROGRAM LIBRARY


Program code: ANSI Fortran77 Date: September 25, 2004

APPENDICES
for programs RUAUMOKO2D, RUAUMOKO3D, HYSTERES & INSPECT

APPENDIX A - STRENGTH DEGRADATION APPENDIX B - STIFFNESS DEGRADATION


Hysteresis Loop data

Copyright \ Athol J. Carr, University of Canterbury, 1981-2004. All Rights reserved.


1

APPENDIX A DEGRADING STRENGTH parameters (Only if ILOS > 0)

DUCT1 DUCT2 RDUCT DUCT3 RCYC

DUCT1 DUCT2 RDUCT DUCT3 RCYC

Ductility at which degradation begins ( > 1.0) Ductility at which degradation stops ( > DUCT1) Residual Strength as a fraction of the Initial Yield Strength Ductility at 0.01 initial strength ( blank or > DUCT2) % reduction of strength per cycle of inelastic behaviour (ILOS = 4, 5, 6 or 7 only)

F F F F F

Notes: 1. ILOS, the parameter that controls the strength degradation (see Properties tables) ILOS = 0, No Strength Degradation. ILOS = 1, Strength loss in each direction is a function of the ductility in that direction. ILOS = 2, Strength loss in each direction is a function of the number of inelastic cycles. ILOS = 3, Strength loss in each direction is a function of the maximum ductility. ILOS = 4, As for ILOS = 1 above but strength loss is also proportional to the number of inelastic cycles. ILOS = 5, As for ILOS = 4 above but strength loss is also proportional to the number of inelastic cycles and the strength due to ductility for ductilities greater than DUCT2 remains at the level of RDUCT until the ductility reaches DUCT3 when the strength suddenly reduces to 1% of the original strength. ILOS = 6, As for ILOS = 3 above but strength loss is also proportional to the number of inelastic cycles. ILOS = 7 As for ILOS = 6 above but strength loss is also proportional to the number of inelastic cycles and the strength due to ductility for ductilities greater than DUCT2 remains at the level of RDUCT until the ductility reaches DUCT3 when the strength suddenly reduces to 1% of the original strength. 2. If Strength Loss is based on cycle number rather than the ductility then DUCT1 is the cycle number that the strength starts to reduce and DUCT2 is the cycle number at which the strength reaches the residual value. It must be noted that the cycle number is computed as the number of times the hysteresis rule leaves the post-yield back-bone or skeleton curve divided by 2 and this might be greater than the number of cycles of hysteresis particularly if there has been a one sided ratchet-like behaviour of the hysteresis. The minimum value permitted for RDUCT is 0.01. If the strength was to reduce to 0.0, Ruaumoko would then take the member behaviour as elastic which would not be the intention of the user. 3. If a number is provided for the variable DUCT3 above then the strength decreases linearly from RDUCT times the initial strength at DUCT2 to 0.01 of the initial strength at ductility (cycle number) DUCT3. If this number is omitted then the strength remains constant after DUCT2 is reached. 4. See Appendix B for information on which Hysteresis rules are able to accept strength degradation. 5. If ILOS is greater than 0 then as the strength is reduced the stiffness is reduced to match. This means that the yield displacement, rotation or curvature remains constant as the strength decreases making the definition of member ductility consistent. If the hysteresis loop being used has other strength parameters such as a cracking force or moment then these are also reduced proportionally to the yield strength. If this is not done then some of the hysteresis loops may be impossible to follow where the yield strength would become less than the cracking strength. 6. If ILOS is supplied as a negative number, i.e. -5, the strength degradation rule would follow that for ILOS=5 but the stiffness would not be reduced and other hysteresis rule actions would also not be reduced. This means that the definition of ductility would be difficult to follow as the yield displacement. rotation or curvature, which is the denominator in the expression for ductility, would decrease as the strength decreases. Care would also be necessary insetting the levels of strength degradation to ensure that the hysteresis loop does not become impossible to follow. See the note below.

Strength Reduction Variation In earlier versions of Ruaumoko when the strength degraded the stiffness remained using its input values. This causes problems with the definition of ductility in that as the yield force reduces and the stiffness remains constant the yield displacement reduces and therefore for a given member deformation the apparent ductility increases. This has shown up in that the residual strength, or the 1% strength, is reached at much smaller displacements, or curvatures, than the user had expected. The program has now been modified such that as the yield forces, or moments, degrade the stiffness also degrades. This means that the yield displacements remain constant and the definitions of ductilities remain more consistant. As some hysteresis rules have other force, or moment quantities such as cracking forces, or intercept forces (see Appendix B), which can also cause difficulties when the yield strength degrades, such that the yield strength may reduce to a smaller level than say the cracking moment leading to confusion within the hysteresis rule, such force quantities are now also degraded as the yield strength degrades. This is more likely to be realistic than the earlier operation of the strength degradation in that for most member sections the yield point is defined by the extreme fibre yield strain and given the section properties the yield strain, or curvature, is more likely to remain constant than is the yield force or moment. There are still some difficulties when there are different degradations in each direction, ILOS =1, 4 or 5 as the stiffness will vary depending whether the member displacement is positive or negative.

APPENDIX B STIFFNESS DEGRADATION parameters


Hysteresis Rules for Inelastic Member Behaviour Each of the rules is designated by the number as shown below. 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Elastic (default) Elasto-plastic Bi-linear Ramberg-Osgood Modified Takeda Degrading Stiffness Bi-linear with Slackness Kivell Degrading Stiffness Origin Centered Bi-linear Hysteresis SINA Degrading Stiffness Stewart Degrading Stiffness with Slackness Bi-linear Degrading Stiffness Clough Degrading Stiffness Q-HYST Degrading Stiffness Muto Tri-linear Degrading Stiffness Fukada Tri-linear Degrading Stiffness Bi-linear Elastic Non-linear Elastic (Un-Reinforced Masonry) Degrading Elastic Ring-Spring Isolator or Damper Hertzian Contact Non-linear Spring Mehran Keshavarzian's Degrading Stiffness Widodo Foundation Compliance Li Xinrong Reinforced Concrete Column Degrading Stiffness Bouc Degrading Stiffness Remennikov Out-of-plane Buckling Steel Brace Takeda with Slip Degrading Stiffness Al-Bermani Bounding Surface Hysteresis Peak Oriented Hysteresis Matsushima Strength Decay model Kato Shear model Elastomeric Damper Spring Composite Section, modified SINA model Different Stiffness in Positive and Negative directions. Modified Bi-linear rule Masonry Strut Hysteresis Hyperbolic Hysteresis Degrading Bi-linear with Gap Hysteresis Bi-linear with Differing Positive and Negative Stiffness Hysteresis Non-linear Elastic Power Rule Hysteresis Revised Origin Centred Hysteresis Dodd-Restrepo Steel Hysteresis Bounded Ramberg-Osgood Hysteresis Modified (Payne) Ramberg-Osgood Hysteresis HERA-SHJ Steel Hinge unit. Resetting Origin Loop Pampanin Reinforced Concrete Hinge hysteresis Degrading Stiffness Ramberg-Osgood Hysteresis Dean Saunders Reinforced Concrete Column Multi-linear Elastic Isotropic/Kinematic Strain Hardening Bi-Linear Isotropic/Kinematic Strain-Hardening Ramberg-Osgood Flag-shaped Bi-linear Hysteresis

Use of Hysteresis Rules for Frame members in RUAUMOKO-2Dand RUAUMOKO-3D


IHYST 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Hysteresis Rule Elastic Elasto-Plastic Bi-linear Ramberg-Osgood Takeda Bi-linear - Slackness Kivell Origin-Centered SINA Stewart Degrading Bi-linear Clough Q-HYST Muto Fukada Bi-linear Elastic Non-Linear Elastic Degrading Elastic Ring-Spring Hertzian Contact Keshavarzian Widodo Foundation Li-Xinrong Column Bouc Remennikov Takeda with slip Al-Bermani Bound-Surface Peak Oriented Matsushima Degrading Kato Degrading Shear Elastomeric Spring Composite Section Different +/- Stiffness Masonry Strut Hyperbolic Degrading Bi-linear Bi-linear Differing +/- Stiffness Non-linear Elastic Power Revised Origin Centred Dodd-Restrepo Steel Bounded Ramberg-Osgood Payne Ramberg-Osgood HERA-SHJ Resetting Origin 1cpt beam Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes Yes No Yes Yes Yes Yes Yes Yes Yes No Yes Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes No R-C col. Yes Yes Yes Yes Yes* Yes Yes Yes Yes Yes Yes Yes* Yes* Yes Yes Yes Yes Yes No No Yes Yes Yes No No No Yes Yes Yes Yes No No No No Yes No Yes Yes Yes Yes Yes Yes No No Steel col. Yes Yes Yes Yes Yes* Yes Yes Yes Yes Yes Yes Yes* Yes* Yes Yes Yes Yes Yes No No Yes Yes No No Yes No Yes Yes Yes No No No No No Yes No Yes Yes Yes Yes Yes Yes No No Gen col. Yes Yes Yes Yes Yes* Yes Yes Yes Yes Yes Yes Yes* Yes* Yes Yes Yes Yes Yes No No Yes Yes No No No No Yes Yes Yes No No No No No Yes No Yes Yes Yes Yes Yes Yes No No 2cpt beam Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No No Yes Yes No Yes No Yes Yes Yes Yes Yes No Yes Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes No VFlex beam Yes No Yes Yes Yes Yes Yes Yes Yes No Yes Yes No Yes Yes Yes Yes Yes No No No No No Yes No No Yes Yes Yes No No Yes Yes No Yes No Yes Yes Yes Yes Yes Yes No No

Use of Hysteresis Rules for Frame members in RUAUMOKO-2Dand RUAUMOKO-3D


IHYST 44 45 46 47 48 49 50 Hysteresis Rule Pampanin Degrading Ramberg-Osgood Dean Saunders Conc. Column Multi-linear Elastic Isotropic Strain Hard. Bi-linear Isotropic Strain Hard. Ramberg Flag-shaped Bi-linear 1cpt beam Yes Yes Yes Yes Yes Yes Yes R-C col. Yes Yes Yes Yes Yes Yes Yes Steel col. Yes Yes Yes Yes Yes Yes Yes Gen col. Yes Yes Yes Yes Yes Yes Yes 2cpt beam Yes Yes Yes Yes Yes Yes Yes VFlex beam Yes Yes Yes Yes Yes Yes Yes

Use of Hysteresis Rules for Spring members in RUAUMOKO-2D


IHYST 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Hysteresis Rule Elastic Elasto-Plastic Bi-linear Ramberg-Osgood Takeda Bi-linear - Slackness Kivell Origin-Centered SINA Stewart Degrading Bi-linear Clough Q-HYST Muto Fukada Bi-linear Elastic Non-Linear Elastic Degrading Elastic Ring-Spring Hertzian Contact Keshavarzian Widodo Foundation Li-Xinrong Column Bouc Remennikov Takeda with slip Al-Bermani Bound-Surface Peak Oriented Matsushima Degrading Kato Degrading Shear Elastomeric Spring Composite Section Different +/- Stiffness Masonry Strut Hysteresis Hyperbolic Hysteresis Degrading Bi-linear Hysteresis Bi-linear Differing +/- Stiffness Non-linear Elastic Power Revised Origin Centred Dodd-Restrepo Steel Bounded Ramberg-Osgood Payne Ramberg-Osgood HERA-SHJ Resetting Origin ITYPE = 1,3 or 4 Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes No Yes Yes Yes Yes Yes Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes

Use of Hysteresis Rules for Spring members in RUAUMOKO-2D


IHYST 44 45 46 47 48 49 50 Hysteresis Rule Pampanin Degrading Ramberg-Osgood Dean Saunders Concrete Column Multi-linear Elastic Isotropic Strain Hard Bi-linear Isotropic Strain Hard Ramberg Flag-shaped Bi-linear ITYPE = 1,3 or 4 Yes Yes Yes Yes Yes Yes Yes

Use of Hysteresis Rules for Spring members in RUAUMOKO-3D


IHYST 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Hysteresis Rule Elastic Elasto-Plastic Bi-linear Ramberg-Osgood Takeda Bi-linear - Slackness Kivell Origin-Centered SINA Stewart Degrading Bi-linear Clough Q-HYST Muto Fukada Bi-linear Elastic Non-Linear Elastic Degrading Elastic Ring-Spring Hertzian Contact Keshavarzian Widodo Foundation Li-Xinrong Column Bouc Remennikov Takeda with slip Al-Bermani Bound-Surface Peak Oriented Matsushima Degrading Kato Degrading Shear Elastomeric Spring Composite Section Different +/- Stiffness Masonry Strut Hysteresis Hyperbolic Hysteresis Degrading Bi-linear Hysteresis Bi-linear Differing +/- Stiffness Non-linear Elastic Power Revised Origin Centred Dodd-Restrepo Steel Bounded Ramberg-Osgood Payne Ramberg-Osgood HERA-SHJ Resetting Origin ITYPE = 1,2 or 4 Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes No Yes Yes Yes Yes Yes Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes

Use of Hysteresis Rules for Spring members in RUAUMOKO-3D


IHYST 44 45 46 47 48 49 50 Hysteresis Rule Pampanin Degrading Ramberg-Osgood Dean Saunders Concrete Column Multi-linear Elastic Isotropic Strain Hard. Bi-lineaqr Isotropic Strain Hard. Ramberg Flag-shaped Bi-linear ITYPE = 1,2 or 4 Yes Yes Yes Yes Yes Yes Yes

10

Use of Hysteresis Rules for Foundation members in RUAUMOKO-2D and RUAUMOKO-3D


IHYST 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Hysteresis Rule Elastic Elasto-Plastic Bi-linear Ramberg-Osgood Takeda Bi-linear - Slackness Kivell Origin-Centered SINA Stewart Degrading Bi-linear Clough Q-HYST Muto Fukada Bi-linear Elastic Non-Linear Elastic Degrading Elastic Ring-Spring Hertzian Contact Keshavarzian Widodo Foundation Li-Xinrong Column Bouc Remennikov Takeda with slip Al-Bermani Bound-Surface Peak Oriented Matsushima Degrading Kato Degrading Shear Elastomeric Spring Composite Section Different +/- Stiffness Masonry Strut Hysteresis Hyperbolic Hysteresis Degrading Bi-linear Hysteresis Bi-linear Differing +/- Stiffness Non-linear Elastic Power Revised Origin Centred Dodd-Restrepo Steel Bounded Ramberg-Osgood Payne Ramberg-Osgood HERA-SHJ Resetting Origin ITYPE = 1, 2, 3, 4 or 5 Yes Yes Yes Yes Yes No No No Yes No Yes Yes Yes Yes Yes Yes No No No No Yes Yes No Yes No No Yes No Yes No No No Yes No Yes Yes Yes Yes Yes No Yes Yes No No

11

Use of Hysteresis Rules for Foundation members in RUAUMOKO-2D and RUAUMOKO-3D


IHYST 44 45 46 47 48 49 50 Hysteresis Rule Pampanin Degrading Ramberg-Osgood Dean Saunders Concrete Column Multi-linear Elastic Isotropic Strain Hard. Bi-linear Isotropic Strain Hard. Ramberg Flag-shaped Bi-linear ITYPE = 1, 2, 3, 4 or 5 Yes Yes Yes Yes Yes Yes Yes

12

Use of Strength Degradation and Damage Indices in RUAUMOKO-2D and RUAUMOKO-3D


IHYST 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Hysteresis Rule Elastic Elasto-Plastic Bi-linear Ramberg-Osgood Takeda Bi-linear - Slackness Kivell Origin-Centered SINA Stewart Degrading Bi-linear Clough Q-HYST Muto Fukada Bi-linear Elastic Non-Linear Elastic Degrading Elastic Ring-Spring Hertzian Contact Keshavarzian Widodo Foundation Li-Xinrong Column Bouc Remennikov Takeda with slip Al-Bermani Bound-Surface Peak Oriented Matsushima Degrading Kato Degrading Shear Elastomeric Spring Composite Section Different +/- Stiffness Masonry Strut Hysteresis Hyperbolic Hysteresis Degrading Bi-linear Hysteresis Bi-linear Differing +/- Stiffness Non-linear Elastic Power Revised Origin Centred Dodd-Restrepo Steel Bounded ramberg-Osgood Payne Ramberg-Osgood HERA-SHJ Resetting Origin Strength Degradation No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No No No No No Yes No No No* No Yes Yes Yes No* No No Yes Yes No Yes No Yes No Yes No Yes Yes Yes No Damage Indices No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No No No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes Yes Yes Yes No Yes No Yes Yes Yes Yes No No

13

Use of Strength Degradation and Damage Indices in RUAUMOKO-2D and RUAUMOKO-3D


IHYST 44 45 46 47 48 49 50 Hysteresis Rule Pampanin Degrading Ramberg-Osgood Dean Saunders Concrete Column Multi-linear Elastic Isotropic Strain Hard. Bi-linear Isotropic Strain Hard. Ramberg Flag-shaped Bi-linear Strength Degradation No Yes Yes Yes No No Yes Damage Indices No Yes Yes No Yes Yes Yes

14

Notes on notation for hysteresis rules: In all of the diagrams associated with the hysteresis rules the following notation is used. F is the force or moment in the member. d is the deformation or curvature in the member. K0 is the initial elastic stiffness, i.e. the EI of a flexural beam or beam column, the AE/L for the axial stiffness of a beam or beam column, or the stiffness K of a spring member. Fy is the yield force or moment. r is the bi-linear factor or Ramberg-Osgood factor. : is the ductility where : = d / dy where, in general, the yield displacement dy = Fy / K0 Some of these rules require further data which is described in the following pages. Notes on the preceding tables: If a hysteresis rule is selected and the rule is not allowed for that member then an error message is printed in the output for the section properties and the analysis will be terminated. Yes* implies that the hysteresis rule is now allowed for column members. However, the effects on the small-cycle hysteresis loops of the yield moments varying with the changes in the axial force in the member have not been studied. If both Strength Degradation and Damage Indices are selected then the effects of Strength Degradation on the computed Damage Indices is uncertain and a warning is printed after reading the member properties. If Strength Reduction or Damage Indices are not allowed for the specified Hysteresis Rule and they are specified in the input data, the data is read and then the control parameters ILOS and/or IDAMG are reset to zero. Warnings of these re-settings are printed in the output. No*. The Bouc and Matsushima Hysteresis rules have their own strength degradation capability. Damage indices for the masonry strut hysteresis only outputs the hysteretic work done. For the Ruaumoko (2D) version Spring member ITYPE=2 is tri-linear hysteresis only. If ITYPE=3 then the SINA hysteresis is used for the transverse (local y) direction. For the Ruaumoko (2D) version the Frame member ITYPE=7, the four hinge beam has the allowable hysteresis table that follow the same rules as that for the variable flexibility beam.

15

DEGRADING STIFFNESS parameters IHYST = 0 Linear Elastic. - No further data required.

Linear Elastic Hysteresis

16

IHYST = 1 Elasto-Plastic Hysteresis. - No further data required. Note: This rule is not available for Variable Flexibility Beam Members.

Elasto-Plastic Hysteresis

17

IHYST = 2

Bi-Linear Inelastic. - No further data required.

Bi-Linear Hysteresis

18

IHYST = 3 RAMBERG-OSGOOD Hysteresis [Kaldjian 1967] - No further data required. Note: The bi-linear factor in the section data is used as the Ramberg-Osgood factor r and must be greater than or equal to 1.0

Ramberg-Osgood Hysteresis

19

It must be noted that the Ramberg-Osgood loop works well when large cycle loops are exercised but an offset of the forces can occur in some small cycles as is shown in the diagram above. In 1984 the RambergOsgood hysteresis loop in Ruaumoko was modified to bound the forces within an envelope obtained by the loops from the maximum and minimum displacements. In the year 2000 the Ramberg-Osgood loop reverted to its original definition and the bounded version was moved to IHYST = 40.

20

IHYST = 4 Modified TAKEDA Hysteresis [Otani 1974]. Modified Takeda rule. ALFA BETA NF KKK

ALFA BETA NF KKK

Unloading stiffness (0.0 # ALFA # 0.5) Reloading stiffness (0.0 # BETA # 0.6) Reloading stiffness power factor (NF $ 1) =1; Unloading as in DRAIN-2D =2; Unloading as by Emori and Schnobrich

F F I I

Note:

Increasing ALFA decreases the unloading stiffness and increasing BETA increases the reloading stiffness. The power factor NF is usually taken as 1.0

Modified Takeda Hysteresis

21

IHYST = 5 Bi-linear with Slackness Hysteresis. The bi-linear with slackness model can be used to represent diagonal braced systems where yield in in one direction may stretch the members leading to slackness in the bracing system. The model allows for either yield in compression, in say a cross-braced system, or for a simple elastic buckling in compression which would be more appropriate in a single brace member. Bi-linear with Slackness rule. GAP+ GAP- IMODE RCOMP C EPS0 ILOG

GAP+ GAPIMODE

RCOMP C EPS0 ILOG

Initial slackness, positive direction. ( > 0.0) Initial slackness, negative direction ( < 0.0) = 0; Default case, normal rule holds = 1; Bi-linear elastic buckling in compression. = 2; Bi-linear Elastic in Tension and Compression Bi-linear Factor r in Compression Strain-Rate Constant (if # 0.0 Strain-rate effects are ignored) Quasi-static Strain-rate (if # 0.0 then C = 0.0) = 0; Natural Logarithms are used for Strain-rate effects = 1; Base 10 Logarithms are used for Strain-rate effects

F F I

F F F I

Notes: 1 Concrete and Steel Beam-column sections require GAP+ = - GAP-. 2 If no value is prescribed for RCOMP, i.e. there are less than four items on the line or RCOMP is the word DEFAULT or D then the bi-linear factor in compression is the same as that for tension. 3 For the SPRING members the hysteresis data is the same for all actions. If different properties are desired in the different actions then separate members should be used for the different actions. The default bi-linear factor is that for the force components. 4 If the strain rate constant C is non zero then the positive and negative yield forces are multiplied by the factor

where

is the current strain rate and

is the quasi-static strain rate EPS0.

Bi-Linear with Slackness Hysteresis

22

HYST = 6 KIVELL Degrading Stiffness [Kivell 1981]. The pinching model of Kivell was designed to represent the behaviour of the nails in steel nail-plates connecting timber members together at the joints. The assumed cubic unloading-reloading curve is represented by three straight lines. Kivell Degrading rule. ALFA Unloading stiffness (0.0 # ALFA # 0.4)

ALFA

Kivell Degrading Hysteresis

23

IHYST = 7 Origin-Centered Bi-linear Hysteresis - No further data is required, On unloading and on subsequent reloading the path is on a line passing through the origin.

Origin-Centred Hysteresis

24

IHYST = 8

SINA Degrading Tri-linear Hysteresis. [Saiidi 1979].

SINA Degrading Tri-linear rule. ALFA BETA FCR(i)+ FCR(i)- FCC(i)

ALFA BETA FCR(i)+ FCR(i)FCC(i)

Bi-linear factor (positive cracking to yield) Bi-linear factor (negative cracking to yield) Cracking moment or force at i ( > 0.0) Cracking moment or force at i ( < 0.0) Crack closing moment or force at i ( > 0.0)

F F F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. Concrete and Steel Beam-column sections require symmetry in moments and thus FCR(i)- = - FCR(i)+ etc. and that ALFA = BETA

SINA Degrading Tri-linear Hysteresis

25

IHYST = 9

Wayne Stewart Degrading Stiffness Hysteresis. [Stewart 1984].

This very general rule was initially developed by Wayne Stewart for the representation of timber framed structural walls sheathed in plywood nailed to the framework. The model allows for initial slackness as well as subsequent degradation of the stiffness as the nails enlarged the holes and withdrew themselves from the framework. Stewart Degrading with slackness rule. FU FI PTRI PUNL GAP+ GAP- BETA ALPHA LOOP

FU FI PTRI PUNL GAP+ GAPBETA ALPHA LOOP

Ultimate force or moment ( > 0.0) Intercept force or moment ( > 0.0) Tri-linear factor beyond ultimate force or moment Unloading stiffness factor ( > 1.0) Initial slackness, positive axis ( > 0.0) Initial slackness, negative axis ( < 0.0) Beta or Softening factor ( $ 1.0) Reloading or Pinch power factor ( # 1.0) =0 Loop as defined =1 Modified loop

F F F F F F F F I

Notes:

Concrete and Steel Beam-column sections require GAP+ = - GAP- and that all other components maintain symmetry about the zero force or moment axis This rule is not available for the Variable Flexibility or 4-Hinge Beam members.

Modified loop; Member section yield values are taken as Fu+ and Fu- and the Fu on this line is taken as Fy+ and Fy-. This modification allows the use of strength degradation. In the original model strength degradation affects only the cracking moments Fy and not Fu. Also the PTRI (read as part of this data line) and r (read as part of the member section data) are interchanged.

Wayne Stewart Degrading Hysteresis

26

Operation of Wayne Stewart Hysteresis rule Note: Vos = Fi etc. 27

Wayne Stewart used the following hysteresis values in his plywood wall examples [Stewart 1984]. FU FI PTRI PUNL BETA ALPHA = = = = = = 1.5 times yield force or moment 0.25 times yield force or moment 0.0 1.45 1.09 0.38

Example: The diagram below shows the use of the modified Wayne-Stewart hysteresis loop to model a pre1970 reinforced concrete column hinge where plain round longitudinal reinforcement bars are used [Liu,2001]. The two loops compare the observed experimental loop with that computed using the program HYSTERES using the following parameters

Section Stiffness properties K0 = R = FY+ = FY=

51.1 kN/mm 0.001 +58.4 kN -58.4 kN

IHYST=9 Stiffness Degradation parameters (see preceding pages) FRC (i.e. FU) = 27.6 kN FI = 6.0 kN PTRI = 0.14 PUNL = 1.1 GAP+ = 0.0 GAP= 0.0 BETA = 1.2 ALPHA = 0.8 LOOP = 1 There is no strength degradation applied in this example.

28

IHYST = 10

Degrading Bi-linear Hysteresis. [Otani 1981].

This is similar to the Bi-linear rule except that the stiffness degrades with increasing inelastic deformation. Degrading Bi-linear rule. ALFA Unloading stiffness (0.0 # ALFA # 0.5)

ALFA

Degrading Bi-linear Rule

29

IHYST = 11

CLOUGH Degrading Hysteresis. [Otani 1981] - No further data is required.

This rule was the first degrading stiffness rules to represent reinforced concrete members. The rule is the same as the modified TAKEDA rule with the parameters ALFA and BETA both equal to 0.0.

Clough Degrading Stiffness Hysteresis

30

IHYST = 12

Q-HYST Degrading Stiffness Hysteresis. [Saiidi 1979].

This rule is the same as the Modified Takeda rule with the parameter BETA set to 0.0 and unloading as per Emori and Schnobrich. Q-HYST Degrading rule. ALFA Unloading stiffness (0.0 # ALFA # 0.5) This rule is not available for the Variable Flexibility and 4-Hinge Beam Members.

ALFA Note:

Q-HYST Degrading Stiffness Hysteresis

31

IHYST = 13

MUTO Degrading Tri-linear Hysteresis. [Muto 1973].

After cracking the model is an Origin-Centered rule. After yield is reached the model become a Bi-linear hysteresis with the equivalent elastic stiffness equal to the secant stiffness to the yield point. Muto Degrading Tri-linear rule. ALFA FCR(i)+ FCR(i)-

ALFA FCR(i)+ FCR(i)-

Bi-linear factor (cracking to yield) Cracking moment or force at i ( > 0.0) Cracking moment or force at i ( < 0.0)

F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. Concrete and Steel Beam-column sections require symmetry in moments and therefore FCR(i)- = - FCR(i)+ etc.

Muto Degrading Tri-linear Hysteresis

32

IHYST = 14

FUKADA Degrading Tri-linear Hysteresis. [Fukada 1969].

Fukada Degrading Tri-linear rule. ALFA BETA FCR(i)+ FCR(i)-

ALFA BETA FCR(i)+ FCR(i)-

Bi-linear factor (cracking to yield) Unloading Stiffness factor (see Takeda ALFA) Cracking moment or force at i ( > 0.0) Cracking moment or force at i ( < 0.0)

F F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. Concrete and Steel Beam-column sections require symmetry in moments and thus FCR(i)- = - FCR(i)+ etc.

Fukada Degrading Tri-linear Hysteresis

33

IHYST = 15

Bi-linear Elastic Hysteresis. - No further data is required.

This rule is similar to the Bi-linear hysteresis except that the rule unloads elastically down the same path which means that no hysteretic energy is dissipated..

Bi-linear Elastic Rule

34

IHYST = 16

Non-linear Elastic Hysteresis - No further data is required.

This non-linear elastic model represents the non-linear behaviour of face-loaded masonry wall units. No hysteretic energy is dissipated.

Non-linear Elastic Rule (URM)

35

IHYST = 17

Degrading Elastic Rule. - No further data is required.

The degradation of the elastic stiffness is proportional to the amount of equivalent ductility. This equivalent ductility is equal to the displacement divided by the nominal yield deformation.

Degrading Elastic Rule

36

IHYST = 18

Ring-Spring Hysteresis. [Hill 1994]

This device can be used as a seismic energy dissipation device. The default model operates in the compressive force - compressive displacement quadrant of the force-displacement plot. Ring-Spring RSTEEP RLOWER DXINIT KTYPE KLOOP

RSTEEP RLOWER DXINIT KTYPE KLOOP Note: 1. 2.

Unloading Steep Stiffness factor (usually greater than 1.0) Unloading Lower Stiffness factor (usually less than the Bi-linear factor) Initial Displacement = 0 ; Uni-directional, = 1 ; Bi-directional = 0 ; New Definition, = 1 ; Original Definition.

F F F I I

3.

This rule is normally only available for the Spring Members. In this case do not supply yield data as the yield point is defined by DXINIT, see below. The rule may be used for the flexural components of the Giberson one-component beam option of the FRAME members when it would normally be expected to be used in the bi-directional mode. It may also be used for the axial component of the Giberson beam members provided the beam has no flexural stiffness i.e. EI is zero, representing a truss-like action. In both of these cases the appropriate yield moments or yield forces must be provided with dummy non-zero values (the actual yield values are computed internally by the hysteresis rule but non-zero yield forces or moments are required in order that the member is treated as non-linear). When initial pre-stress (FRAME members) or pre-load (SPRING members) forces are applied to the Unidirectional Ring-spring (KTYPE = 0) they must be compressive (i.e. negative) forces.

Ring-Spring Hysteresis

37

IHYST = 19

Hertzian Contact Spring Hysteresis Rule. [Davis 1992]

The Hertzian contact spring is useful for modelling the contact between impacting structures. It really models contact between spheres but this seems to be used in wider applications. It is only available for the SPRING members and the CONTACT members. Hertzian Contact Spring MPP MPN PFP PFN GAP+ GAP-

MPP MPN PFP PFN GAP+ GAP-

Stiffness Multiplier for Positive Displacement Stiffness Multiplier for Negative Displacement Power factor for Positive Displacement Power factor for Negative Displacement Initial slackness in Positive direction ($ 0.0) Initial slackness in Negative direction (# 0.0)

F F F F F F

Hertzian Contact Spring

38

IHYST = 20

MEHRAN KESHAVARZIAN Degrading and Pinching Hysteresis. [Keshavarzian 1984]

Mehran Keshavarian Degrading and Pinching rule. ALFA Unloading stiffness (0.0 # ALFA # 0.5) (see Takeda) This rule is not available for the Variable Flexibility and 4-Hinge Beam Members.

ALFA Note:

Mehran Keshavarian Hysteresis

39

IHYST = 21

WIDODO Foundation Compliance Model.[Widodo 1995]

These non-linear elastic rules are designed to model foundation compliance springs including the modelling of a wall footing that can suffer partial or tip uplift. This is only appropriate to SPRING members, see section 12.. Widodo Foundation Compliance. A(i) P(i) Q(i)

A(i) P(i) Q(i)

Multiplier for i th Component Power Factor for First part of i th Component Power Factor for Second Part of i th Component

F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. This rule is not available for the Variable Flexibility Beam members.

Widodo Foundation Compliance

40

IHYST = 22

Li XINRONG Reinforced Concrete Column Hysteresis. [Li Xinrong 1994]

This rule is only available for the Reinforced Concrete column option for the FRAME members, see section 11. The degrading rule modifies the stiffness of the member to allow for the effects due to variation of the axial force acting in the column. Li Xinrong Degrading Reinforced Concrete Column. FPC RHO PB U ALFA BETA PINCH

FPC RHO PB U ALFA BETA PINCH

Concrete Compressive Strength f'c ( < 0.0) Percentage Longitudinal Steel content Yield Moment - Axial Force Diagram Balance Axial Force Unloading Coefficient (0.7 to 1.0) (Li Xinrong used 0.9) Factor for unloading (0.5 to 1.0) (Li Xinrong used 0.9) Factor used in relocation of unloading point (0.8) Pinching Factor (0.7 to 0.9)

F F F F F F F

Li Xinrong Reinforced Concrete Column Hysteresis

41

IHYST = 23

BOUC Hysteresis Rule. [Wen 1976]

This very general parametric hysteresis rule gives a smooth transition of the change of stiffness as the deformation of the member changes. It has been used to represent lead-rubber bridge bearings or energy dissipators [Bessasson 1992] and has been used for the analysis of inelastic buildings subjected to random vibration [Baber 1981]. Bouc Degrading Stiffness. A1 A2 A3 A4 A5 N D3 D4 D5 MODE INIT

A1 A2 A3 A4 A5 N D3 D4 D5 MODE INIT

Loop Fatness parameter ( 0.1 to 0.9) Loop Pinching parameter (-0.9 to 0.9) Stiffness parameter (usually 1.0) Degradation parameter (usually 1.0) Strength parameter (usually 1.0) Power Factor, Controls Abruptness (1 to 3, usually 1) Strength Degradation parameter (0.0 to 0.1) (0.0 no degradation) Loop Size Degradation (0.0 to 0.2) (0.0 no degradation) Stiffness Degradation (0.0 to 0.2) (0.0 no degradation) = 0 Constantinou Version = 1 Baber and Wen Version = 0 Normal = 1 Bi-linear until first unloading after yielding This rule is not available for the Beam-Column Members

F F F F F I F F F

Note:

Bouc Hysteresis Versions Baber and Wen

Constantinou

where and are the displacement velocity, is the elastic stiffness, is the bi-linear factor and is the yield displacement. is the yield force and is the change in displacement. Q is the force in the spring and F is the current stiffness factor. The tangent stiffness is . and are the Bouc hysteresis control parameters, is the power factor. 42

The Bouc rule is controller by the parameter , which in RUAUMOKO is initially 0.0 and is integrated step-by-step as in the above equations. The rule is such that at the static analysis which means that the initial stiffness is the bi-linear stiffness and the force in the member is proportional to the bi-linear stiffness and the displacement. To over come some of these effects an option is to force the rule to be bi-linear until reversal after the first yield. A result is that there is a marked reduction in member force at the change of rule. further work is being done to fully understand the implications of the use of this hysteresis.

Bouc Hysteresis Rule

43

IHYST = 24

REMENNIKOV Steel Brace Member Hysteresis.

Represents the out-of-plane buckling of a steel brace member. REMENNIKOV Steel Brace rule. Iminor Sminor k ALFA BETA THETA0 E1 E2 E3 E4 N SHAPE

Iminor Sminor k ALFA BETA THETA0 E1 E2 E3 E4 N SHAPE

Second Moment of Area about Minor axis Plastic Section Modulus about Minor axis Effective Length Parameter (Leff = kL) Strain Hardening Alpha (1.0 # " # 1.5) Beta factor ($ > 1.0) recommended range 1.2 to 1.4 Initial out-of-straightness (length units) Effective modulus e1 (>0.0) Effective modulus e2 (>0.0) Effective modulus e3 (>0.0) Effective modulus e4 = 0; ALFA above used for strain hardening effects. = 1; Built-in strain hardening rule and ALFA is reset to 1.0 = 1; Flanged section such as an I section. = 2; Circular hollow section = 3; RHS or SHS section

F F F F F F F F F F I I

Notes: 1. This hysteresis is available only for the Giberson One-component beam and the Steel beam-column options of the FRAME member type. (see Section 11a) 2. The member only permits this hysteresis in the axial component. The member is assumed to be bi-linear in flexure (provided the yield moments are non-zero in sections 11e or 11g). 3. The beam or beam-column cross-section area and the axial yield forces in section 11e or the yield interaction forces and moments in section 11g must be supplied. 4. It is recommended that Iteration on Residuals, say MAXIT = 3 and FTEST = 0.001, be used with this rule (see section 5). 5. It is recommended that a small time step be used so that the transitions within the rule may be followed.

Steel Brace Member Hysteresis

44

45 Definition of Different Zones

Idealization Curves for Tangent Modulus History

Tangent Modulus Axial Force Relationship

Analytical Axial Force Plastic Hinge Rotation Curve

46

IHYST = 25

TAKEDA with SLIP Hysteresis. [Kabeyasawa 1983]

This rule allows slip when the deformation reloads in the member strong direction. TAKEDA with SLIP rule. ALFA BETA1 BETA2 FC(i) RC(i) (0.0 # ALFA # 1.0)

ALFA BETA1 BETA2 FC(i) RC(i)

Unloading Degradation parameter (see Takeda ALFA) Slipping stiffness parameter Re-loading stiffness parameter Cracking Force for Component i Cracking Displacement for Component i

( > 0.0) ( > 0.0)

F F F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. The initial elastic stiffness supplied with the section properties is the secant stiffness passing through the origin and the yield points on the member hysteresis curve. 3. The yield points in the negative direction for component i is at ( -FC(i), -RC(i) ) 4. Slip only occurs when re-loading towards the stronger direction.

Takeda with Slip Hysteresis

47

The following example show the use of the Takeda with Slip hysteresis loop to model the behaviour of a pre-1970 reinforced concrete beam which is reinforced with plain round bar reinforcement [Liu, 2001]. The loops show the observed experimental loop and the matching loop from the program HYSTERES using the loop parameters provided below.

Section Property parameters K0 = 10.4 kN/mm R = 0.05 YP+ = +93.4 kN YP= -61.4 kN IHYST=25 Stiffness Degradation parameters (see previous page) ALFA = 0.2 BETA1 = 1.2 BETA2 = 1.5 FC = 26.9 kN RC = -0.65 mm Strength Degradation parameters ILOS = 1 DUCT1 = 3 DUCT2 = 8 RDUCT= 0.3 DUCT3 = 10

48

IHYST = 26

AL-BERMANI Bounding-surface Hysteresis. [Zhu, 1995]

This rule allows for the Bauschinger effects in steel members by using a bounding surface rather than the more often used but more complicated Ramberg-Osgood functions. Bounding Surface rule. ALFA BETA

ALFA BETA

Positive ALFA (0.0<ALFA<0.9) Negative BETA (0.0<BETA<0.9)

F F

Notes: 1. The bi-linear factor p must be greater then 0.001. (see section 11c or section 12a) This limitation on p should prevent mathematical difficulties with the logarithmic and exponential functions. 2 The use of this rule in Concrete and Steel Beam column members will require symmetry in the actions at each end, i.e. ALFA = BETA etc.

Bounding-Surface Hysteresis

49

IHYST = 27

PEAK Oriented Hysteresis. - No further data is required.

This rule is similar to the Origin Centered rule except that on unloading the force-displacement relationship moves along a line to the maximum force-displacement point in the opposite direction. If yield has not occurred in that direction the opposite yield point is used as the target.

Peak Oriented Hysteresis

50

IHYST = 28

MATSUSHIMA Strength Reduction Hysteresis. [Matsushima 1969]

This rule represents the behaviour of short reinforced concrete columns failing in shear. The rule uses basically a bi-linear hysteresis but that the elastic stiffness and strength degrade every time unloading takes place from the post-yield part of the bi-linear force displacement curve. Matsushima rule. A B

A B

Stiffness Multiplier A Strength Multiplier B

(0.0 < A < 1.0) (0.0 < B < 1.0)

F F

Notes: 1. A and B are raised to then power N where N is the number of times the system unloads from the bi-linear force-displacement hysteresis back-bone.

Matsushima Degrading Hysteresis

51

IHYST = 29

KATO Degrading Shear Model. [Kato 1983]

Represents the behaviour of a reinforced concrete member failing in shear. A tri-linear skeleton curve with a falling bi-linear part is used. Kato Shear rule. PTRI ALFA BETA GAMMA FU(i)+ FU(i)-

PTRI ALFA BETA GAMMA FU(i)+ FU(i)-

Tri-linear Factor Unloading Degrading Factor Slip Stiffness Factor Slip Length Factor Positive FU at component i Negative FU at component i

(must be less than or equal to zero) (0 < ALFA < 1) (see Takeda) (0 # BETA < 1) (0 # GAMMA < 1) (>0.0) (<0.0)

F F F F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. The bi-linear factor p must be less than 0.0 and less than the tri-linear factor PTRI. (see section 11c or section 12a) 3. The actions FU should less than the appropriate yield actions FY. 4. The use of this rule in Concrete members will require symmetry in the actions at each end, i.e. FU(i)+ = -FU(i)- etc. 5. For reinforced concrete members failing in shear the recommended values are ALFA = 0.4, BETA = 0.6 and GAMMA = 0.95. 6. For reinforced concrete members flexure dominated members the recommended values are ALFA = 0.2, BETA = 0.0 and GAMMA = 0.0.

KATO Shear Hysteresis

52

IHYST = 30

Elastomeric Spring Damper Hysteresis. [Pekcan 1995]

Represents a double-acting elastomeric spring which has resistance due to both displacement and velocity. The stiffness properties are basically bi-linear elastic. Elastomeric Spring Damper rule. C DMAX ALFA ($0.0) ($0.0) (>0.0)

C DMAX ALFA

Damper Constant Maximum Damper Stroke Velocity Exponent

F F F

Notes: 1. The force FD in the elastomeric damper is given by

2. 3.

where the d is the displacement of the spring and where K0 is the initial stiffness of the device and is the longitudinal spring stiffness of the member. The stiffness rK0 is the stiffness after the prestress Fy is overcome where r is the bi-linear factor for the spring member. The prestress force Fy is taken as the positive longitudinal yield force of the member and if the prestress is zero the spring stiffness is taken as constant equal to rK0. If DMAX is zero then the ratio of d to dmax is taken as 1.0. This has the effect of taking the exponent $ in the reference paper as zero. The exponent ALFA was taken as 0.2 in the reference.

Elastomeric Spring Damper

53

IHYST = 31

Composite Section. - Modified SINA Hysteresis.

This rule allows for the modelling of composite concrete-steel beams or concrete T beams where the behaviour is different in the positive and negative flexural actions. Composite Section rule. BETA FCR(i) FCC(i)

BETA FCR(i) FCC(i)

Stiffness Factor Cracking to Yield in Negative direction Cracking Force in Negative direction at component i Cracking Closing Force at component i

(ALFA < 1.0) (FRC(i) < 0.0) (FCC(i) < 0.0)

F F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 2. The post cracking stiffness factor BETA must be greater than the bi-linear factor r (see member properties sections)

Composite Section Hysteresis

54

IHYST = 32

Different Positive and Negative Stiffness. Modified Bi-linear Hysteresis.

This rule allows for different stiffnesses in the positive and negative directions. The basic hysteresis rule is a modification of the degrading Bi-linear rule. Different Positive and Negative Stiffness rule. ALFA BETA

ALFA BETA

Negative stiffness factor of the positive stiffness Unloading Degrading Factor, see TAKEDA ALFA

(ALFA > 0.1) (0.0 < BETA < 0.9)

F F

Different Positive-Negative Stiffness Hysteresis

55

IHYST = 33

Masonry Strut Hysteresis (Crisafulli 1997).

This rule allows for the modelling of masonry panels in framed structures. If the strut model is used with the spring members then only the longitudinal stiffness is specified for the strut member and two struts are required to model each panel, one strut across each diagonal of the panel. The masonry strut hysteresis is also used for the Masonry Panel Element where four struts represent the panel together with a shear spring.. Masonry Strut Hysteresis rule. Stress-strain relationship FC FT UC UUL UCL EMO GUN ARE

FC FT UC UUL UCL EMO GUN ARE

Compressive strength (stress units) Tensile strength (stress units) Strain at FC Ultimate strain Closing strain Initial masonry modulus Stiffness unloading factor Strain reloading factor

(FC < 0.0) (FT > 0.0) (UC < 0.0) (UUL < 0.0) (UUL # 1.5 UC) (EMO $ 2 FC/UC) (GUN $ 1.0) (ARE > 0.0)

F F F F F F F F

Strut data AREA1 AREA2 R1 R2 IENV

AREA1 AREA2 R1 R2 IENV

Initial strut cross-sectional area (AREA1 > 0.0) Final strut cross-sectional area (AREA2 # AREA1) Displacement at 1 (R1 < 0.0) Displacement at 2 (R2 # R1) = 0 ; Sargin stress-strain envelope descending branch = 1 ; Parabolic stress-strain envelope descending branch

F F F F I

56

Masonry Strut Strength Envelope

Masonry Strut Hysteresis

57

Notes: FC The compressive strength f'm2 is the main parameter controlling the resistance of the strut. It must be noted that FC does not represent the standard compressive stress of masonry but should be adopted taking into account the inclination of the compressive principal stresses and the mode of failure expected in the masonry panel. See Crisafulli 1997. FT Tensile strength f't represents the tensile strength of the masonry or the bond strength of the panel-frame interface, whichever is smallest. The consideration of the tensile strength has been introduced in the model in order to gain generality. However, results obtained from different examples indicate that the tensile strength, which is generally much smaller than the compressive strength, has no significant influence on the overall response. Therefore, in the absence of more detailed information, the tensile strength can be assumed to be zero. The strain at maximum stress g'm usually varies between -0.002 and -0.005 and its main effect on the overall response of the infilled frame is the modification of the secant stiffness of the ascending branch of the stress-strain curve. The ultimate strain gu is used to control the descending branch of the stress-strain relationship. When a large value is adopted for, example gu = 20 g'm , a smooth decrease of the compressive stress is obtained. The closing strain gcl defines the limit strain at which the cracks partially close and compressive stresses can be developed. Values of the closing strain ranging between 0 and 0.003 lead to results which agree adequately with experimental data. If a large negative value is adopted, for example gcl = gu , this effect is not considered in the analysis. The elastic modulus Emo represents the initial slope of the stress-strain curve and its value can exhibit a large variation. Various expressions have been proposed for the evaluation of the elastic modulus of masonry. It is worth noting, however, that these expressions usually define the secant modulus at a stress level between 1/3 and 2/3 of the maximum compressive stress. In order to obtain an adequate ascending branch of the strength envelope it is assumed that Emo $ 2 f'm2 / g'm . The unloading stiffness factor (un controls the slope of the unloading branch. It is assumed to be greater than or equal to 1.0 and usually ranges from 1.5 to 2.5. The reloading strain factor "re defines the point where the reloading curves reach the strength envelope. The calibration of the hysteretic model for the axial behaviour of masonry showed that good results are obtained using values ranging between 0.2 and 0.4. However, higher values, for example 1.5, are required to model adequately the cyclic response of the infilled frames. This is because other sources of nonlinear behaviour, such as sliding shear, need to be indirectly considered in the response of the masonry struts.

UC

UUL

UCL

EMO

GUN

ARE

Four parameters are required to represent the cross-sectional area of the masonry strut. These are the initial area Ams1 = AREA1 and final area Ams2 = AREA2 and the axial displacements at which the cross-sectional area changes, )R1 = R1 and )R2 = R2. In a simplified model, it can be assumed that AREA1 and AREA2 are the same using a low value of the strut area to avoid an excessive increase in the axial strength. In a more refined analysis, a higher value of the initial area can be adopted, whereas the final area can be reduced by about 10% to 30%. The displacement R1 and R2 can be estimated as g'm dm/5 and g'm dm (where dm is the length of the masonry strut) respectively, at least until more precise information becomes available. Several empirical expressions, which are described in section 6.2.1.3 of the reference, have been proposed for the evaluation of the equivalent width of the masonry strut, whose value normally ranges from 0.1 to 0.25 of the diagonal length of the infill panel. IENV The descending branch of the stress-strain curve is usually modelled with a parabola instead of the curve associated with Sargin's equation in order to obtain a better control of the response of the strut after the maximum stress has been reached.

58

IHYST = 34

Hyperbolic Hysteresis (no further data required) (Konduor and Zelansko (1963)) (also Duncan and Chang (1970))

This rule has been popular in representing the shear stressshear strain relationships in soils subjected to earthquake excitation.

Hyperbolic Hysteresis

59

IHYST = 35

Degrading Bilinear with Gap Hysteresis

This hysteresis was initially developed to model a strain-hardening behaviour which changed with increasing cycle number. The members were used in parallel with a member having a more conventional hysteretic behaviour such as Bi-linear or Ramberg-Osgood. The total member force was taken as the sum of the two number forces. Degrading Bi-linear with Gap GAP+ GAP PUN ($ 0.0) (# 0.0) ($ 1.0)

GAP+ GAP PUN

Initial gap in positive direction Initial gap in negative direction Unloading stiffness factor

F F F

Degrading Bi-linear With Gap Hysteresis

60

IHYST = 36

Bi-linear with Different +/ stiffness hysteresis

The rule is to represent actions which exhibit different stiffnesses under positive or negative forces or moments. This may be typical of reinforced concrete T sections for example. Bi-linear with +/ stiffness ALFA BETA GAMMA IOP

ALFA BETA GAMMA IOP

Positive stiffness is ALFA * nominal stiffness ALFA $ 0.1 Negative stiffness is BETA * nominal stiffness BETA $ 0.1 Unloading degradation factor see Takeda (IHYST=4) ALFA 0.5 $ GAMMA $ 0.0 = 0 ; Bi-linear factor is the same in both directions = 1 ; Positive bi-linear factor = ALFA * bi-linear factor Negative bi-linear factor = BETA * bi-linear factor

F F F I

Bi-linear with Differing Positive and Negative Stiffness Hysteresis

61

IHYST = 37

Non-linear Elastic Power Rule

This rule is similar to the Bi-linear Elastic Hysteresis, IHYST = 15 except that it avoids the problems with the sudden change of stiffness on unloading encountered due to the lack of energy dissipation in these non-linear elastic hysteresis rules. Non-linear Elastic Power Rule PFP(i) PFN(i)

PFP(I) PFN(i)

Power factor in positive direction for component i Power factor in negative direction for component i

(0.01 # PFP # 3.0) (0.01 # PFN # 3.0)

F F

Notes: 1. The i refers to the different actions on the member, see the member data descriptions for the number of actions and which action they refer to. 1. Normally PFP and PFN are less than 1.0

Non-linear Elastic Power Rule

62

IHYST = 38

Revised Origin Centred Bi-linear Hysteresis (No further data is required)

On unloading the path is back to the origin. In reloading the path follows the previous unloading path on that side of the origin.

Revised Origin-Centred Bi-linear Hysteresis

63

IHYST = 39

Dodd-Restrepo Steel Hysteresis Rule

This hysteresis rule is designed to allow for the Bauschinger effects in the steel hysteresis. Dodd-Restrepo Steel Rule ESH Esu Fsu OmegaF

ESH Esu Fsu OmegaF

Deformation (curvature) at initiation of strain hardening Deformation (curvature) at peak load Force (moment) at peak load Bauschinger Effect Factor (0.6 < OmegaF < 1.3) (Default value = 1.0)

F F F F

Reference: Dodd, L.L. and Restrepo-Posada, J.I. Model for Predicting Cyclic Behaviour of Reinforcing Steel. J. Structural Engineering, ASCE, Vol. 121, No. 3, Mar. 1995, pp 433445.

Dodd-Restrepo Steel Hysteresis Rule

64

Plot of Displacement History

Plot of Computed and Experimental Force Histories

65

IHYST = 40.

Bounded Ramberg-Osgood Hysteresis. No extra data required.

This loop is similar to that for IHYST = 3 except that bounds have been applied to the forces so that off-sets to the forces do not occur during small cycles of displacement.

66

IHYST = 41.

Pyke modification to the Ramberg-Osgood Hysteresis. No extra data required.

This loop is similar to that for IHYST = 3 except that the small cycle behaviour has been modified to prevent offsets on the force in these small cycles. These loops were initially used to model the behaviour of soils.The small loops indicate a greater rate of change of force with increasing displacement i.e. a greater curvature in the plots.

67

IHYST = 42.

HERA - SHJ (Sliding Hinge Joint) Hysteresis.

This loop developed by the Heavy Engineering Research Association (New Zealand) is to represent the behaviour of a sliding moment connection between steel beams with a concrete slab above them and connected to at the joints to steel columns.

HERA-SHJ Hysteresis Rule Cspp Cspn Ru Tdp Tdn Ispr

Cspp Cspn Ru Tdp Tdn Ispr

Positive Moment Intercept ( > 0.0 ) Negative Moment Intercept ( < 0.0 ) Unloading stiffness factor ( > 0.0 ) Positive Design Theta ( > 0.0 ) Negative Design Theta ( < 0.0 ) = 0; Without Belleville Springs = 1; With Belleville Springs

F F F F F I

68

69

IHYST = 43

Resettable Actuator Hysteresis. No extra data required.

This hysteresis is to represent the behaviour of a semi-active damper member [Hunt, 2003]. The force is proportional to the displacement until a saturation force is attained, Fy+ or Fy- (the yield forces for the member) when the system appears to show a perfectly plastic response. On any reversal of displacement the force is automatically reset to zero and the origin is moved to the existing displacement and the system will then behave as an elastic member until either saturation is achieved or the displacement again changes sign.

70

IHYST = 44

Pampanin Reinforced Concrete Beam-Column Joint Hysteresis.

Pampanin Reinforced Concrete Beam-Column Joint rule. IOP AlfaS1 AlfaS2 AlfaU1 AlfaU2 DeltaF Beta

IOP AlfaS1 AlfaS2 AlfaU1 AlfaU2 DeltaF Beta

=1; Option 1 - Reloading Power Factor =2; Option 2 - Reloading Slip Factor Slip Stiffness Power Factor As1 Option 1- Reloading Power Factor As2 Option 2- Reloading Slip Factor Xi Initial Unloading Power Factor Au1 Final Unloading Power Factor Au2 Unloading Force Factor (%) Df Reloading Factor Beta

I ( 1.5 # As1 # 3.0) ( 0.5 # As2 # 1.0) ( 1.0 # Xi # 1.5) (-1.0 # Au1 # 0.0) ( 0.3 # Au2 # 1.0) (-1.0 # Au1 # 0.0) (-1.0 # Beta # 0.0) F F F F F F

70

IHYST = 45

Degrading Stiffness RAMBERG-OSGOOD Hysteresis.

Degrading Stiffness Ramberg-Osgood rule. IOP ALFA BETA GAMMA RESID

IOP

ALFA BETA GAMMA RESID Note:

=1; Original Ramberg-Osgood hysteresis =2; Limited Ramberg-Osgood hysteresis =3; Pyke Ramberg-Osgood hysteresis % stiffness degradation per cycle Ductility where stiffness starts to degrade with ductility If BETA=0.0 then there is NO degradation with ductility. Ductility where stiffness stops degrading with ductility Residual Stiffness when degrading with Ductility

(see IHYST= 3) (see IHYST=40) (see IHYST=41) (0.0 # ALFA # 10) (BETA $ 1.0 or = 0.0) (GAMMA > BETA) (RESID $ 0.50)

F F F F

The bi-linear factor in the section data is used as the Ramberg-Osgood factor r and must be greater than or equal to 1.0

Ramberg-Osgood Hysteresis

71

IHYST = 46

DEAN SAUNDERS Reinforced Concrete Column Hysteresis.

This hysteresis is to represent the behaviour of Older Reinforced Concrete Columns where plain round reinforcement is used.

DEAN SAUNDERS Reinforced Concrete Column rule. PHIY+ PHIYMTH+ MTHALFA BETA IOP

PHIY+ PHIYMTH+ MTHALFA BETA IOP

Positive Yield Deformation. Must be greater than (Yield Action)/Stiffness. Negative Yield Deformation. Must be less than (Yield Action)/Stiffness. Positive Threshold Action. Must be less than Positive Yield Action. Negative Threshold Action. Must be greater than Negative Yield Action. Unloading stiffness degradation factor (0.0 # ALFA # 0.5) Reloading Factor (BETA $ 1.0) =0; Threshold actions reduce with strength degradation. =1; Threshold actions remain constant when yield actions degrade.

F F F F F F I

Notes: 1. 2.

3. 4.

There is a Bezier curve fitted between the point (MTH+,(MTH+)/STIFF) and (YP,PHIY+) with the initial slope STIFF and the final slope r*STIFF. On unloading the rule is origin centered when the action is less than MTH+. When the action is greater than MTH+ the unloading stiffness degrades with the factor ALFA as observed in the Dergading Bi-Linear Hysteresis (IHYST = 10). The behaviour in the negative Action-Deformation quadrant is identical to that in the positive Action-Deformation quadrant. The parameter BETA only comes into action if the deformation in the other quadrant has exceeded the yield deformation.

72

IHYST = 47

Multi-Linear Elastic Hysteresis.

Multi-Linear Elastic rule. N F1 D1 F2 D2 F3 D3 (1 # N # 3) (D1 $ 1.05) (D2 $ 1.05*D1) (D3 $ 1.05*D2)

N F1 D1 F2 D2 F3 D3 Note:

Number of segments beyond Bi-linear Fraction of stiffness in first segment beyond Bi-linear Multiplier on Yield Displacement where F1 applies Fraction of stiffness in second segment beyond Bi-linear Multiplier on Yield Displacement where F2 applies Fraction of stiffness in third segment beyond Bi-linear Multiplier on Yield Displacement where F3 applies

I F F F F F F

The F1, F2 and F3 factors should not be less than 0.0 for single degree of freedom systems.

Multi-Linear Elastic Hysteresis

73

IHYST = 48

Kinematic/Isotropic Strain Hardening Bi-Linear Hysteresis.

Kinematic/Isotropic Strain Hardening Bi-Linear rule. ALFA BETA

ALFA BETA

Stiffness Degrading Factor (See IHYST=10) Isotropic Hardening Factor If BETA=0.0 then there is NO Isotropic Strain Hardening. If BETA=1.0 then there is Full Isotropic Strain Hardening.

(0.0 # ALFA # 0.5) (0.0 # BETA # 1.0)

F F

Note:

The bi-linear factor r in the section data must be greater than 0.0 if Kinematic or Isotropic strain hardening is to occur

74

IHYST = 49

Kinematic/Isotropic Strain Hardening RAMBERG-OSGOOD Hysteresis.

Kinematic/Isotropic Strain Hardening Ramberg-Osgood rule. ALFA BETA IOP

ALFA BETA

IOP

Ramberg-Osgood multiplier (0.0 # ALFA) If ALFA=0.0 then ALFA is taken as 1.0 (Default value) Isotropic Hardening Factor (0.0 # BETA # 1.0) If BETA=0.0 then there is NO Isotropic Strain Hardening. If BETA=1.0 then there is Full Isotropic Strain Hardening. =1; Original Ramberg-Osgood hysteresis (see IHYST= 3) =2; Limited Ramberg-Osgood hysteresis (see IHYST=40) =3; Pyke Ramberg-Osgood hysteresis (see IHYST=41)

F F

Note:

The bi-linear factor in the properties section data is used as the Ramberg-Osgood factor r and must be greater than or equal to 1.0

Ramberg-Osgood Hysteresis

75

IHYST = 50

Flag-Shaped Bi-Linear Hysteresis.

Flag-shaped Bi-Linear rule. BETA1 BETA2 ... BETAi (i = 1 to N) (0.0 # BETA1 # 1.0) (0.0 # BETA2 # 1.0) (0.0 # BETAi # 1.0)

BETA1 BETA2 BETAi Note:

Flag Height Action 1 Flag Height Action 2 Flag Height Action i

F F F

If BETA=0.0 then the loop is Bi-linear elastic. If BETA=1.0 then the loop on unloading returns to the origin N is the number of actions requiring data for the member. See Spring or Frame member data.

Flag-Shaped Bi-linear Hysteresis

76

MEMORANDA

77

MEMORANDA

78

MEMORANDA

79

S-ar putea să vă placă și