========================================================== Capytaine: a Python-based linear potential flow BEM solver ========================================================== Capytaine is a Python package for the simulation of the interaction between water waves and floating bodies in frequency domain. It is built around a full rewrite of the open source Boundary Element Method (BEM) solver Nemoh_ for the linear potential flow wave theory. This documentation is for version |release| (released |today|). .. toctree:: :maxdepth: 1 features.rst Private support, custom developments and training can be provided by `Eurobios Mews Labs `_ (contact@mews-labs.com). For free support, you can ask questions on the public `Github discussion page `_ or as `Github issues `_. Please do not contact the developers directly by email, unless you are looking for private paid support. Contributions are welcome! Please report bugs and suggest improvements as `Github issues `_. .. raw:: html
Documentation ============= .. toctree:: :maxdepth: 2 user_manual/index.rst .. toctree:: :maxdepth: 2 developer_manual/index.rst .. toctree:: :maxdepth: 2 theory_manual/index.rst .. toctree:: :maxdepth: 1 citing.rst changelog.rst Source code =========== Available on `Github `_ License ======= Capytaine is developed by Matthieu Ancellin with the welcome help of `several contributors `_. Since April 2022, the development of Capytaine is funded by the Alliance for Sustainable Energy, LLC, Managing and Operating Contractor for the National Renewable Energy Laboratory (NREL) for the U.S. Department of Energy. From April 2017 to March 2019, the development of Capytaine at University College Dublin (UCD) was funded by Science Foundation Ireland (SFI) under Marine Renewable Energy Ireland (MaREI), the SFI Centre for Marine Renewable Energy Research. Capytaine is distributed under the terms of the GNU General Public License (GPL) v3.0. See the ``LICENSE`` file in the `code repository `_. This documentation is licensed under the `Creative Commons Attribution-ShareAlike 4.0 International License`_ |CCBYSA|. .. |CCBYSA| image:: https://i.creativecommons.org/l/by-sa/4.0/80x15.png .. _`Creative Commons Attribution-ShareAlike 4.0 International License`: http://creativecommons.org/licenses/by-sa/4.0/ The Fortran core routines of Capytaine are also available under the Apache License 2.0 and can be found in the ``capytaine/green_functions/libDelhommeau`` `directory of Capytaine's repository `_. Capytaine is a fork of the version 2 of Nemoh_, which has been developed by Gérard Delhommeau, Aurélien Babarit et al., (École Centrale de Nantes) and was distributed under the Apache License 2.0. Capytaine includes code from meshmagick_ by François Rongère (École Centrale de Nantes), licensed under the GNU General Public License (GPL). .. _meshmagick: https://github.com/LHEEA/meshmagick .. _Nemoh: https://lheea.ec-nantes.fr/logiciels-et-brevets/nemoh-presentation-192863.kjsp The `boat mesh`_ in the animation above is in the public domain. .. _`boat mesh`: https://opengameart.org/content/low-poly-pirate-ship .. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`