File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
examples/directed_energy_deposition Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -190,11 +190,8 @@ dt = 200
190
190
[]
191
191
[thermal_conductivity_metal]
192
192
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'
198
195
scale_factor = 0.05e-6
199
196
[]
200
197
# for monitoring the deposited material geometry
@@ -287,8 +284,7 @@ dt = 200
287
284
type = Transient
288
285
solve_type = ' NEWTON'
289
286
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'
292
288
petsc_options_value = ' preonly lu superlu_dist NONZERO 1e-10'
293
289
294
290
line_search = ' none'
Original file line number Diff line number Diff line change @@ -195,11 +195,8 @@ dt = 20
195
195
# the properties are scaled to the right value and unit (see D. Yushu et al., 2022 )
196
196
[thermal_conductivity_metal]
197
197
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'
203
200
scale_factor = 0.05e-6
204
201
[]
205
202
# for monitoring the deposited material geometry
@@ -292,8 +289,7 @@ dt = 20
292
289
type = Transient
293
290
solve_type = ' NEWTON'
294
291
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'
297
293
petsc_options_value = ' preonly lu superlu_dist NONZERO 1e-10'
298
294
299
295
line_search = ' none'
You can’t perform that action at this time.
0 commit comments