0% found this document useful (0 votes)
77 views12 pages

Analisa Struktur Iv Soal No.2 Truss 2D: Properti Es A E 1 0,0 02 2,1 E7 P 20 Ton

This document provides the analysis of a 2D truss structure (TRUSS2D) with the following key details: 1) It presents the modeling, properties, coordinates, element data, boundary conditions, and loads for a 2D truss problem (Soal No. 2). 2) The input data is processed and the analysis is performed using the TRUSS2D program to obtain the stiffness matrix, displacements, reactions, and member forces. 3) An additional 2D truss problem (Soal No. 4) is presented with its modeling, properties, coordinates, element data, boundary conditions and loads defined to be analyzed using the same TRUSS2D program.

Uploaded by

Wira d m
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views12 pages

Analisa Struktur Iv Soal No.2 Truss 2D: Properti Es A E 1 0,0 02 2,1 E7 P 20 Ton

This document provides the analysis of a 2D truss structure (TRUSS2D) with the following key details: 1) It presents the modeling, properties, coordinates, element data, boundary conditions, and loads for a 2D truss problem (Soal No. 2). 2) The input data is processed and the analysis is performed using the TRUSS2D program to obtain the stiffness matrix, displacements, reactions, and member forces. 3) An additional 2D truss problem (Soal No. 4) is presented with its modeling, properties, coordinates, element data, boundary conditions and loads defined to be analyzed using the same TRUSS2D program.

Uploaded by

Wira d m
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

ANALISA STRUKTUR IV 6

SOAL NO.2 TRUSS 2D

Properti A E
es
1 0,0 2,1
02 e7
P = 20 ton

Gambar 2.1 Soal No 2 TRUSS 2D

Pemodelan
Penomoran batang, titik nodal (simpul), dan koordinat

Gambar 2.2 Pemodelan dan Penomoran

rudi 30201504344 1
ANALISA STRUKTUR IV 6

Persiapan Data
Propertis = E = 2.1e7 ton/m2
=A = 0.002 m2

Titik Koordinat

Koordin X Y
at
1 0 0
2 5 0
3 5 5
4 0 5
5 2.5 2.5

Data Batang

Data Titik 1 Titik 2 Prop.


1 1 2 1
2 2 3 1
3 3 4 1
4 1 4 1
5 1 7 1
6 2 5 1
7 3 5 1
8 4 5 1

Data Tumpuan

No. Rx Ry Rz
1 1 1 0
2 1 1 0

Data Beban Titik

No. Fx Fy
3 0 -20
4 8 -20

Input Data

rudi 30201504344 2
ANALISA STRUKTUR IV 6

%****RANGKA BATANG 2D---TEKNIK SIPIL UNISSULA SEMARANG----


%****nama file : soal2TRUSS2D----oleh :WIRA DWI M30201504344----
%****struktur : rangka batang
clear all
clc
%****General Data------------------
type='t2d'
nfile='soal2TRUSS2D'
%****Property----i E A ----------
prop = [ 1 2.0e7 0.002 ];
%****Coordinates-------------------
%****--- Joint X Y ----------
coord=[ 1 0 0
2 5 0
3 55
4 0 5
5 2.5 2.5 ];
%****Element data------------------
%****--- Element J1 J2 no.prop---
element=[1 1 2 1
2 2 3 1
3 3 4 1
4 1 4 1
5 1 5 1
6 2 5 1
7 5 3 1
8 4 5 1 ];
%****Nodal Restraint--------------
%****---- Joint JR1 JR2 ------
Support=[ 1 1 1
2 1 1 ];
%****Joint Load---
%****---Joint FX FY MZ------
JL=[ 3 0 -20
4 8 -20 ];
%****Element Load Data------------
%****------Member F1x F1y F2x F2y-----
AML=[ 1 0 0 0 0
2 0 0 0 0 ];
%****Call function for analysis t2d------------------------------
[dof,index,coord,element]=TRUSS2D_sdata(prop,element,coord,type);
[S,Sm,SmS,Cx,Cy,RT,L,A,Joint,Xj,Xk,Yj,Yk]=...
TRUSS2D_stiff(prop,element,coord,index,nfile);
[IR,IF,Support]=TRUSS2D_ldata(Support,dof);
[DF,AR,AM]=TRUSS2D_analysis_result...
(element,dof,index,IF,IR,S,Sm,JL,AML,RT,Support,type,nfile);
[joint_disp,support_reaction,beam_endforces]=TRUSS2D_print_result...
(JL,AML,dof,Support,element,IF,IR,DF,AR,AM,type,nfile);
%****end data-----------------------------------------------------
TRUSS2D_xplot
%

