Script SingleFileFEM EulerBernoulliBeam: Difference between revisions

From Octave
Jump to navigation Jump to search
(Created page with "== GNU Octave Single File FEM Euler Bernoulli Beam == Example of structural analysis using Finite Element Method with Euler Bernoulli Beams implemented in single GNU Octave f...")
 
Line 7: Line 7:
== Source Code ==
== Source Code ==


Source code for this class is available at: [https://github.com/VAZMFB/GNU-Octave-SingleFileFEM_EulerBernoulliBeam github.com/VAZMFB/GNU-Octave-SingleFileFEM_EulerBernoulliBeam]
Source code for this script is available at: [https://github.com/VAZMFB/GNU-Octave-SingleFileFEM_EulerBernoulliBeam github.com/VAZMFB/GNU-Octave-SingleFileFEM_EulerBernoulliBeam]


== Requirements ==
== Requirements ==

Revision as of 19:38, 16 January 2022

GNU Octave Single File FEM Euler Bernoulli Beam

Example of structural analysis using Finite Element Method with Euler Bernoulli Beams implemented in single GNU Octave file.

EulerBernoulliBeamFEM.png

Source Code

Source code for this script is available at: github.com/VAZMFB/GNU-Octave-SingleFileFEM_EulerBernoulliBeam

Requirements

Provided code is tested with GNU Octave 6.4.0.

Usage

For usage please check provided examples.

Discussion

Discussion about this class is avialable at Discourse.

Author and Licensing

Author: Miloš Petrašinović <mpetrasinovic@mas.bg.ac.rs>

VAZMFB.COM

Department of Aerospace Engineering, Faculty of Mechanical Engineering, University of Belgrade

Distributed under the GNU General Public License v3.0 or later license.