https://github.com/capytaine/capytaine
Python BEM solver for linear potential flow, based on Nemoh.
https://github.com/capytaine/capytaine
boundary-element-method fortran hydrodynamics potential-flow python water-wave wave-energy
Last synced: 5 months ago
JSON representation
Python BEM solver for linear potential flow, based on Nemoh.
- Host: GitHub
- URL: https://github.com/capytaine/capytaine
- Owner: capytaine
- License: gpl-3.0
- Created: 2017-09-16T13:11:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:18:02.000Z (6 months ago)
- Last Synced: 2024-10-29T12:18:51.952Z (6 months ago)
- Topics: boundary-element-method, fortran, hydrodynamics, potential-flow, python, water-wave, wave-energy
- Language: Python
- Homepage: https://capytaine.github.io
- Size: 2.13 MB
- Stars: 160
- Watchers: 16
- Forks: 74
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
- open-sustainable-technology - Capytaine - A Python package for the simulation of the interaction between water waves and floating bodies in frequency domain. (Renewable Energy / Hydro Energy)
README
# Capytaine: a linear potential flow BEM solver with Python.

Capytaine is 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.## Installation
[](https://pypi.org/project/capytaine)
[](https://github.com/conda-forge/capytaine-feedstock)Packages for Windows, macOS and Linux are available on PyPI:
```bash
pip install capytaine
```
and Conda-forge```bash
conda install -c conda-forge capytaine
```## Documentation
[https://capytaine.github.io/](https://capytaine.github.io/)
[](https://doi.org/10.21105/joss.01341)
## License
Copyright (C) 2017-2024, Matthieu Ancellin
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.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
It is based on version 2 of [Nemoh](https://lheea.ec-nantes.fr/logiciels-et-brevets/nemoh-presentation-192863.kjsp), 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.
Some core Fortran routines of Capytaine coming from Nemoh version 2 are also available under the Apache License 2.0. They can be found in the [`capytaine/green_functions/libDelhommeau`](https://github.com/capytaine/capytaine/tree/master/capytaine/green_functions/libDelhommeau) directory of Capytaine's repository.
Capytaine includes code from [meshmagick](https://github.com/LHEEA/meshmagick/) by François Rongère (École Centrale de Nantes), licensed under the GNU General Public License (GPL).