|
42 | 42 | }, |
43 | 43 | { |
44 | 44 | "cell_type": "code", |
45 | | - "execution_count": null, |
| 45 | + "execution_count": 1, |
46 | 46 | "metadata": {}, |
47 | | - "outputs": [], |
| 47 | + "outputs": [ |
| 48 | + { |
| 49 | + "name": "stdout", |
| 50 | + "output_type": "stream", |
| 51 | + "text": [ |
| 52 | + "Requirement already satisfied: FoundationDesign in c:\\users\\hp\\documents\\github\\foundationdesign (0.1.2)\n", |
| 53 | + "Requirement already satisfied: indeterminatebeam==2.2.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from FoundationDesign) (2.2.1)\n", |
| 54 | + "Requirement already satisfied: numpy>=1.24.4 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from FoundationDesign) (1.24.4)\n", |
| 55 | + "Requirement already satisfied: plotly>=5.15.0 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from FoundationDesign) (5.15.0)\n", |
| 56 | + "Requirement already satisfied: matplotlib in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from indeterminatebeam==2.2.1->FoundationDesign) (3.8.4)\n", |
| 57 | + "Requirement already satisfied: sympy>=1.10 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from indeterminatebeam==2.2.1->FoundationDesign) (1.12)\n", |
| 58 | + "Requirement already satisfied: tenacity>=6.2.0 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from plotly>=5.15.0->FoundationDesign) (8.2.3)\n", |
| 59 | + "Requirement already satisfied: packaging in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from plotly>=5.15.0->FoundationDesign) (24.0)\n", |
| 60 | + "Requirement already satisfied: mpmath>=0.19 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from sympy>=1.10->indeterminatebeam==2.2.1->FoundationDesign) (1.3.0)\n", |
| 61 | + "Requirement already satisfied: contourpy>=1.0.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (1.2.1)\n", |
| 62 | + "Requirement already satisfied: cycler>=0.10 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (0.12.1)\n", |
| 63 | + "Requirement already satisfied: fonttools>=4.22.0 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (4.51.0)\n", |
| 64 | + "Requirement already satisfied: kiwisolver>=1.3.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (1.4.5)\n", |
| 65 | + "Requirement already satisfied: pillow>=8 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (10.3.0)\n", |
| 66 | + "Requirement already satisfied: pyparsing>=2.3.1 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (3.1.2)\n", |
| 67 | + "Requirement already satisfied: python-dateutil>=2.7 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (2.9.0.post0)\n", |
| 68 | + "Requirement already satisfied: six>=1.5 in c:\\users\\hp\\documents\\github\\foundationdesign\\.venv\\lib\\site-packages (from python-dateutil>=2.7->matplotlib->indeterminatebeam==2.2.1->FoundationDesign) (1.16.0)\n" |
| 69 | + ] |
| 70 | + }, |
| 71 | + { |
| 72 | + "name": "stderr", |
| 73 | + "output_type": "stream", |
| 74 | + "text": [ |
| 75 | + "\n", |
| 76 | + "[notice] A new release of pip is available: 24.2 -> 25.1.1\n", |
| 77 | + "[notice] To update, run: python.exe -m pip install --upgrade pip\n" |
| 78 | + ] |
| 79 | + } |
| 80 | + ], |
48 | 81 | "source": [ |
49 | 82 | "# RUN THIS CELL FIRST TO INITIALISE GOOGLE NOTEBOOK!!!!\n", |
50 | 83 | "!pip install FoundationDesign" |
|
1213 | 1246 | }, |
1214 | 1247 | { |
1215 | 1248 | "cell_type": "code", |
1216 | | - "execution_count": 13, |
| 1249 | + "execution_count": null, |
1217 | 1250 | "metadata": {}, |
1218 | 1251 | "outputs": [ |
1219 | 1252 | { |
|
9583 | 9616 | }, |
9584 | 9617 | { |
9585 | 9618 | "cell_type": "code", |
9586 | | - "execution_count": null, |
| 9619 | + "execution_count": 36, |
9587 | 9620 | "metadata": {}, |
9588 | 9621 | "outputs": [ |
9589 | 9622 | { |
9590 | 9623 | "data": { |
9591 | 9624 | "text/plain": [ |
9592 | | - "'The maximum punching shear resistance of 4.488N/mm² exceeds the design punching shear stress of 2.565N/mm² - PASS!!!'" |
| 9625 | + "'The maximum punching shear resistance of 4.488N/mm² exceeds the design punching shear stress of 2.729N/mm² - PASS!!!'" |
9593 | 9626 | ] |
9594 | 9627 | }, |
9595 | | - "execution_count": 38, |
| 9628 | + "execution_count": 36, |
9596 | 9629 | "metadata": {}, |
9597 | 9630 | "output_type": "execute_result" |
9598 | 9631 | } |
|
9603 | 9636 | }, |
9604 | 9637 | { |
9605 | 9638 | "cell_type": "code", |
9606 | | - "execution_count": 41, |
| 9639 | + "execution_count": 37, |
9607 | 9640 | "metadata": {}, |
9608 | 9641 | "outputs": [ |
9609 | 9642 | { |
|
9612 | 9645 | "'The maximum punching shear resistance of 0.703N/mm² exceeds the design punching shear stress of 0.335N/mm² - PASS!!!'" |
9613 | 9646 | ] |
9614 | 9647 | }, |
9615 | | - "execution_count": 41, |
| 9648 | + "execution_count": 37, |
9616 | 9649 | "metadata": {}, |
9617 | 9650 | "output_type": "execute_result" |
9618 | 9651 | } |
|
0 commit comments