-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
485 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
web/content/docs/benchmarks/python-bc/hertz-contact/contact_radii.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions
65
web/content/docs/benchmarks/python-bc/hertz-contact/hertz-contact.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
+++ | ||
project = "https://github.com/ufz/ogs-data/blob/master/Mechanics/Linear/Python/hertz-contact.prj" | ||
author = "Christoph Lehmann" | ||
date = "2018-08-06T11:41:00+02:00" | ||
title = "Hertz Contact using Python Boundary Conditions" | ||
weight = 156 | ||
|
||
[menu] | ||
[menu.benchmarks] | ||
parent = "python-bc" | ||
|
||
+++ | ||
|
||
{{< data-link >}} | ||
|
||
## Problem description | ||
|
||
Two elastic spheres of same radius $R$ are brought into contact. | ||
The sphere centers are displaced towards each other by $w\_0$, with increasing | ||
values in every load step. | ||
Due to symmetry reasons a flat circular contact area of radius $a$ forms. | ||
|
||
{{< img src="../hertz-contact.png" >}} | ||
|
||
The contact between the two spheres is modelled as a Dirichlet BC | ||
on a varying boundary. The exact boundary and Dirichlet values for the | ||
$y$ displacements are determined in a Python script. | ||
Compared to the sketch above the prescribed $y$ displacements correspond | ||
to $w\_0/2$, because due to symmetry only half of the system (a section of the | ||
lower sphere) is simulated. | ||
|
||
|
||
## Analytical solution | ||
|
||
The radius of the contact area is given by | ||
$$ | ||
\begin{equation} | ||
a = \sqrt{\frac{w\_0 R}{2}} | ||
\end{equation} | ||
$$ | ||
|
||
The average pressure $\bar p$ over a the secant with distance $\xi$ to the | ||
center of the contact area (cf. vertical dashed line in the sketch above) is assumed to be | ||
$$ | ||
\begin{equation} | ||
\bar p(\xi) = \kappa \sqrt{a^2 - \xi^2} | ||
\end{equation} | ||
$$ | ||
with the prefactor $\kappa$ given by | ||
$$ | ||
\begin{equation} | ||
\kappa = \frac{G}{R \cdot (1-\nu)} | ||
\end{equation} | ||
$$ | ||
|
||
|
||
## Results | ||
|
||
Contact radii: | ||
|
||
{{< img src="../contact_radii.png" >}} | ||
|
||
Average pressure $\bar{p}$: | ||
|
||
{{< img src="../stress_at_contact.png" >}} |
3 changes: 3 additions & 0 deletions
3
web/content/docs/benchmarks/python-bc/hertz-contact/hertz-contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.