JuliaFEM / FEMBeam.jl

Beam implementation for JuliaEFM
MIT License
5 stars 4 forks source link

3d beam mass matrix initial implementation #6

Closed ahojukka5 closed 6 years ago

ahojukka5 commented 6 years ago

It looks that ABAQUS B33 element is using some other (cubic?) interpolation in the axial direction, while in academic papers EB beam implementation is a combination of truss element + beam dofs. When using B31 element (linear), our implementation has the same results in the axial direction.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 39


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/beam3d.jl 3 8 37.5%
<!-- Total: 3 8 37.5% -->
Totals Coverage Status
Change from base Build 36: -1.5%
Covered Lines: 229
Relevant Lines: 248

💛 - Coveralls