Skip to content

Commit 9e6438f

Browse files
committed
Remove inactive user parameters in functions
checked by idaholab/moose#25568 refs idaholab#99
1 parent be29815 commit 9e6438f

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

examples/directed_energy_deposition/cylinder/sub_app_thermal.i

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,8 @@ dt = 200
190190
[]
191191
[thermal_conductivity_metal]
192192
type = PiecewiseLinear
193-
x = '-1e7 198.84 298.10 398.75 500.76 601.40 700.64 801.27 901.89 1001.12 1098.98 1200.96 '
194-
'1301.56 1400.78 1501.37 1601.96 1e7'
195-
y = '247.72 247.72 285.64 323.55 358.44 390.29 417.59 446.41 469.16 491.91 510.11 528.31 540.44 '
196-
'554.09 561.67 569.26 569.26'
197-
format = columns
193+
x = '-1e7 198.84 298.10 398.75 500.76 601.40 700.64 801.27 901.89 1001.12 1098.98 1200.96 1301.56 1400.78 1501.37 1601.96 1e7'
194+
y = '247.72 247.72 285.64 323.55 358.44 390.29 417.59 446.41 469.16 491.91 510.11 528.31 540.44 554.09 561.67 569.26 569.26'
198195
scale_factor = 0.05e-6
199196
[]
200197
# for monitoring the deposited material geometry
@@ -287,8 +284,7 @@ dt = 200
287284
type = Transient
288285
solve_type = 'NEWTON'
289286

290-
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type '
291-
'-pc_factor_shift_amount'
287+
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type -pc_factor_shift_amount'
292288
petsc_options_value = 'preonly lu superlu_dist NONZERO 1e-10'
293289

294290
line_search = 'none'

examples/directed_energy_deposition/hollow_cylinder/sub_app_thermal.i

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,8 @@ dt = 20
195195
# the properties are scaled to the right value and unit (see D. Yushu et al., 2022)
196196
[thermal_conductivity_metal]
197197
type = PiecewiseLinear
198-
x = '-1e7 198.84 298.10 398.75 500.76 601.40 700.64 801.27 901.89 1001.12 1098.98 1200.96 '
199-
'1301.56 1400.78 1501.37 1601.96 1e7'
200-
y = '247.72 247.72 285.64 323.55 358.44 390.29 417.59 446.41 469.16 491.91 510.11 528.31 540.44 '
201-
'554.09 561.67 569.26 569.26'
202-
format = columns
198+
x = '-1e7 198.84 298.10 398.75 500.76 601.40 700.64 801.27 901.89 1001.12 1098.98 1200.96 1301.56 1400.78 1501.37 1601.96 1e7'
199+
y = '247.72 247.72 285.64 323.55 358.44 390.29 417.59 446.41 469.16 491.91 510.11 528.31 540.44 554.09 561.67 569.26 569.26'
203200
scale_factor = 0.05e-6
204201
[]
205202
# for monitoring the deposited material geometry
@@ -292,8 +289,7 @@ dt = 20
292289
type = Transient
293290
solve_type = 'NEWTON'
294291

295-
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type '
296-
'-pc_factor_shift_amount'
292+
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type -pc_factor_shift_amount'
297293
petsc_options_value = 'preonly lu superlu_dist NONZERO 1e-10'
298294

299295
line_search = 'none'

0 commit comments

Comments
 (0)