Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrojuanlu/pfc
Proyecto Fin de Carrera "Integración de un solver estructural de elementos finitos libre con un código SPH para estudio de la interacción fluido-estructura".
https://github.com/astrojuanlu/pfc
Last synced: about 1 month ago
JSON representation
Proyecto Fin de Carrera "Integración de un solver estructural de elementos finitos libre con un código SPH para estudio de la interacción fluido-estructura".
- Host: GitHub
- URL: https://github.com/astrojuanlu/pfc
- Owner: astrojuanlu
- License: gpl-3.0
- Created: 2015-02-10T19:28:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T16:29:34.000Z (over 8 years ago)
- Last Synced: 2024-10-14T19:59:25.769Z (2 months ago)
- Language: Python
- Size: 2.59 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
README
======:Authors: Juan Luis Cano Rodríguez ,
José Luis Cercós PitaOverview
--------.. image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech/
:alt: No Maintenance IntendedThis is the code for the final master project "Integration of a free
finite element method structural solver with an SPH code for the study
of fluid-structure interaction".* ``lib``: Library code containing reusable classes and functions
- ``test``: Unit tests corresponding to the library code
* ``examples``: Sample programs to demonstrate how to use the library code
* ``report``: Code corresponding to the figures and results of the report
* ``buildscripts``: Build scripts (conda recipes) to easily install the
dependencies.. warning:: This code is unfinished and the project has been abandoned. Use
at your own risk.Requirements
------------The code requires FEniCS 1.6.0 to run properly. Notice that it is not
backwards compatible with previous versions. An ``environment.yml`` file is
provided::$ conda env create
Demos
-----To run the demos, use::
$ ./run.sh --run