Skip to content

Roller compression analysis: null pressure output #859

Answered by adtzlr
yvanblanchard asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @yvanblanchard,

you have to replace

boundary = fem.RegionQuadBoundary(container.meshes[0], mask=outer, ensure_3d=True)

with

boundary = fem.RegionQuadBoundary(container.meshes[1], mask=outer, ensure_3d=True)

or

boundary = fem.RegionQuadBoundary(mesh, mask=outer, ensure_3d=True)

because the first sub-mesh container.meshes[0] does not contain cells which are connected to points on the outer radius.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adtzlr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #858 on September 24, 2024 14:24.