Skip to content

Commit

Permalink
Update DED examples for MOOSE PR#27965
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendy-Ji committed Jul 23, 2024
1 parent 3e220ae commit 039dabf
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "moose"]
path = moose
url = https://github.com/idaholab/moose.git
url = https://github.com/Wendy-Ji/moose
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ dt = 200
[QuasiStatic]
strain = FINITE
incremental = true
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx '
'strain_zz strain_xy strain_xz strain_yz'
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx strain_zz strain_xy strain_xz strain_yz'
use_automatic_differentiation = true
[product]
block = '2'
Expand Down Expand Up @@ -250,8 +249,9 @@ dt = 200
subdomain_id = 2
criterion_type = ABOVE
threshold = ${T_melt}
moving_boundary_name = 'moving_boundary'
apply_initial_conditions = false
moving_boundaries = 'moving_boundary'
moving_boundary_subdomain_pairs = '2 1'
reinitialize_subdomains = ''
[]
[]

Expand Down Expand Up @@ -286,8 +286,7 @@ dt = 200
type = Transient
solve_type = 'NEWTON'

petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type '
'-pc_factor_shift_amount'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type -pc_factor_shift_amount'
petsc_options_value = 'preonly lu superlu_dist NONZERO 1e-10'

line_search = 'none'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ dt = 200
subdomain_id = 2
criterion_type = ABOVE
threshold = ${T_melt}
moving_boundary_name = 'moving_boundary'
moving_boundaries = 'moving_boundary'
moving_boundary_subdomain_pairs = '2 1'
[]
[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ dt = 20
[QuasiStatic]
strain = FINITE
incremental = true
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx '
'strain_zz strain_xy strain_xz strain_yz'
generate_output = 'stress_xx stress_yy stress_zz stress_xy stress_yz stress_xz strain_yy strain_xx strain_zz strain_xy strain_xz strain_yz'
use_automatic_differentiation = true
[product]
block = '2'
Expand Down Expand Up @@ -250,8 +249,9 @@ dt = 20
subdomain_id = 2
criterion_type = ABOVE
threshold = ${T_melt}
moving_boundary_name = 'moving_boundary'
apply_initial_conditions = false
moving_boundaries = 'moving_boundary'
moving_boundary_subdomain_pairs = '2 1'
reinitialize_subdomains = ''
[]
[]

Expand Down Expand Up @@ -286,8 +286,7 @@ dt = 20
type = Transient
solve_type = 'NEWTON'

petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type '
'-pc_factor_shift_amount'
petsc_options_iname = '-ksp_type -pc_type -pc_factor_mat_solver_package -pc_factor_shift_type -pc_factor_shift_amount'
petsc_options_value = 'preonly lu superlu_dist NONZERO 1e-10'

line_search = 'none'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ dt = 20
subdomain_id = 2
criterion_type = ABOVE
threshold = ${T_melt}
moving_boundary_name = 'moving_boundary'
moving_boundaries = 'moving_boundary'
moving_boundary_subdomain_pairs = '2 1'
[]
[]

Expand Down Expand Up @@ -378,4 +379,4 @@ dt = 20
block = '2'
outputs = 'csv console'
[]
[]
[]
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 822 files

0 comments on commit 039dabf

Please sign in to comment.