Skip to content

Commit 6154931

Browse files
committed
Fix merged subchannel mesh fallout in tests, docs, and gold files Refs idaholab#32847
1 parent 54e18e2 commit 6154931

6 files changed

Lines changed: 25 additions & 23 deletions

File tree

modules/combined/test/tests/subchannel_thm_coupling/3D.i

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,14 @@ heated_length = 1.0
1010
###################################################
1111
[TriSubChannelMesh]
1212
[subchannel]
13-
type = SCMDetailedTriSubChannelMeshGenerator
13+
type = SCMDetailedTriAssemblyMeshGenerator
1414
nrings = ${n_rings}
1515
n_cells = ${n_cells}
1616
flat_to_flat = ${inner_duct_in}
1717
heated_length = ${heated_length}
1818
pin_diameter = ${fuel_pin_diameter}
1919
pitch = ${fuel_pin_pitch}
2020
[]
21-
22-
[fuel_pins]
23-
type = SCMDetailedTriPinMeshGenerator
24-
input = subchannel
25-
nrings = ${n_rings}
26-
n_cells = ${n_cells}
27-
pin_diameter = ${fuel_pin_diameter}
28-
heated_length = ${heated_length}
29-
pitch = ${fuel_pin_pitch}
30-
[]
3121
[]
3222

3323
[AuxVariables]

modules/combined/test/tests/subchannel_thm_coupling/subchannel.i

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ heated_length = 1.0
1717
###################################################
1818
[TriSubChannelMesh]
1919
[subchannel]
20-
type = SCMTriSubChannelMeshGenerator
20+
type = SCMTriAssemblyMeshGenerator
2121
nrings = ${n_rings}
2222
n_cells = ${n_cells}
2323
flat_to_flat = ${inner_duct_in}
@@ -29,15 +29,6 @@ heated_length = 1.0
2929
spacer_z = '0.0'
3030
spacer_k = '0.0'
3131
[]
32-
33-
[fuel_pins]
34-
type = SCMTriPinMeshGenerator
35-
input = subchannel
36-
nrings = ${n_rings}
37-
n_cells = ${n_cells}
38-
heated_length = ${heated_length}
39-
pitch = ${fuel_pin_pitch}
40-
[]
4132
[]
4233

4334
[AuxVariables]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SCMQuadAssemblyMeshGenerator
2+
3+
!syntax description /Mesh/SCMQuadAssemblyMeshGenerator
4+
5+
## Overview
6+
7+
!! Intentional comment to provide extra spacing
8+
9+
This mesh generator creates the 1D subchannel and pin meshes for a square lattice arrangement.
10+
The generated subdomains are named `subchannel` and `fuel_pins`.
11+
The center of the mesh is the origin.
12+
13+
## Example Input File Syntax
14+
15+
!listing /test/tests/problems/psbt/psbt_explicit.i block=QuadSubChannelMesh language=moose
16+
17+
!syntax parameters /Mesh/SCMQuadAssemblyMeshGenerator
18+
19+
!syntax inputs /Mesh/SCMQuadAssemblyMeshGenerator
20+
21+
!syntax children /Mesh/SCMQuadAssemblyMeshGenerator

modules/subchannel/doc/content/source/postprocessors/SCMPinPowerPostprocessor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The user needs to specify a subchannel problem. Either a [QuadSubChannel1PhasePr
1010

1111
## Example Input File Syntax
1212

13-
!listing /test/tests/SCMQuadPower/test.i block=Postprocessors language=moose
14-
!listing /test/tests/SCMTriPower/test.i block=Postprocessors language=moose
13+
!listing /test/tests/SCMQuadPower/test_with_pins.i block=Postprocessors language=moose
14+
!listing /test/tests/SCMTriPower/test_with_pins.i block=Postprocessors language=moose
1515

1616
!syntax parameters /Postprocessors/SCMPinPowerPostprocessor
1717

0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)