Output Data

rudi 30201504344 3
ANALISA STRUKTUR IV 6

STIFFNESS MATRIX METHOD : PROGRAM TRUSS2D


File Name : soal2TRUSS2D_2.txt

Joint Loads :
Joint Fx Fy
3 0.000 -20.000
4 8.000 -20.000

Member Loads :
Member Fx1 Fy1 Fx2 Fy2
1 0.000 0.000 0.000 0.000
2 0.000 0.000 0.000 0.000

Support Restraints :
Joint Rx Ry
1 1 1
2 1 1

Joint Displacements :
Joint Dx Dy
1 0.0000e+000 0.0000e+000
2 0.0000e+000 0.0000e+000
3 1.9819e-003 -2.3647e-003
4 1.8465e-003 -1.3647e-003
5 7.0711e-004 -8.9850e-004

Support Reactions :
Joint Rx Ry
1 1.0827e+000 1.2000e+001
2 -9.0827e+000 2.8000e+001

Member End Forces (axial/normal):


Member axial force : + tension - compression
1 0.000
2 -18.917
3 1.083
4 -10.917
5 -1.531
6 -12.845
7 -1.531
8 -12.845

<<< end of file >>>

Cek Kesetimbangan

rudi 30201504344 4
ANALISA STRUKTUR IV 6

Support Reactions :
Joint Rx Ry
1 1.0827e+000 1.2000e+001
2 -9.0827e+000 2.8000e+001

FY = 0
Ry1 + Ry2 = (P x 2)
12.00 + 28.00 = (20 x 2)
40.00 = 40 (OKE)

FX = 0
Rx1 - Rx2 + F = 0
1.0827 9.0827 + 8 =0
0 =0 (OKE)

Displacement

Gambar 2.3 Deformasi

Freebody Diagram

rudi 30201504344 5
ANALISA STRUKTUR IV 6

Gambar 2.4 Freebody

Bidang Normal

Gambar 2.5 Bidang Normal

SOAL NO.4 TRUSS2D

rudi 30201504344 6
ANALISA STRUKTUR IV 6

Pr A E
op
er
tie

Gambar 4.1 Soal No. 4 TRUSS2D

Pemodelan
Penomoran titik batang, titik nodal, dan koordinat

Gambar 4.2 Pemodelan dan Penomoran

Persiapan Data
Propertis = E = 2.1e7 ton/m2
= A1 = 0.06 m2
= A2 = 0.04 m2
Titik Koordinat

Koordin X Y
at
1 0 0
2 15 0
3 5 0
4 10 0
5 2.5 4
6 7.5 4
7 12.5 4

rudi 30201504344 7
ANALISA STRUKTUR IV 6

Data Batang

No Titik1 Titik Prop.


2
1 1 3 1
2 3 4 1
3 4 2 1
4 2 7 2
5 4 7 2
6 4 6 2
7 3 6 2
8 3 5 2
9 1 5 2
10 5 6 1
11 6 7 1

Data Tumpuan

No. Rx Ry Rz
1 1 1 0
2 0 1 0

Data Beban Titik

No. Fx Fy
3 0 -35
4 0 -35

Input Data

%****RANGKA BATANG 2D---TEKNIK SIPIL UNISSULA SEMARANG----


