Add documentation to connector-plate notebook
This commit is contained in:
parent
83cc28c4f2
commit
3c422b0770
2 changed files with 18 additions and 5 deletions
|
@ -1,8 +1,17 @@
|
||||||
{
|
{
|
||||||
"cells": [
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "e3b0d5f1-f107-4d98-adad-403bfd9bc2b9",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"## Connector Plate Load Estimate\n",
|
||||||
|
"This notebook calculates an estimate maximum load for the connector plates used in the STM assembly."
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 20,
|
"execution_count": 1,
|
||||||
"id": "e70e1154-7d5d-4c92-9f62-2dd2c734f586",
|
"id": "e70e1154-7d5d-4c92-9f62-2dd2c734f586",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"editable": true,
|
"editable": true,
|
||||||
|
@ -24,7 +33,7 @@
|
||||||
"<Quantity(171.312324, 'kilogram')>"
|
"<Quantity(171.312324, 'kilogram')>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 20,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
|
@ -54,9 +63,9 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3 (ipykernel)",
|
"display_name": "stm-env",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "stm-env"
|
||||||
},
|
},
|
||||||
"language_info": {
|
"language_info": {
|
||||||
"codemirror_mode": {
|
"codemirror_mode": {
|
||||||
|
@ -68,7 +77,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.13.3"
|
"version": "3.13.7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Connector Plate Load Estimate
|
||||||
|
This notebook calculates an estimate maximum load for the connector plates used in the STM assembly.
|
||||||
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from pint import UnitRegistry
|
from pint import UnitRegistry
|
||||||
unit = UnitRegistry()
|
unit = UnitRegistry()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue