From f66ca950f23bfe9de10cf0acf7fe5f2606c5c8bc Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Fri, 20 Sep 2019 17:40:43 +0200 Subject: [PATCH] correct misspelled lampda --- .../mesh_studies/TP-R-2-patch-mesh-study.py | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py b/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py index 8cd8021..cbd118f 100755 --- a/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py +++ b/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py @@ -24,15 +24,15 @@ use_case = "TP-R-2-patch-realistic" max_iter_num = 1000 FEM_Lagrange_degree = 1 mesh_study = True -resolutions = { 1: 5e-7, - 2: 5e-7, - 4: 5e-7, - 8: 5e-7, - 16: 5e-7, - 32: 5e-7, - 64: 5e-7, - 128: 5e-7, - 256: 5e-7} +resolutions = { 1: 7e-7, + 2: 7e-7, + 4: 7e-7, + 8: 7e-7, + 16: 7e-7, + 32: 7e-7, + 64: 7e-7, + 128: 7e-7, + 256: 7e-7} ############ GRID ####################### # mesh_resolution = 20 @@ -182,10 +182,10 @@ L = {# lambda_param = {# # subdom_num : lambda parameter for the L-scheme - 1 : {'wetting' :l_param_w}, - # 'nonwetting': l_param},# - 2 : {'wetting' :l_param_w, - 'nonwetting': l_param_nw} + 1 : {'wetting' :lambda_w}, + # 'nonwetting': lambda},# + 2 : {'wetting' :lambda_w, + 'nonwetting': lambda_nw} } ## relative permeabilty functions on subdomain 1 -- GitLab