-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25169 from BoZeng1997/annularmeshgen_boundary
AnnularMeshGenerator apply offset in boundary ids and prefix on boundary names
- Loading branch information
Showing
5 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
test/tests/meshgenerators/annular_mesh_generator/boundary_prefix_offset.i
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[Mesh] | ||
[amg] | ||
type = AnnularMeshGenerator | ||
nt = 12 | ||
rmin = 1 | ||
rmax = 5 | ||
dmin = 45 | ||
dmax = 135 | ||
boundary_id_offset = 7 | ||
boundary_name_prefix = bunga | ||
[] | ||
[rename] | ||
type = RenameBoundaryGenerator | ||
input = amg | ||
old_boundary = '7 bunga_rmax' | ||
new_boundary = 'little_john khan' | ||
[] | ||
[] | ||
|
||
[Outputs] | ||
exodus = true | ||
[] |
Binary file added
BIN
+5.95 KB
test/tests/meshgenerators/annular_mesh_generator/gold/boundary_prefix_offset_in.e
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters