Left

CivilFEM Online Help

Right

CFVR4303 - ITA 3274: Seismic Analysis (Elastic spectrum) Z-axis

Seismic Analysis on a 1 DOF beam according to IT3274

This example compares spectrum accelerations given by CivilFEM to accelerations obtained when solving on a 1 DOF beam and to the correct IT3274 spectum accelerations.
The model is 1 element beam with only 1 DOF, which direction the CivilFEM spectrum is set (the rest of the DOF are constrained). A different mass is applied at the free end of the beam for the beam period to be equal to the 20 CivilFEM spectrum points. After solving, the mass acceleration is obtained and compared to the CivilFEM spectrum acceleration and to the correct value. Therefore, this example checks the following results:

  • CivilFEM spectrum is defined correctly by comparing to the correct value
  • CivilFEM spectrum is applied correctly and response acceleration is equal to spectrum acceleration

Element types used in the model: BEAM4, MASS21

Needed CivilFEM Modules:
Geotechnical Module
Bridges and Civil Non Linearities Module
Advanced Prestressed Concrete Module

The example can be launched on an educational license.
KEYWORDS
Seismic
ITA 3274

Model Statistics
Number of elements 1
Number of nodes 2
Number of civil materials 1
Number of cross sections 1
Number of shell vertices 0

Log file: CFVR4303.DAT


   FINISH
  ~CFCLEAR,,1
   NomFile='CFVR4303'
  /TITLE, %NomFile%, IT3274: Seismic Analysis (Elastic spectrum) Z-axis

! ----------------------------------------------------------------------
! Model definition
! ----------------------------------------------------------------------
! CivilFEM Setup: Code & Units
~UNITS,,LENG,CM
~UNITS,,TIME,S
~UNITS,,FORC,KP
~CODESEL,,,,,IT3274
/PREP7
! Preprocessor
! ----------------------------------------------------------------------
! Materials: A-42
 ~CFMP,1,LIB,STEEL,EA,A42
! Modify density (Rho = 0)
 ~CFMP,1,USER
 ~CFMP,1,DatGen,RHO,,0
! Element Types
  ET,1,BEAM4   ! Type 1: 3D Beam
  ET,2,MASS21  ! Type 2: Mass
! Sections
 ~SSECLIB,1,1,1,1   !IPE 80
 ~BMSHPRO,1,BEAM,1,1,,,4,,0,,Steel

! Nodes
  L = 10              ! L    : Bar length
  N, 1
  N,10,L

! Elements
  TYPE,1
  MAT ,1
  REAL,1
  EN,1,1,10
  EPLOT
! Parameters
  *GET,AR20,EX,1         		         ! Ex   : Elastic Modulus
  ~CFGET,AR22,SECTION,1,MECHPROP,A,,2    ! Area : Bar area
  ~CFGET,AR23,SECTION,1,MECHPROP,IZZ,,2  ! Izz  : Moment of inertia
  ~CFGET,AR24,SECTION,1,MECHPROP,IYY,,2  ! Iyy  : Moment of inertia

! Spectrum definition
  ~DEFSPEC,ALL,1.2753,A,LINEAR,1,1,5,

  pi = 3.141592654

! ----------------------------------------------------------------------
! DATA CHECK
! ----------------------------------------------------------------------
! Data comparision number
  NComp = 40
  NComp_ch = 0

! Matrix dim.
  *DIM,LABEL,CHAR,Ncomp,1
  *DIM,LABEL_CH,CHAR,Ncomp_ch,1
  *DIM,VALUE,,Ncomp,3
  *DIM,VALUE_CH,CHAR,Ncomp_ch,3
  *DIM,TOLER,,Ncomp,2

*DO,ARG1,1,20
   /PREP7
   ~CFGET,AR26,SEISM,,SPEC,TH,,ARG1,1   ! Period
  ! Labels
   LABEL(ARG1,1) = 'Sa(%ARG1%)z'
   LABEL(20+ARG1,1) = 'Sa(%ARG1%)z'

   AR25=12*AR20*AR24/L**3     ! Bending rigidity around Y axis
   AR27=AR25*(AR26/(2*pi))**2  ! Mass applied at end
   R,2,0,0,AR27
   TYPE,2
   MAT, 1
   REAL,2
   EN,2,10
   FINISH
   /SOLU

 ! Displacements
   D,1,,,,,,ALL
   D,10,,,,,UX,UY,,ROTX,ROTY,ROTZ
   ~MODLSOL,1
   ~CMBMOD,NONE,NONE,HORIZONT,0,0.0001
 ! Query results
   *GET,ARG5,NODE,10,U,Z
 ! Correct values
   VALUE(20-ARG1+1,1)=ARG5*AR25/AR27 ! Acceleration
 ! Obtained values
   ~CFGET,VALUE(20-ARG1+1,2),SEISM,,SPEC,SDH,,ARG1,1	 ! Y components of elastic horizontal spectrum
   ~CFGET,VALUE(40-ARG1+1,2),SEISM,,SPEC,SDH,,ARG1,1	 ! Y components of elastic horizontal spectrum
   ! CivilFEM gives the spectrum Normalized by gravity.
   ! To compare it must be changed to acceleration user units.
   VALUE(20-ARG1+1,2) = VALUE(20-ARG1+1,2)*981
   VALUE(40-ARG1+1,2) = VALUE(40-ARG1+1,2)*981
   /PREP7
   EDELE,2
