Skip to content
Snippets Groups Projects
Commit 55b36647 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Make the initial deformation a pure shear plus transverse oscillation

[[Imported from SVN: r9830]]
parent 67dde80c
No related branches found
No related tags found
No related merge requests found
......@@ -90,4 +90,4 @@ kappa = 1
dirichletVerticesPredicate = "x[1] < 0.0001 or x[1] > 0.128 - 0.0001"
# Initial deformation
initialDeformation = "[x[0], x[1], 0.002*math.cos(1e4*x[0])]"
initialDeformation = "[x[0] + 0.003*x[1] / 0.128, x[1], 0.002*math.cos(1e4*x[0])]"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment