File: displ.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 (25 lines) | stat: -rw-r--r-- 432 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
24
25
problem description
title="Displacement Boundary Condition Example" nodes=5 elements=4

nodes
1 x=0  y=0 constraint=fixed
2 x=10     constraint=free
3 x=20
4 x=30 
5 x=40     constraint=fixed_displacement

truss elements
1 nodes=[1,2] material=spring
2 nodes=[2,3]
3 nodes=[3,4]
4 nodes=[4,5]

material properties
spring A=1000 E=2000

constraints
fixed Tx=c Ty=c Tz=c
free  Tx=u Ty=c Tz=c
fixed_displacement Tx=0.02 Ty=c Tz=c

end