diff --git a/docs/references.bib b/docs/references.bib index f08ec7cd0..e5b7f41d9 100644 --- a/docs/references.bib +++ b/docs/references.bib @@ -259,7 +259,8 @@ @article{bastankhah_2021 publisher={Cambridge University Press}, author={Bastankhah, Majid and Welch, Bridget L. and Martínez-Tossas, Luis A. and King, Jennifer and Fleming, Paul}, year={2021}, - pages={A53}} + pages={A53} +} @Article{bay_2022, AUTHOR = {Bay, C. J. and Fleming, P. and Doekemeijer, B. and King, J. and Churchfield, M. and Mudafort, R.}, diff --git a/floris/simulation/wake_velocity/cumulative_gauss_curl.py b/floris/simulation/wake_velocity/cumulative_gauss_curl.py index 7c603f5d3..34c3df57a 100644 --- a/floris/simulation/wake_velocity/cumulative_gauss_curl.py +++ b/floris/simulation/wake_velocity/cumulative_gauss_curl.py @@ -34,14 +34,14 @@ class CumulativeGaussCurlVelocityDeficit(BaseModel): """ The cumulative curl model is an implementation of the model described in - :cite:`gdm-bay_2022`, which itself is based on the cumulative model of - :cite:`bastankhah_2021` + :cite:`cc-bay_2022`, which itself is based on the cumulative model of + :cite:`cc-bastankhah_2021`. References: - .. bibliography:: /references.bib - :style: unsrt - :filter: docname in docnames - :keyprefix: gdm- + .. bibliography:: /references.bib + :style: unsrt + :filter: docname in docnames + :keyprefix: cc- """ a_s: float = field(default=0.179367259)