Skip to content

Commit

Permalink
refine contact area
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Jun 15, 2023
1 parent 88d1535 commit 32c125f
Showing 1 changed file with 36 additions and 1 deletion.
Expand Up @@ -277,9 +277,44 @@
disp_y = disp_y
friction_coefficient = 0.4 # with 2.0 works
secondary_variable = disp_x
penalty = 5e9
penalty = 1e11
penalty_friction = 5e8 # 1e7
[]
[geo_surface]
type = GeometrySphere
boundary = 3
center = '0 4 0'
radius = 3
execute_on = TIMESTEP_BEGIN
[]
[geo_lower]
type = GeometrySphere
boundary = secondary_lower
center = '0 4 0'
radius = 3
execute_on = TIMESTEP_BEGIN
[]
[]

[Adaptivity]
[Markers]
[contact_surface]
type = BoundaryMarker
mark = REFINE
next_to = 3
[]
[contact_lower]
type = UniformMarker
block = secondary_lower
mark = REFINE
[]
[contact]
type = ComboMarker
markers = 'contact_surface' # contact_lower
[]
[]
initial_marker = contact
initial_steps = 1
[]

[Constraints]
Expand Down

0 comments on commit 32c125f

Please sign in to comment.