Skip to content

Commit 358fba8

Browse files
committed
fix imput files #30049
1 parent 1912ec5 commit 358fba8

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

modules/doc/subchannel_tutorial_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/subchannel/examples/MultiApp/fuel_assembly.i

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,13 @@ duct_inside = '${fparse duct_outside - 2 * duct_thickness}'
150150
P_tol = 1.0e-4
151151
T_tol = 1.0e-8
152152

153-
# Heat Transfer Correlations
153+
# Heat Transfer Correlation
154154
pin_HTC_closure = 'gnielinski'
155155
duct_HTC_closure = 'gnielinski'
156156
# Friction Correlation
157157
friction_closure = 'Cheng'
158+
# Turbulent mixing Correlation
159+
mixing_closure = 'cheng_todreas'
158160

159161
# Output
160162
compute_density = true
@@ -171,6 +173,9 @@ duct_inside = '${fparse duct_outside - 2 * duct_thickness}'
171173
[gnielinski]
172174
type = SCMHTCGnielinski
173175
[]
176+
[cheng_todreas]
177+
type = SCMMixingChengTodreas
178+
[]
174179
[]
175180

176181
[ICs]

modules/subchannel/validation/areva_FCTF/FCTF_deformed.i

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ unheated_length_exit = 0.855 #m
9696
interpolation_scheme = 'upwind'
9797
verbose_subchannel = true
9898
deformation = true
99-
# Heat Transfer Correlations
99+
# Heat Transfer Correlation
100100
pin_HTC_closure = 'gnielinski'
101101
# friction model
102102
friction_closure = 'cheng'
103+
# Turbulent mixing Correlation
104+
mixing_closure = 'cheng_todreas'
103105
[]
104106

105107
[SCMClosures]
@@ -109,6 +111,9 @@ unheated_length_exit = 0.855 #m
109111
[gnielinski]
110112
type = SCMHTCGnielinski
111113
[]
114+
[cheng_todreas]
115+
type = SCMMixingChengTodreas
116+
[]
112117
[]
113118

114119
[ICs]

modules/subchannel/validation/areva_FCTF/FCTF_non_deformed.i

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,12 @@ unheated_length_exit = 0.855 #m
141141
interpolation_scheme = 'upwind'
142142
verbose_subchannel = true
143143
deformation = false
144-
# Heat Transfer Correlations
144+
# Heat Transfer Correlation
145145
pin_HTC_closure = 'gnielinski'
146146
# friction model
147147
friction_closure = 'cheng'
148+
# Turbulent mixing Correlation
149+
mixing_closure = 'cheng_todreas'
148150
[]
149151

150152
[SCMClosures]
@@ -154,6 +156,9 @@ unheated_length_exit = 0.855 #m
154156
[gnielinski]
155157
type = SCMHTCGnielinski
156158
[]
159+
[cheng_todreas]
160+
type = SCMMixingChengTodreas
161+
[]
157162
[]
158163

159164
[ICs]

0 commit comments

Comments
 (0)