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

Forward compatibility patch #160

Merged
merged 1 commit into from
Sep 12, 2024
Merged
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
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