From 0ff1d1ac5239aa8285260f23ae4db66464a547de Mon Sep 17 00:00:00 2001
From: farid <farid.mohammadi@iws.uni-stuttgart.de>
Date: Tue, 3 Aug 2021 17:53:37 +0200
Subject: [PATCH] [PA-A] update the range for interface location.

---
 BayesValidRox/tests/PA-A/ref_stokesdarcy.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/BayesValidRox/tests/PA-A/ref_stokesdarcy.py b/BayesValidRox/tests/PA-A/ref_stokesdarcy.py
index d577ecda6..143a110ce 100755
--- a/BayesValidRox/tests/PA-A/ref_stokesdarcy.py
+++ b/BayesValidRox/tests/PA-A/ref_stokesdarcy.py
@@ -28,7 +28,7 @@ from PyLink.PyLinkForwardModel import PyLinkForwardModel
 #=====================================================
 couplingcond = 'ER' # ER or BJ
 Model = PyLinkForwardModel()
-Model.nrCPUs = 3 #8
+Model.nrCPUs = 4 #8
 Model.Type = 'PyLink'
 Model.Name = 'ffpm-stokesdarcy'+couplingcond+'-testset'
 Model.InputFile = 'stokesdarcy_'+couplingcond+'_params.input'
@@ -49,9 +49,9 @@ NrSamples = 150
 # l = Microscopic length scale >>>> l/4 nach oben und l/2 nach unten.
 l = 0.5e-3
 if couplingcond == 'BJ':
-    params = [0.005-0.5*l, 0.005+0.25*l]
+    params = [4.8*1e-3, 5.175*1e-3] #[0.005-0.5*l, 0.005+0.25*l]
 else:
-    params = [0.004975, 0.005+0.25*l]
+    params = [5.025*1e-3, 5.175*1e-3] #[0.004975, 0.005+0.25*l]
 
 allParams = [(5e-4, 1.5e-3), # 'VyMaxTop'
              (params[0], params[1]), # '$\\Gamma$'
-- 
GitLab