%****nama file : soal4TRUSS2D----oleh : WIRA DWI M30201504344----
%****struktur : soal jembatan
clear all
clc
%****General Data------------------
type='t2d'
nfile='soal4TRUSS2D'
%****Property----i E A ----------
prop = [ 1 2.1e7 0.06
2 2.1e7 0.04 ];
%****Coordinates-------------------
%****--- Joint X Y ----------
coord=[ 1 0 0
2 15 0
3 5 0
4 10 0

rudi 30201504344 8
ANALISA STRUKTUR IV 6

5 2.5 4
6 7.5 4
7 12.5 4 ];
%****Element data------------------
%****--- Element J1 J2 no.prop ---
element=[1 1 3 1
2 3 4 1
3 4 2 1
4 7 2 2
5 4 7 2
6 6 4 2
7 6 3 2
8 5 3 2
9 5 1 2
10 5 6 1
11 6 7 1 ];
%****Nodal Restraint--------------
%****---- Joint JR1 JR2 ------
Support=[ 1 1 1
2 0 1 ];
%****Joint Load---
%****---Joint FX FY MZ------
JL=[ 3 0 -35
4 0 -35 ];
%****Element Load Data------------
%****------Member F1x F1y F2x F2y-----
AML=[ 1 0 0 0 0
2 0 0 0 0 ];
%****Call function for analysis t2d------------------------------
[dof,index,coord,element]=TRUSS2D_sdata(prop,element,coord,type);
[S,Sm,SmS,Cx,Cy,RT,L,A,Joint,Xj,Xk,Yj,Yk]=...
TRUSS2D_stiff(prop,element,coord,index,nfile);
[IR,IF,Support]=TRUSS2D_ldata(Support,dof);
[DF,AR,AM]=TRUSS2D_analysis_result...
(element,dof,index,IF,IR,S,Sm,JL,AML,RT,Support,type,nfile);
[joint_disp,support_reaction,beam_endforces]=TRUSS2D_print_result...
(JL,AML,dof,Support,element,IF,IR,DF,AR,AM,type,nfile);
%****end data-----------------------------------------------------
TRUSS2D_xplot

Output Data

rudi 30201504344 9
ANALISA STRUKTUR IV 6

STIFFNESS MATRIX METHOD : PROGRAM TRUSS2D


File Name : soal4TRUSS2D_2.txt

Joint Loads :
Joint Fx Fy
3 0.000 -35.000
4 0.000 -35.000

Member Loads :
Member Fx1 Fy1 Fx2 Fy2
1 0.000 0.000 0.000 0.000
2 0.000 0.000 0.000 0.000

Support Restraints :
Joint Rx Ry
1 1 1
2 0 1

Joint Displacements :
Joint Dx Dy
1 0.0000e+000 0.0000e+000
2 3.4722e-004 0.0000e+000
3 8.6806e-005 -9.2640e-004
4 2.6042e-004 -9.2640e-004
5 3.4722e-004 -4.9033e-004
6 1.7361e-004 -9.8066e-004
7 -1.9431e-019 -4.9033e-004

Support Reactions :
Joint Rx Ry
1 -3.7550e-014 3.5000e+001
2 0.0000e+000 3.5000e+001

Member End Forces (axial/normal):


Member axial force : + tension - compression
1 21.875
2 43.750
3 21.875
4 -41.274
5 41.274
6 -0.000
7 0.000
8 41.274
9 -41.274
10 -43.750
11 -43.750

<<< end of file >>>

Cek Kesetimbangan

rudi 30201504344 10
ANALISA STRUKTUR IV 6

Support Reactions :
Joint Rx Ry
1 -3.7550e-014 3.5000e+001
2 0.0000e+000 3.5000e+001

FY = 0
Ry1 + Ry2 = (2 x P)
35.0 + 35.0 = (2 x 35)
70.0 = 70 (OKE)

Displacement

Gambar 4.3 Deformasi

Freebody Diagram

rudi 30201504344 11
ANALISA STRUKTUR IV 6

Gambar 4.4 Freebody

Bidang Normal

Gambar 4.5 Bidang Normal

rudi 30201504344 12

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy