Script SingleFileFEM EulerBernoulliBeam: Difference between revisions

(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...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
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 ==
Line 19: Line 19:
== Discussion ==
== Discussion ==


Discussion about this class is avialable at [https://octave.discourse.group/t/single-file-fem-with-euler-bernoulli-beams/2089 Discourse].
Discussion about this script is avialable at [https://octave.discourse.group/t/single-file-fem-with-euler-bernoulli-beams/2089 Discourse].


== Author and Licensing ==
== Author and Licensing ==
Line 31: Line 31:
Distributed under the GNU General Public License v3.0 or later license.
Distributed under the GNU General Public License v3.0 or later license.


[[Category:User Codes]]
[[Category:User Contributed Code]]

Latest revision as of 20:08, 21 January 2022

GNU Octave Single File FEM Euler Bernoulli BeamEdit

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

 

Source CodeEdit

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

RequirementsEdit

Provided code is tested with GNU Octave 6.4.0.

UsageEdit

For usage please check provided examples.

DiscussionEdit

Discussion about this script is avialable at Discourse.

Author and LicensingEdit

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.