Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pychrono: ChElementTetra_4 not implemented #519

Open
MRiabov opened this issue Sep 10, 2024 · 1 comment
Open

Pychrono: ChElementTetra_4 not implemented #519

MRiabov opened this issue Sep 10, 2024 · 1 comment

Comments

@MRiabov
Copy link

MRiabov commented Sep 10, 2024

Sup Chrono,
I'm trying to create my first project in which I mesh an existing part and sim it.

It seems Pychrono does not have ChElementTetra_4 class implemented. There is a class of chrono.Tetrahedron, but it is a more general one and I can't even create mesh.


Additionally, I would also like to point out that there are no FEA tutorials in which we mesh a custom part, not that I've found them at least, both in C++ and in Python.

I could create mesh manually from nodes (from gmsh export), but should I? To my knowledge of FEA theory, math changes significantly as shapes change, so they should be all standardized. In this case, how to create tetrahedron mesh? Is ChElementTetra_4 even meant to be used?

Cheers.

@rserban
Copy link
Member

rserban commented Sep 11, 2024

The correct class name for the tetrahedral element available in Chrono is ChElementTetraCorot_4.
This is properly wrapped and available in PyChrono. I just added a simple demo illustrating this. Note that this demo is not available in a PyChrono conda package yet.

Chrono does not provide meshing capabilities. You will have to do this with a third-party package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants