[Input] Read in block-id #840
maxfirmbach
started this conversation in
General
Replies: 1 comment 5 replies
-
I assume with the native exodus file reader such a thing would be available by construction. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
in
Cubit
it is possible to create blocks with e.g.Block <block_id> ...
, nothing surprising for the avidCubit
user 😄.In
Gmsh
there's a similar functionality. As I'm informed these user-given blocks are usually used to define a region with dedicated physics or unique behavior.Now to my question though, I was wondering if it is possible to read in this
<block-id>
in4C
and store it somewhere.E.g. every node in the discretization has a unique id, but is also related to a block-id. For elements this might be even be more natural.
Is something like this already existing in
4C
? How could one implement such a thing?@sebproell @isteinbrecher @mayrmt
Beta Was this translation helpful? Give feedback.
All reactions