Skip to content

Commit 87711b9

Browse files
committed
#98 updated references
1 parent f1c5ec8 commit 87711b9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

paper/paper.bib

+8-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ @software{Liew:2022
2828
version={1.0.0}
2929
}
3030

31+
@software{hawc2:2007,
32+
author={DTU Wind},
33+
year={2007},
34+
title={HaWC2: An Aeroelastic Code},
35+
url={https://www.hawc2.dk/},
36+
}
37+
3138
@article{mann_spatial:1994,
3239
author = {Mann, Jakob},
3340
doi = {10.1017/S0022112094001886},
@@ -43,7 +50,7 @@ @article{mann_spatial:1994
4350

4451
@article{mann_wind:1998,
4552
author = {Mann, Jakob},
46-
doi = {https://doi.org/10.1016/S0266-8920(97)00036-2},
53+
doi = {10.1016/S0266-8920(97)00036-2},
4754
issn = {0266-8920},
4855
journal = {Probabilistic Engineering Mechanics},
4956
number = {4},

paper/paper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Synthetic turbulence models (STMs) are used in wind engineering to generate real
3232

3333
`DRDMannTurb` aims to create an easy-to-use framework to (1) fit one-point spectra from data using the DRD model introduced in [@Keith:2021] and (2) efficiently generate synthetic turbulence velocity fields to be used by scientists and engineers in downstream tasks. Existing methodologies for generating synthetic turbulence frequently incur a large computational overhead and lack the DRD model's flexibility to represent the diverse spectral properties of real-world observations, cf. [@Liew:2022]. `DRDMannTurb` addresses these two issues by introducing (1) a module for fitting neural network-based DRD models to observed one-point spectra data as well as (2) a module for efficiently generating synthetic turbulence boxes. Rather than generating turbulence for the entire box at once, which is a highly memory-intensive practice used in other software, `DRDMannTurb` uses a state-of-the-art domain decomposition approach to generate smaller sub-boxes sequentially.
3434

35-
`DRDMannTurb` is completely written in Python, leveraging computationally powerful backend packages (`numpy`, `PyTorch`). Our implementation allows for easy GPU-portability using `cuda`. This is an additional advantage compared to previously developed software packages that have implemented the Mann model but do not provide the source code (e.g., HAWC2). Finally, `DRDMannTurb` is designed to be more general-purpose, allowing it to be applied to a broader range of scenarios and making it more accessible with clear documentation for a variety of tasks that researchers in this area are often interested in.
35+
`DRDMannTurb` is completely written in Python, leveraging computationally powerful backend packages (`numpy`, `PyTorch`). Our implementation allows for easy GPU-portability using `cuda`. This is an additional advantage compared to previously developed software packages that have implemented the Mann model but do not provide the source code (e.g., HAWC2 [@hawc2:2007]). Finally, `DRDMannTurb` is designed to be more general-purpose, allowing it to be applied to a broader range of scenarios and making it more accessible with clear documentation for a variety of tasks that researchers in this area are often interested in.
3636

3737
# Results
3838

0 commit comments

Comments
 (0)