Skip to content

Commit

Permalink
Update DED examples for forward compatibility with MOOSE PR
Browse files Browse the repository at this point in the history
refs #25736
  • Loading branch information
Wendy-Ji committed Jul 24, 2024
1 parent 3e220ae commit ad8e6b9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 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 @@ -250,8 +250,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
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 @@ -250,8 +250,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
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 ad8e6b9

Please sign in to comment.