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 25, 2024
1 parent 3e220ae commit de28413
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
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 de28413

Please sign in to comment.