Left

CivilFEM Online Help

Right

CFVR2854 - IS 800-07 test: Tension

Tension check according to IS 800-07

A simple beam is subjected to a tension load of 600 KN.
The bars have a length of 1 m.
The cross section is an Angular L 120 x 120 x 12.
The bars are made of Fe 410 steel which have a fy of 250000 kN/m2.
The aim of the example is to obtain the cross section classification, the tension criterion according to IS 800-07.

Element types used in the model: LINK1

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
Cross Section
Steel
Code Checking/Design
IS800

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: CFVR2854.DAT


  FINISH
  ~CFCLEAR,,1
  NomFile='CFVR2854'
  /TITLE, %NomFile%, IS 800-07 test: Tension 

! ---------------------------------------------------------------------------------
! Model definition and solve
! ---------------------------------------------------------------------------------
! CivilFEM Setup: Code & Units
  ~UNITS,,LENG,M
  ~UNITS,,TIME,S
  ~UNITS,,FORC,KN
  ~CODESEL,IS800-07

/PREP7
! Materials
  ~CFMP,1,LIB,STEEL,IS800,Fe 410  

  ! Element Types
  ET,1,LINK1 ! Type 1: 2D Spar

! Cross Sections
  ~SSECLIB,1,1,23,11   ! Angular L 120 x 120 x 12
  
! Beam Properties
 ~BMSHPRO,1,BEAM,1,1,,,1,1,0,,

! Nodes
  N, 1
  N,2,1

! Elements
  E,1,2

  EPLOT
/SOLU
! Restraints
  D, 1,ALL

! Apply Load
  F,2,FX,600

! Solve
  SOLVE
/POST1
! Postprocessor
! --------------------------------------------------
! Read results
  ~CFSET,,1,1       ! Read the first load step
! Plot FX
  ~PLLSFOR,F,X,-1
! Check for tension and compression
  ~CHKSTL,TENSION,-Z,PARTIAL

!--------------------------------------------------------------------------------------
! DATA CHECK
!--------------------------------------------------------------------------------------
! Data comparison number
  NComp = 5
  NComp_ch =  0

! Marix 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

! Labels
! ---------------------------------------------------------------------------------
  LABEL(1,1) = 'CLASS1'
  LABEL(2,1) = 'T'
  LABEL(3,1) = 'Td'
  LABEL(4,1) = 'Crit1'
  LABEL(5,1) = 'Tdn'

! Correct values
! ---------------------------------------------------------------------------------
  VALUE(1,1)=1
  VALUE(2,1)=600
  VALUE(3,1)=625.909
  VALUE(4,1)=600/625.909
  VALUE(5,1)=923.842

! Obtained values
! ---------------------------------------------------------------------------------
  ! Check Tension
    ~CFSET,1      !Read first alternative
   ~CFGET,VALUE(1,2),ELEMENT,1,RESULT,CLASS,I
   ~CFGET,VALUE(2,2),ELEMENT,1,RESULT,T,I
   ~CFGET,VALUE(3,2),ELEMENT,1,RESULT,TD,I   
   ~CFGET,VALUE(4,2),ELEMENT,1,RESULT,CRT_TOT,I
   ~CFGET,VALUE(5,2),ELEMENT,1,RESULT,Tdn,I   

! Warning and error tolerances
  TOLER( 1, 1)= 1E-2 $ TOLER( 1, 2)= 1E-2
  TOLER( 2, 1)= 1E-2 $ TOLER( 2, 2)= 1E-2
  TOLER( 3, 1)= 1E-2 $ TOLER( 3, 2)= 1E-2
  TOLER( 4, 1)= 1E-2 $ TOLER( 4, 2)= 1E-2
  TOLER( 5, 1)= 1E-2 $ TOLER( 5, 2)= 1E-2  

!--------------------------------------------------------------------------------------
! Results comparison
!--------------------------------------------------------------------------------------
  COMPARA.MAC

Results

LabelTargetCivilFEMRatioTolerance
CLASS1 1 11.000 0.01
T 600 6001.000 0.01
Td 625.91 625.911.000 0.01
Crit1 0.95861 0.958611.000 0.01
Tdn 923.84 923.841.000 0.01


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