-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ bbeb614 🚀
- Loading branch information
Showing
72 changed files
with
1,484 additions
and
1,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"cells":[{"cell_type":"markdown","source":["# Bracing with ribs\n\n","## Introduction\n\n","The ribs have stiffening effect. So the plates are supplied with different ribs.\n\n","## Running the case\n\n","The command line to run this case is\n","```mpirun\n","mpirun -np 4 feelpp_toolbox_solid --case \"github:{repo:toolbox,path:examples/modules/csm/examples/ribs}\"\n","```","*Note:* The report of the execution of the command above is available [here](t-beam/solid-information.ipynb).\n\n","## Data files\n\n","The case data files are available in Github [here](https://github.com/feelpp/toolbox/blob/master/examples/modules/csm/examples/ribs/)\n","\n","- [CFG file](https://github.com/feelpp/toolbox/blob/master/examples/modules/csm/examples/ribs/disk.cfg) - [[Edit the file](https://github.com/feelpp/toolbox/edit/master/examples/modules/csm/examples/ribs/disk.cfg)]\n","- [JSON file](https://github.com/feelpp/toolbox/blob/master/examples/modules/csm/examples/ribs/disk.json) - [[Edit the file](https://github.com/feelpp/toolbox/edit/master/examples/modules/csm/examples/ribs/disk.json)]\n","\n\n","## Model/Geometry\n\n","The first step is to create the model of the plate, which we can simply do in the Creo Parametric program. With this program was the fastest and easiest way to create the model.\n","The finished geometry (Creo) and the meshed model (Gmsh):\n","\n","| image:{imagesprefix}ribs/image2.png[] | image:{imagesprefix}ribs/image4.png[] |\n","| ------------------------------------- | ------------------------------------- |\n","\n\n","## Materials and boundary conditions\n\n","## Materials\n\n","The beam is made of steel, so we need to use the following data:\n","\n","- E = 210 GPa → 210e3 N/mm2\n","- nu = 0.3\n","- rho = 7800 kg/m3 → 7800e-9 kg/mm3\n","\n","```json\n","Unresolved directive in index.adoc - include::{examplesdir}/ribs/disk.json[tags=materials]\n","```","## Boundary conditions\n\n","The plate is fixed with three screws (yellow → named `fixed`). The force is applied, where are the other three srews (green → named `load`).\n","```json\n","Unresolved directive in index.adoc - include::{examplesdir}/ribs/disk.json[tags=boundaryconditions]\n","```\n","## Results (Displacement and Von-Mises Criterions)\n\n","## Without ribs\n\n","Maximum displacement: 0.6501 mm Maximum stress: 512.4 MPa\n","\n","| image:{imagesprefix}ribs/image5.png[] | image:{imagesprefix}ribs/image6.png[] |\n","| ------------------------------------- | ------------------------------------- |\n","\n","```\n","{\n"," \"deformation\": [\n"," {\n"," \"scene\": \"displacement\"\n"," },\n"," {\n"," \"scene\": \"von_mises\"\n"," }\n"," ]\n","}\n","```","## With ribs\n\n","Maximum displacement: 0.528 mm Maximum stress: 599.1 MPa\n","\n","| image:{imagesprefix}ribs/image7.png[] | image:{imagesprefix}ribs/image8.png[] |\n","| ------------------------------------- | ------------------------------------- |\n","\n","```\n","{\n"," \"deformation\": [\n"," {\n"," \"scene\": \"displacement\"\n"," },\n"," {\n"," \"scene\": \"von_mises\"\n"," }\n"," ]\n","}\n","```","## Summary\n\n","The deformation of the plate is smaller (-18%) with ribs.\n","The maximum stress bigger, but in the bend where the plate would break, there is smaller.\n"],"metadata":{}}],"metadata":{"language_info":{"name":"python","version":"3.8"}},"nbformat":4,"nbformat_minor":4} | ||
{"cells":[{"cell_type":"markdown","source":["# Bracing with ribs\n\n","## Introduction\n\n","The ribs have stiffening effect. So the plates are supplied with different ribs.\n\n","## Running the case\n\n","The command line to run this case is\n","```mpirun\n","mpirun -np 4 feelpp_toolbox_solid --case \"github:{repo:toolbox,path:examples/modules/csm/examples/ribs}\"\n","```","*Note:* The report of the execution of the command above is available [here](t-beam/solid-information.ipynb).\n\n","## Data files\n\n","The case data files are available in Github [here](https://github.com/feelpp/toolbox/blob/master/examples/modules/csm/examples/ribs/)\n","\n","- [CFG file](https://github.com/feelpp/toolbox/blob/master/examples/modules/csm/examples/ribs/disk.cfg) - [[Edit the file](https://github.com/feelpp/toolbox/edit/master/examples/modules/csm/examples/ribs/disk.cfg)]\n","- [JSON file](https://github.com/feelpp/toolbox/blob/master/examples/modules/csm/examples/ribs/disk.json) - [[Edit the file](https://github.com/feelpp/toolbox/edit/master/examples/modules/csm/examples/ribs/disk.json)]\n","\n\n","## Model/Geometry\n\n","The first step is to create the model of the plate, which we can simply do in the Creo Parametric program. With this program was the fastest and easiest way to create the model.\n","The finished geometry (Creo) and the meshed model (Gmsh):\n","\n","| image:ribs/image2.png[] | image:ribs/image4.png[] |\n","| ----------------------- | ----------------------- |\n","\n\n","## Materials and boundary conditions\n\n","## Materials\n\n","The beam is made of steel, so we need to use the following data:\n","\n","- E = 210 GPa → 210e3 N/mm2\n","- nu = 0.3\n","- rho = 7800 kg/m3 → 7800e-9 kg/mm3\n","\n","```json\n","Unresolved directive in index.adoc - include::{examplesdir}/ribs/disk.json[tags=materials]\n","```","## Boundary conditions\n\n","The plate is fixed with three screws (yellow → named `fixed`). The force is applied, where are the other three srews (green → named `load`).\n","```json\n","Unresolved directive in index.adoc - include::{examplesdir}/ribs/disk.json[tags=boundaryconditions]\n","```\n","## Results (Displacement and Von-Mises Criterions)\n\n","## Without ribs\n\n","Maximum displacement: 0.6501 mm Maximum stress: 512.4 MPa\n","\n","| image:ribs/image5.png[] | image:ribs/image6.png[] |\n","| ----------------------- | ----------------------- |\n","\n","```\n","{\n"," \"deformation\": [\n"," {\n"," \"scene\": \"displacement\"\n"," },\n"," {\n"," \"scene\": \"von_mises\"\n"," }\n"," ]\n","}\n","```","## With ribs\n\n","Maximum displacement: 0.528 mm Maximum stress: 599.1 MPa\n","\n","| image:ribs/image7.png[] | image:ribs/image8.png[] |\n","| ----------------------- | ----------------------- |\n","\n","```\n","{\n"," \"deformation\": [\n"," {\n"," \"scene\": \"displacement\"\n"," },\n"," {\n"," \"scene\": \"von_mises\"\n"," }\n"," ]\n","}\n","```","## Summary\n\n","The deformation of the plate is smaller (-18%) with ribs.\n","The maximum stress bigger, but in the bend where the plate would break, there is smaller.\n"],"metadata":{}}],"metadata":{"language_info":{"name":"python","version":"3.8"}},"nbformat":4,"nbformat_minor":4} |
Oops, something went wrong.