Linking IGA beam elements

33 views
Skip to first unread message

Iason Manolas

unread,
Jul 25, 2022, 4:10:29 AM7/25/22
to ProjectChrono
Hi,

I am experimenting with the different beam models that the library offers. For constructing the beams I use the interface offered in ChBuilderBeam.h . Essentially I want to model structure using beam elements  with rigidly connected joints. When I use eg the ChBuilderBeamEuler class
and call the following function:
void BuildBeam(std::shared_ptr<ChMesh> mesh, ///< mesh to store the resulting elements std::shared_ptr<ChBeamSectionEuler> sect, ///< section material for beam elements const int N, ///< number of elements in the segment std::shared_ptr<ChNodeFEAxyzrot> nodeA, ///< starting point std::shared_ptr<ChNodeFEAxyzrot> nodeB, ///< ending point const ChVector<> Ydir ///< the 'up' Y direction of the beam );

I can do that since I just pass the joint node's pointer as the endpoint of all joint's incident beams and all seems to work fine.
On the other hand for the IGA beam elements  there doesnt exist a function that takes node pointers as inputs. How do I model rigid joints of IGA beam elements?

Iason Manolas

unread,
Jul 25, 2022, 5:22:11 AM7/25/22
to ProjectChrono
I could "manually" create joints using ChLinkMateFix linking the incident elements' degrees of freedom. But is there a way to do that when constructing the IGA elements as done with the ChBuilderBeamEuler class?

alessand...@unipr.it

unread,
Jul 28, 2022, 3:15:05 PM7/28/22
to projec...@googlegroups.com

Hi,

in fact you are right, an equivalent builder function (with pointers to end nodes) is not available in ChBuilderBeamIGA.

By the way you can implement your own builder inspired to the Euler one, or even modify ChBuilderBeam.h / .cpp adding the new method and send a pull request to GIThub if it is working fine. (I am sorry but these days I do not have time to implement it)

Alessandro Tasora

--
You received this message because you are subscribed to the Google Groups "ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email to projectchron...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/5fe10c6f-9693-49c6-9407-277d2bc88fadn%40googlegroups.com.

Firma il tuo 5xmille all’Università di Parma, aiutaci a essere sempre più accoglienti e inclusivi verso le nostre studentesse e i nostri studenti - Indica 00308780345 nella tua denuncia dei redditi.
Reply all
Reply to author
Forward
0 new messages