Skip to content
Snippets Groups Projects
Commit 0ff1d1ac authored by Farid Mohammadi's avatar Farid Mohammadi
Browse files

[PA-A] update the range for interface location.

parent 8c587330
No related branches found
No related tags found
No related merge requests found
......@@ -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$'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment