Skip to content
Snippets Groups Projects
Commit 48bbe634 authored by David's avatar David
Browse files

restart layered soil mesh study

parent f5cc000e
No related branches found
No related tags found
No related merge requests found
......@@ -36,20 +36,20 @@ thisfile = "TP-R-layered_soil-g-but-same-perm-mesh-study.py"
# GENERAL SOLVER CONFIG ######################################################
# maximal iteration per timestep
max_iter_num = 750
max_iter_num = 1000
FEM_Lagrange_degree = 1
# GRID AND MESH STUDY SPECIFICATIONS #########################################
mesh_study = True
resolutions = {
1: 9e-6, # h=2
2: 9e-6, # h=1.1180
4: 9e-6, # h=0.5590
8: 9e-6, # h=0.2814
16: 5e-6, # h=0.1412
32: 4e-6,
64: 1e-6,
128: 1e-6
# 1: 9e-6, # h=2
# 2: 9e-6, # h=1.1180
# 4: 9e-6, # h=0.5590
# 8: 9e-6, # h=0.2814
# 16: 5e-6, # h=0.1412
32: 7e-6,
64: 4e-6,
# 128: 3e-6
}
# starttimes gives a list of starttimes to run the simulation from.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment