-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# ExaWind Simulation Driver | ||
[![journal article](https://img.shields.io/badge/DOI-10.1002/we.2886-blue)](https://doi.org/10.1002/we.2886) | ||
|
||
This repository contains a pure C++ driver API for coupling | ||
[Nalu-Wind](https://github.com/exawind/nalu-wind) and | ||
[AMR-Wind](https://github.com/exawind/amr-wind) CFD codes. | ||
|
||
## Citation | ||
|
||
To cite ExaWind or the usage of this driver and to learn more about the methodology, use the following [journal article](https://doi.org/10.1002/we.2886): | ||
``` | ||
@article{exawind2024, | ||
author = {Sharma, Ashesh and Brazell, Michael J. and Vijayakumar, Ganesh and Ananthan, Shreyas and Cheung, Lawrence and deVelder, Nathaniel and {Henry de Frahan}, Marc T. and Matula, Neil and Mullowney, Paul and Rood, Jon and Sakievich, Philip and Almgren, Ann and Crozier, Paul S. and Sprague, Michael}, | ||
title = {{ExaWind: Open-source CFD for hybrid-RANS/LES geometry-resolved wind turbine simulations in atmospheric flows}}, | ||
journal = {Wind Energy}, | ||
volume = {}, | ||
number = {}, | ||
pages = {}, | ||
doi = {10.1002/we.2886}, | ||
url = {https://doi.org/10.1002/we.2886}, | ||
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/we.2886} | ||
} | ||
``` |