Hello, Is it possible to create a revolute joint between a deformable body meshed using solid elements and a rigid body? I couldn't find it in the tutorials. Thanks! On Monday, December 16, 2024 at 6:16:36 PM UTC+5:30 Radu Serban wrote:
> Utk – assuming you are also interested in physical connections between a > rigid MBS and FEA meshes, even better examples are demo_FEA_beams_constr > <https://github.com/projectchrono/chrono/blob/main/src/demos/fea/demo_FEA_beams_constr.cpp>, > > demo_FEA_beams_rotor > <https://github.com/projectchrono/chrono/blob/main/src/demos/fea/demo_FEA_beams_rotor.cpp>, > > and demo_FEA_shellANCF_3833 > <https://github.com/projectchrono/chrono/blob/main/src/demos/fea/demo_FEA_shellsANCF_3833.cpp> > > (connections through constraints) and demo_FEA_beams_extrude > <https://github.com/projectchrono/chrono/blob/main/src/demos/fea/demo_FEA_beams_extrude.cpp> > > (interaction through contact). These demos also do not require you to > build the CUDA-based Chrono::FSI module. > > > > --Radu > > > > *From:* 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono < > [email protected]> > *Sent:* Saturday, December 14, 2024 6:01 PM > *To:* ProjectChrono <[email protected]> > *Subject:* [chrono] Re: simulation of rigid-flexible bodies > > > > Hello utk, > > > > Yes it is possible to combine rigid and flexible bodies in Chrono and > simulate the deformation of the flexible body during a dynamic simulation. > Take a look at the demo_FSI_Flexible_Plate - > https://github.com/projectchrono/chrono/blob/feature/fsi/src/demos/fsi/demo_FSI_Flexible_Plate.cpp > > <https://urldefense.com/v3/__https:/github.com/projectchrono/chrono/blob/feature/fsi/src/demos/fsi/demo_FSI_Flexible_Plate.cpp__;!!Mak6IKo!P2cF0QjxU9y2fOlIlsD-P3t1W0tVjLeuRsThqrhTTzTl_Vjbt2GtL0m5ejWP9MFYJbEVClKs50I-xVwD-6hvNHVATK4$> > > Here we not only simulate a flexible body with a rigid body but also with > Fluid simulated using Chrono's FSI module. > > Best > Huzaifa > > > > On Saturday, December 14, 2024 at 4:29:02 AM UTC-6 [email protected] wrote: > > Hello all , Is is possible to couple rigid and flexible body in chrono to > simulate the deformation of the flexible body during a dynamic simulation? > Asking this question because I did not find any tutorial on combining fea > and mbd. Thanks. > > > > best , > > utk > > -- > 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 [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/projectchrono/0dc6ed31-7bb7-490d-a68e-e129173027edn%40googlegroups.com > > <https://urldefense.com/v3/__https:/groups.google.com/d/msgid/projectchrono/0dc6ed31-7bb7-490d-a68e-e129173027edn*40googlegroups.com?utm_medium=email&utm_source=footer__;JQ!!Mak6IKo!P2cF0QjxU9y2fOlIlsD-P3t1W0tVjLeuRsThqrhTTzTl_Vjbt2GtL0m5ejWP9MFYJbEVClKs50I-xVwD-6hvBGSSSj0$> > . > -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/projectchrono/a0095f62-a6d3-42db-9859-d7621963ad1bn%40googlegroups.com.
