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.
- Host: GitHub
- URL: https://github.com/shujian2015/winds_linux
- Owner: Shujian2015
- Created: 2016-05-07T23:27:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T22:06:12.000Z (about 6 years ago)
- Last Synced: 2025-02-15T12:50:03.766Z (3 months ago)
- Language: Roff
- Homepage:
- Size: 32.4 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
}
```