Skip to content

Commit

Permalink
Merge pull request #160 from Wendy-Ji/esm_moving_boundary_malamute
Browse files Browse the repository at this point in the history
Forward compatibility patch
  • Loading branch information
cticenhour authored Sep 12, 2024
2 parents ebf1804 + cc2e598 commit 6455505
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
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 @@ -241,7 +240,7 @@ dt = 200
[]
[]

[UserObjects]
[MeshModifiers]
[activated_elem_uo_beam]
type = CoupledVarThresholdElementSubdomainModifier
execute_on = 'TIMESTEP_BEGIN'
Expand All @@ -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 @@ -244,7 +244,7 @@ dt = 200
[]
[]

[UserObjects]
[MeshModifiers]
[activated_elem_uo_beam]
type = CoupledVarThresholdElementSubdomainModifier
execute_on = 'TIMESTEP_BEGIN'
Expand All @@ -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 @@ -241,7 +240,7 @@ dt = 20
[]
[]

[UserObjects]
[MeshModifiers]
[activated_elem_uo_beam]
type = CoupledVarThresholdElementSubdomainModifier
execute_on = 'TIMESTEP_BEGIN'
Expand All @@ -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 @@ -249,7 +249,7 @@ dt = 20
[]
[]

[UserObjects]
[MeshModifiers]
[activated_elem_uo_beam]
type = CoupledVarThresholdElementSubdomainModifier
execute_on = 'TIMESTEP_BEGIN'
Expand All @@ -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
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 153 files

0 comments on commit 6455505

Please sign in to comment.