From a4d998a3dc3a20174d19e3386a79ba73b48586bb Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 15 Feb 2017 13:51:53 +0100 Subject: [PATCH] [web] Added Lubby2; Creep example. --- web/archetypes/benchmark.md | 2 +- .../benchmarks/small-deformations/lubby2.png | 3 ++ .../lubby2_creep_over_time.png | 3 ++ .../mechanics-lubby2-shear-traction.md | 30 +++++++++++++++++++ 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 web/content/docs/benchmarks/small-deformations/lubby2.png create mode 100644 web/content/docs/benchmarks/small-deformations/lubby2_creep_over_time.png create mode 100644 web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.md diff --git a/web/archetypes/benchmark.md b/web/archetypes/benchmark.md index cd9a2164d5c..bc8c8852e95 100644 --- a/web/archetypes/benchmark.md +++ b/web/archetypes/benchmark.md @@ -10,7 +10,7 @@ project = "[TODO].prl" {{< project-link >}} -## Equations +## Problem description ## Input files diff --git a/web/content/docs/benchmarks/small-deformations/lubby2.png b/web/content/docs/benchmarks/small-deformations/lubby2.png new file mode 100644 index 00000000000..b0f6c11a4de --- /dev/null +++ b/web/content/docs/benchmarks/small-deformations/lubby2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a942b7c73619f05bcbb7f1308e4338fcb29510cef0438e4513e7421d9ba9bbb +size 40989 diff --git a/web/content/docs/benchmarks/small-deformations/lubby2_creep_over_time.png b/web/content/docs/benchmarks/small-deformations/lubby2_creep_over_time.png new file mode 100644 index 00000000000..f317a89345c --- /dev/null +++ b/web/content/docs/benchmarks/small-deformations/lubby2_creep_over_time.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370c324b9d7664cce1b9e1b368533f74c7ef266653fb47d987eb737ee7933032 +size 13047 diff --git a/web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.md b/web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.md new file mode 100644 index 00000000000..918c13e156b --- /dev/null +++ b/web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.md @@ -0,0 +1,30 @@ ++++ +project = "Mechanics/Burgers/cube_1e3.prj" +author = "Dmitri Naumov" +date = "2017-02-15T12:58:36+01:00" +title = "Lubby2; Creep example" + +[menu] + [menu.benchmarks] + weight = 2 + parent = "small-deformations" + ++++ + +{{< project-link >}} + +## Problem description + +We solve a non-linear small deformation problem on a cube with shear traction on the top boundary face. The 3D problem is setup identical to the corresponding 2D problem. + +See the TODO: {asset:795:link}-PDF for detailed problem description. + +## Results and evaluation + +Result showing the displacement field and distortion relative to the initial configuration: + +{{< img src="../lubby2.png" >}} + +Displacement of the top surface in the direction of the shear traction over time showing the elastic and viscous deformations (creep): + +{{< img src="../lubby2_creep_over_time.png" >}} -- GitLab