Skip to content

Commit 594f4f4

Browse files
committed
remove staggered pressure optional parameter Refs #32797
1 parent a5a619e commit 594f4f4

12 files changed

Lines changed: 84 additions & 475 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ heated_length = 1.0
104104
T_tol = 1.0e-3
105105
implicit = true
106106
segregated = false
107-
staggered_pressure = false
108107
verbose_multiapps = true
109108
verbose_subchannel = false
110109
interpolation_scheme = 'upwind'

modules/subchannel/examples/MultiApp/fuel_assembly.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ duct_inside = '${fparse duct_outside - 2 * duct_thickness}'
144144
n_blocks = 10
145145
implicit = false
146146
segregated = true
147-
staggered_pressure = false
148147

149148
# Tolerances
150149
P_tol = 1.0e-4

modules/subchannel/include/problems/SubChannel1PhaseProblem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ class SubChannel1PhaseProblem : public ExternalProblem, public PostprocessorInte
231231
const Real _dir_grav;
232232
/// Flag to define the usage of a implicit or explicit solution
233233
const bool _implicit_bool;
234-
/// Flag to define the usage of staggered or collocated pressure
235-
const bool _staggered_pressure_bool;
236234
/// Segregated solve
237235
const bool _segregated_bool;
238236
/// Boolean to printout information related to subchannel solve

modules/subchannel/src/problems/SubChannel1PhaseProblem.C

Lines changed: 84 additions & 235 deletions
Large diffs are not rendered by default.

modules/subchannel/test/tests/positions/pin_positions.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ duct_inside = '${fparse duct_outside - 2 * duct_thickness}'
145145
n_blocks = 10
146146
implicit = false
147147
segregated = true
148-
staggered_pressure = false
149148

150149
# Tolerances
151150
P_tol = 1.0e-4

modules/subchannel/test/tests/problems/Lead-LBE-19pin/test_LEAD-19pin.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ P_out = 1.0e5 # Pa
4141
T_tol = 1.0e-4
4242
implicit = true
4343
segregated = false
44-
staggered_pressure = false
4544
verbose_multiapps = true
4645
verbose_subchannel = true
4746
interpolation_scheme = upwind

modules/subchannel/test/tests/problems/psbt/gold/psbt_explicit_staggered_out.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.

modules/subchannel/test/tests/problems/psbt/psbt_explicit_staggered.i

Lines changed: 0 additions & 217 deletions
This file was deleted.

modules/subchannel/test/tests/problems/psbt/tests

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@
2323
max_threads = 1
2424
requirement = 'The system shall be able to solve a PSBT-type case with the subchannel solver using the non-default friction/mixing model.'
2525
[]
26-
[psbt_regression_test_explicit_staggered]
27-
type = CSVDiff
28-
input = psbt_explicit_staggered.i
29-
csvdiff = psbt_explicit_staggered_out.csv
30-
capabilities = 'method!=dbg'
31-
valgrind = NONE
32-
recover = false
33-
abs_zero = 1e-6
34-
max_threads = 1
35-
requirement = 'The system shall be able to solve a PSBT-type case with the subchannel solver using an explicit algorithm and a staggered pressure formulation.'
36-
[]
3726
[psbt_regression_test_implicit]
3827
type = CSVDiff
3928
input = psbt_implicit.i

modules/subchannel/validation/ORNL_19_pin/test_ORNL_19.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ P_out = 2.0e5 # Pa
4848
T_tol = 1.0e-4
4949
implicit = true
5050
segregated = false
51-
staggered_pressure = false
5251
verbose_multiapps = true
5352
verbose_subchannel = true
5453
interpolation_scheme = upwind

0 commit comments

Comments
 (0)