Subdomain from a cylinder #30532
-
|
Hi MOOSE community, I am generating 1/4 of a cylinder using the script below, However, the back and bottom sidesets are both defined under 'bottom'. I tried 'SubdomainBoundingBoxGenerator' as suggested by some previous discussions but couldn't separately define a 'back', i.e., y>0, and true 'bottom', i.e., y=0. Is there any other way to separate the current bottom sideset? Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Hello If you change the input to this you ll see that concentric_circle is already using the name 'bottom', so extrude is creating an additional bottom region, here renamed to low_Z to prevent that |
Beta Was this translation helpful? Give feedback.
-
|
Just a follow-up question. I want to choose a point as a nodeset from the generated cylinder follow the discussion on #28869. However, I got the following error message. |
Beta Was this translation helpful? Give feedback.
-
|
it’s pretty old. I plan to update it once I finish the current project. Is there any alternative to select a point as nodeset to apply boundary conditions?
Sent from mobile. Please excuse brevity.
…________________________________
Von: Guillaume Giudicelli ***@***.***>
Gesendet: Monday, May 19, 2025 4:16:06 AM
An: idaholab/moose ***@***.***>
Cc: HemiaoZhang ***@***.***>; Author ***@***.***>
Betreff: Re: [idaholab/moose] Subdomain from a cylinder (Discussion #30532)
Hello
How old is your version of moose?
This object is about 6 months old iirc
Guillaume
—
Reply to this email directly, view it on GitHub<#30532 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APAO3XQNNVV5GVRJWX4DIE327G4PNAVCNFSM6AAAAAB5LA3H2KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJZGI2TQNA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.


Hello
If you change the input to this
you ll see that concentric_circle i…