Skip to content

Commit

Permalink
[nb] Added (dummy) frontmatter on ModCamClay_TestIsotrop.ipynb.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 13, 2023
1 parent f8484b6 commit f644ae8
Showing 1 changed file with 36 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"cells": [
{
"cell_type": "raw",
"id": "71a1de9e",
"metadata": {},
"source": [
"+++\n",
"title = Original Modified Cam Clay model versus a basic version with constant elastic parameters under isotropic compression\n",
"author = Prof. Dr. Thomas Nagel and Dr. Christian Silbermann\n",
"note = Dummy frontmatter, not shown on website, only tested via wheels\n",
"+++\n"
]
},
{
"cell_type": "markdown",
"id": "adf26a83-c60f-4382-ae8d-4d777fa0650d",
Expand All @@ -20,7 +32,9 @@
"cell_type": "code",
"execution_count": null,
"id": "22b8ed57-1cc7-4778-a632-ac08c88fd6f1",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# HIDDEN\n",
Expand All @@ -34,7 +48,9 @@
"cell_type": "code",
"execution_count": null,
"id": "b7b6054d-c7f4-41cf-8e3b-4b14cda6aa4e",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# Path to MFront library including the material models\n",
Expand All @@ -45,7 +61,9 @@
"cell_type": "code",
"execution_count": null,
"id": "8cf99b54-6da2-48b1-8e39-fa82463ab7de",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# Some plot settings\n",
Expand All @@ -62,7 +80,9 @@
"cell_type": "code",
"execution_count": null,
"id": "1fbc37de-60b5-4dc7-b760-fda853fc92ff",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# Set stress unit to Pa\n",
Expand All @@ -73,7 +93,9 @@
"cell_type": "code",
"execution_count": null,
"id": "48d3d170-448a-4d71-ace9-b003925e6715",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# Material parameters taken from Triax test\n",
Expand Down Expand Up @@ -267,7 +289,9 @@
"cell_type": "code",
"execution_count": null,
"id": "33677b89-6c70-4210-9934-3b432f54e800",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# Analytical solution:\n",
Expand Down Expand Up @@ -315,7 +339,9 @@
"cell_type": "code",
"execution_count": null,
"id": "f9be0c21-e010-477a-be4a-35e425cef90f",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"fig, ax = plt.subplots(figsize=(12, 10))\n",
Expand Down Expand Up @@ -373,7 +399,9 @@
"cell_type": "code",
"execution_count": null,
"id": "261598ef-d9e7-44f6-a88a-ef48ada11e56",
"metadata": {},
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"# Loading\n",
Expand Down

0 comments on commit f644ae8

Please sign in to comment.