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 a meshgenerator to generate new boundary (sideset) from current boundary #24354

Closed
lyyc199586 opened this issue May 13, 2023 Discussed in #24350 · 0 comments
Closed

add a meshgenerator to generate new boundary (sideset) from current boundary #24354

lyyc199586 opened this issue May 13, 2023 Discussed in #24350 · 0 comments

Comments

@lyyc199586
Copy link

Discussed in #24350

Originally posted by lyyc199586 May 13, 2023
Hi all,

I am trying to find a way to generate a new boundary from an existing boundary. To be specific, I want to 'cut' part of the exist boundary:

null

Reason

It's a common scenario when we need to 'cut' part of an existing boundary as a new boundary. BoundingBoxNodeSetGenerator is not suitable when the boundary is inclined, ParsedGenerateSidset cannot help me with an existing boundary.

Design

Use the old boundary and an expression (say, x>3,2) to intersect and generate a new boundary.

Impact

try to add a new meshgenerator named something like ParsedSelectSideset

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

Successfully merging a pull request may close this issue.

1 participant