započeta konstrukcija naprave za smik

This commit is contained in:
2025-08-23 14:32:25 +02:00
parent acd12da62f
commit 35d7dec29a
35 changed files with 2557 additions and 624 deletions

File diff suppressed because one or more lines are too long

304
software/GRID_FINAL.ipynb Normal file

File diff suppressed because one or more lines are too long

973
software/GRID_OSI.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 2,
"id": "d5e79bb2-9fc5-4a71-82e2-14ce475e7a5d",
"metadata": {},
"outputs": [
@@ -358,7 +358,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 3,
"id": "8e7aaee9-297a-4965-aa76-aaddb440b105",
"metadata": {},
"outputs": [

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"id": "cbaa6f21-27f8-41d9-8030-78f8b3a587b8",
"metadata": {},
"outputs": [
@@ -142,7 +142,11 @@
"import matplotlib.pyplot as plt\n",
"\n",
"def compute_area_moments(XX, YY, mask):\n",
" dx = XX[0, 1] - XX[0, 0]\n",
" dx = XX[0, 1] -.\n",
"Suženi struk epruvete daje nam manju površinu poprečnog presjeka kako bi mogli garantirati\n",
"da će zona loma stati u suženi dio. Kako ne možemo pouzdano izraditi struk, a opet želimo\n",
"dobiti manju površinu poprečnog presjeka u sredini epruvete (zoni loma), možemo napraviti\n",
"kompromis sa varijacijom postotka ispune kroz dužinu epruv XX[0, 0]\n",
" dy = YY[1, 0] - YY[0, 0]\n",
" dA = dx * dy\n",
"\n",