From 0c44a8cd264ba07300a8cc5c8fd5228b2b9616ce Mon Sep 17 00:00:00 2001
From: Felix <feh7@hi.is>
Date: Sat, 24 Apr 2021 01:04:21 +0000
Subject: [PATCH] use Prt from parameters file

---
 openfoam2012/freeCylinderFlow/constant/transportProperties | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/openfoam2012/freeCylinderFlow/constant/transportProperties b/openfoam2012/freeCylinderFlow/constant/transportProperties
index fea5818..3abf084 100644
--- a/openfoam2012/freeCylinderFlow/constant/transportProperties
+++ b/openfoam2012/freeCylinderFlow/constant/transportProperties
@@ -15,6 +15,8 @@ FoamFile
 
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
+#include "../parameters";
+
 transportModel Newtonian;
 
 // Laminar viscosity
@@ -30,6 +32,6 @@ TRef            300;
 Pr              0.7;
 
 // Turbulent Prandtl number
-Prt             1.0;  // could be set to 0.9 for experiments
+Prt             $Pr_t;  // could be set to 0.9 for experiments
 
 // ************************************************************************* //
-- 
GitLab