File: beam3d_a.flt

package info (click to toggle)
felt 3.02-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 16,460 kB
  • ctags: 6,885
  • sloc: ansic: 72,103; fortran: 3,614; yacc: 2,825; lex: 1,172; sh: 311; makefile: 279
file content (23 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
problem description
title="3d Beam Sample Problem (Logan #6.43, p.266)" nodes=3 elements=2 

nodes
1 x=0 y=0 z=0 constraint=fixed
2 x=120 y=0 z=0 constraint=free force=point_load
3 x=120 y=0 z=-120 constraint=fixed

beam3d elements
1 nodes=[1,2] material=steel
2 nodes=[2,3] material=steel

material properties
steel e=30e6 g=12e6 iy=200 iz=200 a=10 j=100

forces
point_load fy=-5000 

constraints
fixed tx=c ty=c tz=c rx=c ry=c rz=c
free tx=u ty=u  tz=u rz=u rx=u ry=u rz=u

end