Skip to content

Commit

Permalink
Merge pull request #182 from irvin-rodriguez/surf_PR
Browse files Browse the repository at this point in the history
Fixing Gc in Surfing Boundary Problem Tutorial
  • Loading branch information
TheGreatCid authored Oct 31, 2024
2 parents 0a90d57 + acf2a28 commit 9bfa32d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tutorials/surfing_boundary_problem/fracture.i
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
[diff]
type = ADPFFDiffusion
variable = d
fracture_toughness = Gc
fracture_toughness = Gc_delta
regularization_length = l
normalization_constant = c0
[]
Expand Down Expand Up @@ -147,6 +147,12 @@
elasticity_model = elasticity
output_properties = 'stress'
[]
[Gc_delta]
type = ADParsedMaterial
property_name = Gc_delta
expression = 'Gc*delta'
material_property_names = 'Gc delta'
[]
[]

[Executioner]
Expand Down
Binary file modified tutorials/surfing_boundary_problem/gold/elasticity_out.e
Binary file not shown.

0 comments on commit 9bfa32d

Please sign in to comment.