Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Added more old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Mar 26, 2024
1 parent c12690f commit ab2d5aa
Show file tree
Hide file tree
Showing 10 changed files with 5,268 additions and 323 deletions.
6 changes: 6 additions & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ chapters:
- file: advanced_structural_mechanics/influence_line_simple/Interactive_influence_line_simple_V.ipynb
- file: advanced_structural_mechanics/influence_line_simple/Interactive_influence_line_simple_w.ipynb
- file: advanced_structural_mechanics/influence_line_simple/Interactive_influence_line_simple_phi.ipynb
- file: advanced_structural_mechanics/influence_line_cantilever/overview.md
sections:
- file: advanced_structural_mechanics/influence_line_cantilever/Interactive_influence_line_simple_M.ipynb
- file: advanced_structural_mechanics/influence_line_cantilever/Interactive_influence_line_simple_V.ipynb
- file: advanced_structural_mechanics/influence_line_cantilever/Interactive_influence_line_simple_w.ipynb
- file: advanced_structural_mechanics/influence_line_cantilever/Interactive_influence_line_simple_phi.ipynb
- file: advanced_structural_mechanics/influence_line_book/overview.md
sections:
- file: advanced_structural_mechanics/influence_line_book/Interactive_influence_line_simple_Av.ipynb
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
511 changes: 192 additions & 319 deletions book/advanced_structural_mechanics/influence_line_3sup/Demo_class.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Interactive influence line cantilever beam

The influence lines of the following structure will be investigated

![figuur 1](../data_influence_line_cantilever/Structure_simple_cantilever.gif)
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@
" axs[1].spines['left'].set_position('zero')\n",
" plt.draw() \n",
" \n",
"interact(func, a = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location rotation $x_\\phi$ = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}),\n",
" b = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location force $x_F$ = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}) );"
"interact(func, a = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location rotation x_phi = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}),\n",
" b = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location force x_F = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}) );"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@
" plt.draw() \n",
"\n",
" \n",
"interact(func, a = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location displacement $x_w$ = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}),\n",
" b = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location force $x_F$ = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}) );"
"interact(func, a = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location displacement x_w = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}),\n",
" b = widgets.FloatSlider(min=0, max=5, value=2, step=0.1, description=\"Location force x_F = ... (m)\",readout_format='.1f',style= {'description_width': '250px'},layout = {'width': '500px'}) );"
]
}
],
Expand Down

0 comments on commit ab2d5aa

Please sign in to comment.