An open API service indexing awesome lists of open source software.

https://github.com/shujian2015/winds_linux

WInDS for AeroDyn v14 and FAST v8.10 (Linux version). This is most of my PhD research. More than 10k lines of Fortran code.
https://github.com/shujian2015/winds_linux

Last synced: 3 months ago
JSON representation

WInDS for AeroDyn v14 and FAST v8.10 (Linux version). This is most of my PhD research. More than 10k lines of Fortran code.

Awesome Lists containing this project

README

        

# WInDS for AeroDyn v14 and FAST v8.10

This repository contains the code for my PhD dissertation: [Aeroelastic Simulation of Wind Turbines Using Free Vortex Methods and Strategies for Accelerating the Computation](https://drive.google.com/file/d/1usUycIwHxfTJySR9sRVLIxfUt0--x2_s/view?usp=sharing)

Check the Wiki here: https://github.com/Shujian2015/WInDS_Linux/wiki.

Obtain FAST and AeroDyn from NREL: https://nwtc.nrel.gov/technology-type/offshore-wind

Obtain Matlab version of WInDS: https://www.umass.edu/windenergy/research/software/WInDS

In this repo:
- Compiling: all the file to compile FAST
- Scource: all the source files for FAST/WInDS
- doc: documentations for WInDS
- Sample_test: several test cases for FAST/WInDS and bash files to generate input files.
- plot_win: files to make plots from FAST output files by Matlab
- doctoral_proposal_slides: my proporsal slides, which can provide a high level description of the research
- test_treecode_240sec: stand-alone test files for TreeCode Algorithm.

If you find it useful, feel free to cite:
```
@article{liu2018aeroelastic,
title={AEROELASTIC SIMULATION OF WIND TURBINES USING FREE VORTEX METHODS AND STRATEGIES FOR ACCELERATING THE COMPUTATION},
author={Liu, Shujian},
year={2018}
}
```

```
@inproceedings{gaertner2016improved,
title={Improved Free Vortex Wake Models Of Floating Offshore Wind Turbines},
author={Gaertner, Evan M and Liu, Shujian and Lackner, Matthew A},
booktitle={34th Wind Energy Symposium},
pages={1260},
year={2016}
}
```