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

Allow BreakMeshByBlock to be block restricted #15895

Closed
arovinelli opened this issue Oct 5, 2020 · 0 comments
Closed

Allow BreakMeshByBlock to be block restricted #15895

arovinelli opened this issue Oct 5, 2020 · 0 comments
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@arovinelli
Copy link
Contributor

Reason

Sometimes, such with very large simulations, one wants to add cohesive modeling only between certain blocks to make sure failure will happen in the region of interest. Therefore BreakMeshByBlock should be able to do this.

Design

BreakMeshByBlock should only break the mesh only between the specified blocks. If asked BreakMeshByBlock should also create an additional interface between the listed and non-listed blocks, to create a transition interface. The transition sideset shall not be split when split_interface=True

Impact

New feature. No Impact for users

@arovinelli arovinelli added P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software. labels Oct 5, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 5, 2020
@loganharbour loganharbour changed the title Allow BreakMeshByBlock to be block restricted Allow BreakMeshByBlock to be block restricted Oct 5, 2020
arovinelli pushed a commit to arovinelli/moose that referenced this issue Oct 23, 2020
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation

removed depndenccy from idaholab#15794 and sqhased
loganharbour pushed a commit to loganharbour/moose that referenced this issue Oct 29, 2020
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation

removed depndenccy from idaholab#15794 and sqhased
jain651 pushed a commit to jain651/moose that referenced this issue Apr 19, 2021
Fixed gold file

added block restricted BMBB

this should work

added test for block restricted mode

fix and closes idaholab#15793

Fixed gold file

remove recover from test

added documentation

use Elem::invalid_subdomain_id isntead of -1

added tests and pedantic mode

updated documentation

removed depndenccy from idaholab#15794 and sqhased
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

2 participants