*ENDDO

! Correct values
! ----------------------------------------------------------------------
   VALUE(40,1) = 0.2550E-01
   VALUE(39,1) = 0.3395E-01
   VALUE(38,1) = 0.4742E-01
   VALUE(37,1) = 0.7085E-01
   VALUE(36,1) = 0.1171
   VALUE(35,1) = 0.2295
   VALUE(34,1) = 0.6376
   VALUE(33,1) = 0.7357
   VALUE(32,1) = 0.8695
   VALUE(31,1) = 1.062
   VALUE(30,1) = 1.366
   VALUE(29,1) = 1.912
   VALUE(28,1) = 3.188
   VALUE(27,1) = 3.188
   VALUE(26,1) = 2.914
   VALUE(25,1) = 2.641
   VALUE(24,1) = 2.368
   VALUE(23,1) = 2.095
   VALUE(22,1) = 1.821
   VALUE(21,1) = 1.548

! Warning and error tolerances
! ----------------------------------------------------------------------
   *DO,II,1,NComp
     TOLER(II, 1)= 0.001 $ TOLER(II, 2)= 0.001
   *ENDDO

! ----------------------------------------------------------------------
! Results Comparison
! ----------------------------------------------------------------------
  COMPARA.MAC

Results

LabelTargetCivilFEMRatioTolerance
Sa(1)z 1.5486 1.54861.000 0.001
Sa(2)z 1.8219 1.82191.000 0.001
Sa(3)z 2.0951 2.09511.000 0.001
Sa(4)z 2.3684 2.36841.000 0.001
Sa(5)z 2.6417 2.64171.000 0.001
Sa(6)z 2.915 2.9151.000 0.001
Sa(7)z 3.1882 3.18831.000 0.001
Sa(8)z 3.1883 3.18831.000 0.001
Sa(9)z 1.9129 1.91291.000 0.001
Sa(10)z 1.3664 1.36641.000 0.001
Sa(11)z 1.0627 1.06281.000 0.001
Sa(12)z 0.86952 0.869521.000 0.001
Sa(13)z 0.73575 0.735751.000 0.001
Sa(14)z 0.63765 0.637651.000 0.001
Sa(15)z 0.22955 0.229551.000 0.001
Sa(16)z 0.11712 0.117121.000 0.001
Sa(17)z 0.07085 0.070851.000 0.001
Sa(18)z 0.047429 0.0474291.000 0.001
Sa(19)z 0.033958 0.0339581.000 0.001
Sa(20)z 0.025506 0.0255061.000 0.001
Sa(1)z 1.548 1.54861.000 0.001
Sa(2)z 1.821 1.82191.000 0.001
Sa(3)z 2.095 2.09511.000 0.001
Sa(4)z 2.368 2.36841.000 0.001
Sa(5)z 2.641 2.64171.000 0.001
Sa(6)z 2.914 2.9151.000 0.001
Sa(7)z 3.188 3.18831.000 0.001
Sa(8)z 3.188 3.18831.000 0.001
Sa(9)z 1.912 1.91291.000 0.001
Sa(10)z 1.366 1.36641.000 0.001
Sa(11)z 1.062 1.06280.999 0.001
Sa(12)z 0.8695 0.869521.000 0.001
Sa(13)z 0.7357 0.735751.000 0.001
Sa(14)z 0.6376 0.637651.000 0.001
Sa(15)z 0.2295 0.229551.000 0.001
Sa(16)z 0.1171 0.117121.000 0.001
Sa(17)z 0.07085 0.070851.000 0.001
Sa(18)z 0.04742 0.0474291.000 0.001
Sa(19)z 0.03395 0.0339581.000 0.001
Sa(20)z 0.0255 0.0255061.000 0.001


Contains proprietary and confidential information of Ingeciber, S.A.