Dhondtguido / CalculiX

This repository contains the source files of CalculiX, a three-dimensional Finite Element Program (www.calculix.de).
GNU General Public License v2.0
75 stars 19 forks source link

Zero velocity on B31 node #17

Open victorkemp opened 1 year ago

victorkemp commented 1 year ago

The displacement shows that both nodes 1 and 2 are moving but node 2 has zero velocity at all times.

CCX 2.20

*NODE
1,0,0,0
2,0.1,0,0
*ELEMENT,TYPE=B31,ELSET=Default
1,2,1
*MATERIAL,NAME=Material
*ELASTIC,TYPE=ISOTROPIC
10000000000,0
*DENSITY
1000
*BEAM SECTION,ELSET=Default,MATERIAL=Material,SECTION=RECT
0.01,0.01
0,-1,0
*STEP
*DYNAMIC
0.01,0.1,0,0
*CLOAD
1,1,0.01
*NODE FILE,GLOBAL=YES,OUTPUT=2D
U,V
*END STEP