Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a few linear executions which may not be needed #494

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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