From a1fb65522a2cc2824b5eae507057f5439baca502 Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@uio.no> Date: Sat, 23 Sep 2023 19:30:06 +0200 Subject: [PATCH] [fix][doc] Returns dynamic viscosity --- dumux/porousmediumflow/2pnc/volumevariables.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/porousmediumflow/2pnc/volumevariables.hh b/dumux/porousmediumflow/2pnc/volumevariables.hh index e7932739b5..f20a3d1016 100644 --- a/dumux/porousmediumflow/2pnc/volumevariables.hh +++ b/dumux/porousmediumflow/2pnc/volumevariables.hh @@ -350,7 +350,7 @@ public: { return fluidState_.density(phaseIdx); } /*! - * \brief Returns the kinematic viscosity of a given phase within the + * \brief Returns the dynamic viscosity of a given phase within the * control volume. * * \param phaseIdx The phase index -- GitLab