From e890ee66ebbda928875dae4aa9b61a1ad9bd8b37 Mon Sep 17 00:00:00 2001
From: schottenhamml <helen.schottenhamml@fau.de>
Date: Mon, 29 Apr 2024 18:46:07 +0200
Subject: [PATCH] Documentation...

---
 doc/sphinx/lbmpy.bib                       | 11 +++++++++++
 src/lbmpy/boundaries/boundaryconditions.py |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/doc/sphinx/lbmpy.bib b/doc/sphinx/lbmpy.bib
index 84587131..c9d012c1 100644
--- a/doc/sphinx/lbmpy.bib
+++ b/doc/sphinx/lbmpy.bib
@@ -302,5 +302,16 @@ journal = {Communications in Computational Physics}
    journal = {Fluid Dynamics Research}
 }
 
+@article{Maronga2020,
+ author = {Maronga, Bj{\"o}rn and Knigge, Christoph and Raasch, Siegfried},
+ year = {2020},
+ title = {{An Improved Surface Boundary Condition for Large-Eddy Simulations Based on Monin--Obukhov Similarity Theory: Evaluation and Consequences for Grid Convergence in Neutral and Stable Conditions}},
+ pages = {297--325},
+ volume = {174},
+ number = {2},
+ issn = {0006-8314},
+ journal = {{Boundary-layer meteorology}},
+ doi = {10.1007/s10546-019-00485-w}
+}
 
 @Comment{jabref-meta: databaseType:bibtex;}
diff --git a/src/lbmpy/boundaries/boundaryconditions.py b/src/lbmpy/boundaries/boundaryconditions.py
index 49b93e76..3d52af04 100644
--- a/src/lbmpy/boundaries/boundaryconditions.py
+++ b/src/lbmpy/boundaries/boundaryconditions.py
@@ -468,7 +468,7 @@ class WallFunctionBounce(LbBoundary):
                         resolutions.
                         Mutually exclusive with the Maronga sampling shift.
         maronga_sampling_shift: Optionally, apply a correction factor to the wall shear stress proposed by Maronga et
-                                al. :cite:`Maronga2008`. Has only been tested and validated for the MOST wall function.
+                                al. :cite:`Maronga2020`. Has only been tested and validated for the MOST wall function.
                                 No guarantee is given that it also works with other wall functions.
                                 Mutually exclusive with the standard sampling shift.
         dt: time discretisation. Usually one in LB units
-- 
GitLab