Replies: 3 comments
-
If you sum meshes, i.e. The geometry looks nontrivial so I suggest to use an external mesh generator. For example:
If you want to do it entirely inside scikit-fem, then you most likely have to use |
Beta Was this translation helpful? Give feedback.
-
To update you : I've succeeded to create a 3D mesh with an union between the beam and added_mass with this and it seems to work fine when I import it on scikit-fem. By curiosity, I'll try to do the entirely inside scikit-fem solution, if I understood i need to create 2 mesh with MeshHex.init_tensor with common nodes for the union part, then I addition them and I do the meshing with MeshHex.to_meshtet. |
Beta Was this translation helpful? Give feedback.
-
Yes! |
Beta Was this translation helpful? Give feedback.
-
Hi,
For my project I would like to use scikitfem on a rpi4 to do FEM of a cantilever on which I'll add a mass to tune its frequency.
To represent what I would like to do here some examples from COMSOL :
Beam only :
Beam + added_mass :
I've done :
And I got :
But then when I try to do the solver, I get this :
I don't think that's the good way to do an "union" between 2 3D mesh. I've tried to look in the documentation or the examples but I found nothing.
Any suggestions ?
Beta Was this translation helpful? Give feedback.
All reactions