Skip to content

Commit a1d1e07

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

10 files changed

Lines changed: 84 additions & 473 deletions

File tree

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

modules/subchannel/validation/Toshiba_37_pin/toshiba_37_pin.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ P_out = 2.0e5 # Pa
3737
T_tol = 1.0e-3
3838
implicit = true
3939
segregated = false
40-
staggered_pressure = false
4140
verbose_multiapps = true
4241
verbose_subchannel = false
4342
# friction model

modules/subchannel/validation/psbt/psbt_ss/psbt.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ P_out = 14.72e6 # Pa
8888
P_out = ${P_out}
8989
implicit = true
9090
segregated = false
91-
staggered_pressure = false
9291
verbose_subchannel = true
9392
interpolation_scheme = exponential
9493
deformation = true # this flag allows the re-calculation of subchannel geometric parameters based on the dpin value

0 commit comments

Comments
 (0)