Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

topdesign

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

topdesign

A general tool chain integration framework for multidisciplinary analysis and optimization

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

TopDesign

TopDesign is a general tool chain integration platform for multidisciplinary analysis and optimization, developed in DTU Wind as an open source tool.

The concept of the platform and the usage example on wind farm design can be found in:

Feng, Ju, and Jens Nørkær Sørensen. "Towards a general tool chain integration platform for multi-disciplinary analysis and optimization in wind energy." In Journal of Physics: Conference Series, vol. 2767, no. 8, p. 082014. IOP Publishing, 2024. [link]

Source code of the platform is hosted in DTU Wind's GitLab site:

https://gitlab.windenergy.dtu.dk/topdesign/topdesign

Development of this platform has been partially supported by the MERIDIONAL project, which receives funding from the European Union’s Horizon Europe Programme under the grant agreement No. 101084216.

Installation

You can install the TopDesign package from PyPI using the following command:

pip install topdesign

You can also install TopDesign from GitLab (includes any recent updates):

pip install git+https://gitlab.windenergy.dtu.dk/topdesign/topdesign.git

We highly recommend developers to install TopDesign into a dedicated environment. The commands to clone and install TopDesign with developer options including dependencies required to run the tests into the current active environment in an Anaconda Prompt are as follows:

git clone https://gitlab.windenergy.dtu.dk/topdesign/topdesign.git
cd topdesign
pip install -e .

Usage

The standard topdesign platform relies only on numpy, matplotlib and scipy.

To run the example on wind farm design, you need to have py_wake and floris (==3.5) installed.

To run the example on multi-language model integration, you need to have matlabengine and juliacall installed.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc