membrane
Deflection of a Circular Elastic Membrane
membrane,
a FENICS code which
models the deflection of a circular elastic
membrane subject to a perpendicular pressure modeled as a Gaussian
function.
Note that I have installed FENICS using Docker, and so to run this
script I issue the commands:
-
cd $HOME/fenicsproject/membrane
-
fenicsproject run
-
python3 membrane.py
-
exit
Licensing:
The GNU LGPL license.
Reference:
-
Hans Petter Langtangen, Anders Logg,
Solving PDEs in Python - The FEniCS Tutorial Volume 1.
Source Code:
Last revised on 20 October 2018.