Skip to content

Tutorial proposal: Probes, paths, slices #2293

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

Open
PProfizi opened this issue May 20, 2025 · 0 comments
Open

Tutorial proposal: Probes, paths, slices #2293

PProfizi opened this issue May 20, 2025 · 0 comments
Labels
tutorials Related to PyDPF-Core tutorials

Comments

@PProfizi
Copy link
Contributor

📝 Description of the tutorial

Proposing a dedicated section for creating probes, paths and slices.

This would show how to use the geometry module Point, Line, and Plane classes to create a point probe, a linear path, or a planar slice.
These would show how to perform mapping, or better yet, we would create helpers on these classes to do the necessary operations themselves.

  • Point -> probe: quite simple, create a Point, probe a Field or a FieldsContainer at the coordinates.
  • Line -> path: already have examples on that, used to be in plotting, should be here. They only showed how to do a path comprised of points though. Maybe we could improve it by mapping onto actual line elements.
  • Plane -> slice: a lot missing here. Not feasible with the current tools available.

The cut would be in another dedicated section.
Streamlines would be in their dedicated section.

@PProfizi PProfizi added the tutorials Related to PyDPF-Core tutorials label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tutorials Related to PyDPF-Core tutorials
Projects
None yet
Development

No branches or pull requests

1 participant