Skip to content
Snippets Groups Projects
Commit f66ca950 authored by David Seus's avatar David Seus
Browse files

correct misspelled lampda

parent d9614404
Branches
Tags
No related merge requests found
...@@ -24,15 +24,15 @@ use_case = "TP-R-2-patch-realistic" ...@@ -24,15 +24,15 @@ use_case = "TP-R-2-patch-realistic"
max_iter_num = 1000 max_iter_num = 1000
FEM_Lagrange_degree = 1 FEM_Lagrange_degree = 1
mesh_study = True mesh_study = True
resolutions = { 1: 5e-7, resolutions = { 1: 7e-7,
2: 5e-7, 2: 7e-7,
4: 5e-7, 4: 7e-7,
8: 5e-7, 8: 7e-7,
16: 5e-7, 16: 7e-7,
32: 5e-7, 32: 7e-7,
64: 5e-7, 64: 7e-7,
128: 5e-7, 128: 7e-7,
256: 5e-7} 256: 7e-7}
############ GRID ####################### ############ GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
...@@ -182,10 +182,10 @@ L = {# ...@@ -182,10 +182,10 @@ L = {#
lambda_param = {# lambda_param = {#
# subdom_num : lambda parameter for the L-scheme # subdom_num : lambda parameter for the L-scheme
1 : {'wetting' :l_param_w}, 1 : {'wetting' :lambda_w},
# 'nonwetting': l_param},# # 'nonwetting': lambda},#
2 : {'wetting' :l_param_w, 2 : {'wetting' :lambda_w,
'nonwetting': l_param_nw} 'nonwetting': lambda_nw}
} }
## relative permeabilty functions on subdomain 1 ## relative permeabilty functions on subdomain 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment