File tree Expand file tree Collapse file tree
combined/test/tests/subchannel_thm_coupling
tri_wetted_perimeter/gold Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments