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

Add helical extrusion capability to extruder generation #25486

Closed
GiudGiud opened this issue Sep 17, 2023 · 0 comments · Fixed by #25089
Closed

Add helical extrusion capability to extruder generation #25486

GiudGiud opened this issue Sep 17, 2023 · 0 comments · Fixed by #25089
Assignees
Labels
C: Meshing MeshGenerator system, mesh loading T: task An enhancement to the software.

Comments

@GiudGiud
Copy link
Contributor

GiudGiud commented Sep 17, 2023

Reason

Helical extrusion is a simple additional operation that can be added to that mesh generator to be able to mesh twisted fuels

Design

For every node, we compute a rotation vector as we are extruding the geometry. The angle for the rotation is based on the coordinate along the extrusion vector.

One thing to note is that we could perform this in a more general way by definition x(s), y(s), z(s)

Impact

Enable meshing twisted fuels

@GiudGiud GiudGiud added T: task An enhancement to the software. C: Meshing MeshGenerator system, mesh loading labels Sep 17, 2023
@GiudGiud GiudGiud self-assigned this Sep 17, 2023
GiudGiud added a commit to GiudGiud/moose that referenced this issue Sep 17, 2023
Add a test for helicoidal extrusion
refs idaholab#25486
GiudGiud added a commit to GiudGiud/moose that referenced this issue Sep 18, 2023
Add a test for helicoidal extrusion
refs idaholab#25486
GiudGiud added a commit to GiudGiud/moose that referenced this issue Sep 18, 2023
Add a test for helicoidal extrusion
refs idaholab#25486
GiudGiud added a commit to GiudGiud/moose that referenced this issue Sep 18, 2023
Add a test for helicoidal extrusion
refs idaholab#25486
oanaoana pushed a commit to oanaoana/moose that referenced this issue Oct 19, 2023
Add a test for helicoidal extrusion
refs idaholab#25486
oanaoana pushed a commit to oanaoana/moose that referenced this issue Nov 7, 2023
Add a test for helicoidal extrusion
refs idaholab#25486
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Meshing MeshGenerator system, mesh loading T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant