wecopttool


Namewecopttool JSON
Version 2.5.0 PyPI version JSON
download
home_page
SummaryWEC Design Optimization Toolbox
upload_time2023-05-21 07:14:58
maintainer
docs_urlNone
authorSandia National Laboratories
requires_python>=3.8
licenseGNU General Public License v3 (GPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Test-WecOptTool](https://github.com/sandialabs/WecOptTool/actions/workflows/push.yml/badge.svg)](https://github.com/sandialabs/WecOptTool/actions/workflows/push.yml)
[![Coverage Status](https://coveralls.io/repos/github/sandialabs/WecOptTool/badge.svg?branch=main)](https://coveralls.io/github/sandialabs/WecOptTool?branch=main)

# WecOptTool
The Wave Energy Converter Design Optimization Toolbox (WecOptTool) allows users to perform wave energy converter (WEC) device design optimization studies with constrained optimal control.

**NOTE:** If you are looking for the WecOptTool code used in previous published work (MATLAB version) please see [WecOptTool-MATLAB](https://github.com/SNL-WaterPower/WecOptTool-MATLAB).

## Project Information
Refer to [WecOptTool documentation](https://sandialabs.github.io/WecOptTool/) for more information, including project overview, tutorials, theory, and API documentation.

## Getting started
WecOptTool requires Python >= 3.8. Python 3.9 & 3.10 are supported.
It is strongly recommended you create a dedicated virtual environment (e.g., using `conda`, `venv`, etc.) before installing `wecopttool`.

**Option 1** - using `Conda`:

```bash
conda install -c conda-forge wecopttool
```

**Option 2** - using `pip` (requires Fortran compilers on your system):

```bash
pip install wecopttool
```

This approach is not recommended for Windows users since compiling `capytaine` on Windows requires [extra steps](https://github.com/capytaine/capytaine/issues/115).

**Geometry module and tutorials**

To use our geometry examples, including for running the tutorials, you will need to install some additional dependencies. 
For the tutorials you will also need to install `jupyter`. 

```bash
pip install wecopttool[geometry] jupyter
```

or on a Mac (`Zsh` shell)

```bash
pip install wecopttool\[geometry] jupyter
```

## Tutorials
The tutorials can be found in the `examples` directory and are written as [Jupyter Notebooks](https://jupyter.org/).
To run the tutorials, first download the notebook files and then, from the directory containing the notebooks, run `jupyter notebook`.
Using `git` to obtain the notebooks this can be done by running

```bash
git clone https://github.com/sandialabs/WecOptTool.git
cd WecOptTool/examples
jupyter notebook
```

## Getting help
To report bugs, use WecOptTool's [issues page](https://github.com/sandialabs/WecOptTool/issues).
For general discussion, use WecOptTool's [discussion page](https://github.com/sandialabs/WecOptTool/discussions)

## Contributing
If you are interested in contributing to WecOptTool, see our [contribution guidelines](https://github.com/sandialabs/WecOptTool/blob/main/.github/CONTRIBUTING.md).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wecopttool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sandia National Laboratories",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/51/b8/9534efeb339b28697b656ab761f9b4158ff666cdbb927ab645c618db3908/wecopttool-2.5.0.tar.gz",
    "platform": null,
    "description": "[![Test-WecOptTool](https://github.com/sandialabs/WecOptTool/actions/workflows/push.yml/badge.svg)](https://github.com/sandialabs/WecOptTool/actions/workflows/push.yml)\n[![Coverage Status](https://coveralls.io/repos/github/sandialabs/WecOptTool/badge.svg?branch=main)](https://coveralls.io/github/sandialabs/WecOptTool?branch=main)\n\n# WecOptTool\nThe Wave Energy Converter Design Optimization Toolbox (WecOptTool) allows users to perform wave energy converter (WEC) device design optimization studies with constrained optimal control.\n\n**NOTE:** If you are looking for the WecOptTool code used in previous published work (MATLAB version) please see [WecOptTool-MATLAB](https://github.com/SNL-WaterPower/WecOptTool-MATLAB).\n\n## Project Information\nRefer to [WecOptTool documentation](https://sandialabs.github.io/WecOptTool/) for more information, including project overview, tutorials, theory, and API documentation.\n\n## Getting started\nWecOptTool requires Python >= 3.8. Python 3.9 & 3.10 are supported.\nIt is strongly recommended you create a dedicated virtual environment (e.g., using `conda`, `venv`, etc.) before installing `wecopttool`.\n\n**Option 1** - using `Conda`:\n\n```bash\nconda install -c conda-forge wecopttool\n```\n\n**Option 2** - using `pip` (requires Fortran compilers on your system):\n\n```bash\npip install wecopttool\n```\n\nThis approach is not recommended for Windows users since compiling `capytaine` on Windows requires [extra steps](https://github.com/capytaine/capytaine/issues/115).\n\n**Geometry module and tutorials**\n\nTo use our geometry examples, including for running the tutorials, you will need to install some additional dependencies. \nFor the tutorials you will also need to install `jupyter`. \n\n```bash\npip install wecopttool[geometry] jupyter\n```\n\nor on a Mac (`Zsh` shell)\n\n```bash\npip install wecopttool\\[geometry] jupyter\n```\n\n## Tutorials\nThe tutorials can be found in the `examples` directory and are written as [Jupyter Notebooks](https://jupyter.org/).\nTo run the tutorials, first download the notebook files and then, from the directory containing the notebooks, run `jupyter notebook`.\nUsing `git` to obtain the notebooks this can be done by running\n\n```bash\ngit clone https://github.com/sandialabs/WecOptTool.git\ncd WecOptTool/examples\njupyter notebook\n```\n\n## Getting help\nTo report bugs, use WecOptTool's [issues page](https://github.com/sandialabs/WecOptTool/issues).\nFor general discussion, use WecOptTool's [discussion page](https://github.com/sandialabs/WecOptTool/discussions)\n\n## Contributing\nIf you are interested in contributing to WecOptTool, see our [contribution guidelines](https://github.com/sandialabs/WecOptTool/blob/main/.github/CONTRIBUTING.md).\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "WEC Design Optimization Toolbox",
    "version": "2.5.0",
    "project_urls": {
        "Documentation": "https://sandialabs.github.io/WecOptTool/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2baa8e7e659369efb6495665c3f4eb560e3388e432f14a8dea9f042ff3116bb",
                "md5": "0dc4e47e889263f490fbacf46b43fd5c",
                "sha256": "a2d92f927e0b9a52762844d50ff42c42514b3ac165e4fc1995420fa3288b2ec6"
            },
            "downloads": -1,
            "filename": "wecopttool-2.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0dc4e47e889263f490fbacf46b43fd5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 49877,
            "upload_time": "2023-05-21T07:14:56",
            "upload_time_iso_8601": "2023-05-21T07:14:56.370703Z",
            "url": "https://files.pythonhosted.org/packages/b2/ba/a8e7e659369efb6495665c3f4eb560e3388e432f14a8dea9f042ff3116bb/wecopttool-2.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51b89534efeb339b28697b656ab761f9b4158ff666cdbb927ab645c618db3908",
                "md5": "ba63b9108f02e4a108f2b9dbc2865a44",
                "sha256": "b9b720125ffed1c7b77b0f7695b02114b548a95ebcd824b87062ef60cfca9c35"
            },
            "downloads": -1,
            "filename": "wecopttool-2.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ba63b9108f02e4a108f2b9dbc2865a44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 67902,
            "upload_time": "2023-05-21T07:14:58",
            "upload_time_iso_8601": "2023-05-21T07:14:58.099487Z",
            "url": "https://files.pythonhosted.org/packages/51/b8/9534efeb339b28697b656ab761f9b4158ff666cdbb927ab645c618db3908/wecopttool-2.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 07:14:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wecopttool"
}
        
Elapsed time: 0.10177s