Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisdem/pymap
python wrapper for MAP
https://github.com/wisdem/pymap
Last synced: about 1 month ago
JSON representation
python wrapper for MAP
- Host: GitHub
- URL: https://github.com/wisdem/pymap
- Owner: WISDEM
- License: apache-2.0
- Created: 2018-04-24T02:04:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T14:47:45.000Z (9 months ago)
- Last Synced: 2024-12-01T01:29:51.614Z (about 1 month ago)
- Language: C++
- Size: 11.5 MB
- Stars: 3
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
![map.png](https://bitbucket.org/repo/jbRLE9/images/1614157178-map.png)
# pyMAP++
This is the python module fork of the [Mooring Analysis Program (MAP++)](https://github.com/old-NWTC/MAP) to make it a more pythonic module.
Author: [NREL WISDEM Team](mailto:[email protected])
## Documentation
MAP++ is a library used for modeling underwater mooring systems quasi-statically. MAP++ can be used in Python to prototype and design mooring systems, or hook into other dynamic simulation codes.
More information on the theory behind MAP++ is described [here](http://cim.mcgill.ca/~mmascio1/ISOPE2013-TPC-0646.pdf), with the hopes to extend capabilities as described [here](http://cim.mcgill.ca/~mmascio1/61159.pdf). MAP++ is licensed under Apache version 2.
## Prerequisites
pyMAP requires a C++ compiler
## Installation
For detailed installation instructions of WISDEM modules see or to install pyMAP by itself do:
$ python setup.py install
For software issues please use . For functionality and theory related questions and comments please use the NWTC forum for [Systems Engineering Software Questions](https://wind.nrel.gov/forum/wind/viewtopic.php?f=34&t=1002).