byuflowlab / GXBeam.jl

Pure Julia Implementation of Geometrically Exact Beam Theory
MIT License
87 stars 18 forks source link

Beam length non conserved in Linear time_domain_analysis #39

Open yosinlpet opened 2 years ago

yosinlpet commented 2 years ago

A simple example of a beam of uniform cross-section area undergoing a transverse point force at its end while being clamped at the other end (where only flexion dof are free) reveals that the beam length increases with time. Its longitudinal deflection stays at zero at every s coordinate regardless of the transverse deflections.

This does not occur with the non-linear solver.

taylormcd commented 2 years ago

Do you have a MWE for this?