diff options
Diffstat (limited to 'Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton')
8 files changed, 256 insertions, 0 deletions
diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/10-Structural_Dynamics.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/10-Structural_Dynamics.ipynb new file mode 100644 index 0000000..df9cb1f --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/10-Structural_Dynamics.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 10: Structural Dynamics" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/2-Stiffness_Matrices_Spring_and_Bar_Elements.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/2-Stiffness_Matrices_Spring_and_Bar_Elements.ipynb new file mode 100644 index 0000000..3432e6f --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/2-Stiffness_Matrices_Spring_and_Bar_Elements.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 2: Stiffness Matrices Spring and Bar Elements" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/3-Truss_Structures_The_Direct_Stiffness_Method.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/3-Truss_Structures_The_Direct_Stiffness_Method.ipynb new file mode 100644 index 0000000..9e44d91 --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/3-Truss_Structures_The_Direct_Stiffness_Method.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 3: Truss Structures The Direct Stiffness Method" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/4-Flexure_Elements.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/4-Flexure_Elements.ipynb new file mode 100644 index 0000000..6272abd --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/4-Flexure_Elements.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 4: Flexure Elements" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/5-Method_of_Weighted_Residuals.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/5-Method_of_Weighted_Residuals.ipynb new file mode 100644 index 0000000..5d70081 --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/5-Method_of_Weighted_Residuals.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 5: Method of Weighted Residuals" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/6-Interpolation_Functions_for_General_Element_Formulation.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/6-Interpolation_Functions_for_General_Element_Formulation.ipynb new file mode 100644 index 0000000..a76edcf --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/6-Interpolation_Functions_for_General_Element_Formulation.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 6: Interpolation Functions for General Element Formulation" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/7-Applications_in_Heat_Transfer.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/7-Applications_in_Heat_Transfer.ipynb new file mode 100644 index 0000000..36edb71 --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/7-Applications_in_Heat_Transfer.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 7: Applications in Heat Transfer" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/9-Applications_in_Solid_Mechanics.ipynb b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/9-Applications_in_Solid_Mechanics.ipynb new file mode 100644 index 0000000..278756e --- /dev/null +++ b/Fundamentals_of_Finite_Element_Analysis_by_D_V_Hutton/9-Applications_in_Solid_Mechanics.ipynb @@ -0,0 +1,32 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 9: Applications in Solid Mechanics" + ] + }, +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} |