Skip to content

Commit

Permalink
Remove a few linear executions which may not be needed
Browse files Browse the repository at this point in the history
refs #66
  • Loading branch information
GiudGiud committed Dec 13, 2024
1 parent 2d2d1e8 commit 8b3436b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion microreactors/mrad/heat_pipe_failure/HPMR_sockeye_tr.i
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ T_ext_cond = 800.
type = SideIntegralVariablePostprocessor
variable = virtual_Text
boundary = 'hp:evap:inner'
execute_on = 'INITIAL LINEAR'
execute_on = 'INITIAL TIMESTEP_END'
[]
[A_avg_T_aux]
type = AverageNodalVariableValue
Expand Down
3 changes: 2 additions & 1 deletion microreactors/mrad/heat_pipe_failure/HPMR_thermo_tr.i
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ corr_factor = '${fparse R_hp_hole / R_clad_o * area_correction / perimeter_corre
points_file = 'hp_centers.txt'
variable = temp
diffusivity = thermal_conductivity
execute_on = linear
# Must be executed before the transfer
execute_on = 'INITIAL TIMESTEP_END'
boundary = 'heat_pipe_ht_surf'
[]
[]
Expand Down
2 changes: 1 addition & 1 deletion microreactors/mrad/load_following/HPMR_sockeye_tr.i
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ htc_ext_cond = 1.0e2
type = SideIntegralVariablePostprocessor
variable = virtual_Text
boundary = 'hp:evap:inner'
execute_on = 'INITIAL LINEAR'
execute_on = 'INITIAL TIMESTEP_END'
[]
[A_avg_T_aux]
type = AverageNodalVariableValue
Expand Down
2 changes: 1 addition & 1 deletion microreactors/mrad/steady/HPMR_sockeye_ss.i
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ q_evap = '${fparse Q_hp / S_evap}'
type = SideIntegralVariablePostprocessor
variable = virtual_Text
boundary = 'hp:evap:inner'
execute_on = 'INITIAL LINEAR'
execute_on = 'INITIAL TIMESTEP_END'
[]
[A_avg_T_aux]
type = AverageNodalVariableValue
Expand Down
3 changes: 2 additions & 1 deletion microreactors/mrad/steady/HPMR_thermo_ss.i
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ corr_factor = '${fparse R_hp_hole / R_clad_o * area_correction / perimeter_corre
points_file = 'hp_centers.txt'
variable = temp
diffusivity = thermal_conductivity
execute_on = linear
# must be executed before the transfer
execute_on = 'INITIAL TIMESTEP_END'
boundary = 'heat_pipe_ht_surf'
[]
[]
Expand Down
2 changes: 1 addition & 1 deletion microreactors/mrad/transient_null/HPMR_sockeye_trN.i
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ htc_ext_cond = 1.0e6
type = SideIntegralVariablePostprocessor
variable = virtual_Text
boundary = 'hp:evap:inner'
execute_on = 'INITIAL LINEAR'
execute_on = 'INITIAL TIMESTEP_END'
[]
[A_avg_T_aux]
type = AverageNodalVariableValue
Expand Down

0 comments on commit 8b3436b

Please sign in to comment.