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

Error computing cell centers #36

Open
ArnauMiro opened this issue May 8, 2024 · 0 comments
Open

Error computing cell centers #36

ArnauMiro opened this issue May 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ArnauMiro
Copy link
Owner

Hay algún error en el cálculo de esos puntos ya que algunos parecen estar en su posición y otros no, como en la imagen adjunta.

  • el calculo el centroide es la siguiente:
DATAFILE = "./clean_sea_M02_aoa7.h5"
d = pyLOM.Dataset.load(DATAFILE)
xyz = d.mesh.xyzc

Se lee un .h5 y realizo el plot de una sección del ala usando plotly y luego también realizo el plot del avión entero usando open3d ya que es más fácil de manejar para nubes de puntos tan grandes.

  • Versión compilada.
  • Y respecto al dataset, he probado con dos diferentes. Todos con problemas

4

@ArnauMiro ArnauMiro added the bug Something isn't working label May 8, 2024
@ArnauMiro ArnauMiro self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant