Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDD-for-two-phase-flow-systems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Seus
LDD-for-two-phase-flow-systems
Commits
125ed913
Commit
125ed913
authored
4 years ago
by
David
Browse files
Options
Downloads
Patches
Plain Diff
set up different intrinsic TPR
parent
56c87e00
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil.py
+17
-17
17 additions, 17 deletions
...se-Richards/multi-patch/layered_soil/TP-R-layered_soil.py
with
17 additions
and
17 deletions
Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil.py
+
17
−
17
View file @
125ed913
...
@@ -49,13 +49,13 @@ datestr = date.strftime("%Y-%m-%d")
...
@@ -49,13 +49,13 @@ datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation.
# Name of the usecase that will be printed during simulation.
use_case
=
"
TP-R-layered-soil-realistic
"
use_case
=
"
TP-R-layered-soil-realistic
-different-intrinsic-vanG-Mualem
"
# The name of this very file. Needed for creating log output.
# The name of this very file. Needed for creating log output.
thisfile
=
"
TP-R-layered_soil.py
"
thisfile
=
"
TP-R-layered_soil.py
"
# GENERAL SOLVER CONFIG ######################################################
# GENERAL SOLVER CONFIG ######################################################
# maximal iteration per timestep
# maximal iteration per timestep
max_iter_num
=
1
0
max_iter_num
=
200
0
FEM_Lagrange_degree
=
1
FEM_Lagrange_degree
=
1
# GRID AND MESH STUDY SPECIFICATIONS #########################################
# GRID AND MESH STUDY SPECIFICATIONS #########################################
...
@@ -66,7 +66,7 @@ resolutions = {
...
@@ -66,7 +66,7 @@ resolutions = {
# 4: 1e-6,
# 4: 1e-6,
# 8: 1e-5,
# 8: 1e-5,
# 16: 5e-6,
# 16: 5e-6,
32
:
5
e-6
,
32
:
3
e-6
,
# 64: 2e-6,
# 64: 2e-6,
# 128: 1e-6,
# 128: 1e-6,
# 256: 1e-6,
# 256: 1e-6,
...
@@ -77,7 +77,7 @@ resolutions = {
...
@@ -77,7 +77,7 @@ resolutions = {
# for each element t_0 in starttimes.
# for each element t_0 in starttimes.
starttimes
=
{
0
:
0.0
}
starttimes
=
{
0
:
0.0
}
timestep_size
=
0.001
timestep_size
=
0.001
number_of_timesteps
=
5
number_of_timesteps
=
1500
# LDD scheme parameters ######################################################
# LDD scheme parameters ######################################################
...
@@ -85,20 +85,20 @@ Lw1 = 0.025 # /timestep_size
...
@@ -85,20 +85,20 @@ Lw1 = 0.025 # /timestep_size
Lnw1
=
Lw1
Lnw1
=
Lw1
Lw2
=
0.025
# /timestep_size
Lw2
=
0.025
# /timestep_size
Lnw2
=
Lw2
Lnw2
=
Lw2
Lw3
=
0.025
# /timestep_size
Lw3
=
0.
0
025
# /timestep_size
Lnw3
=
Lw3
Lnw3
=
Lw3
Lw4
=
0.025
# /timestep_size
Lw4
=
0.
0
025
# /timestep_size
Lnw4
=
Lw4
Lnw4
=
Lw4
lambda12_w
=
4
0
lambda12_w
=
4
lambda12_nw
=
4
0
lambda12_nw
=
4
lambda23_w
=
4
0
lambda23_w
=
4
lambda23_nw
=
4
0
lambda23_nw
=
4
lambda34_w
=
4
0
lambda34_w
=
4
lambda34_nw
=
4
0
lambda34_nw
=
4
include_gravity
=
False
include_gravity
=
False
debugflag
=
Tru
e
debugflag
=
Fals
e
analyse_condition
=
False
analyse_condition
=
False
# I/O CONFIG #################################################################
# I/O CONFIG #################################################################
...
@@ -215,8 +215,8 @@ gravity_acceleration = 9.81
...
@@ -215,8 +215,8 @@ gravity_acceleration = 9.81
porosity
=
{
porosity
=
{
1
:
0.37
,
# 0.2, # Clayey gravels, clayey sandy gravels
1
:
0.37
,
# 0.2, # Clayey gravels, clayey sandy gravels
2
:
0.22
,
# 0.22, # Silty gravels, silty sandy gravels
2
:
0.22
,
# 0.22, # Silty gravels, silty sandy gravels
3
:
0.2
,
# 0.37, # Clayey sands
3
:
0.
0
2
,
# 0.37, # Clayey sands
4
:
0.22
,
# 0.2 # Silty or sandy clay
4
:
0.
0
22
,
# 0.2 # Silty or sandy clay
}
}
# subdom_num : subdomain L for L-scheme
# subdom_num : subdomain L for L-scheme
...
@@ -248,8 +248,8 @@ lambda_param = {
...
@@ -248,8 +248,8 @@ lambda_param = {
intrinsic_permeability
=
{
intrinsic_permeability
=
{
1
:
0.01
,
# sand
1
:
0.01
,
# sand
2
:
0.01
,
# sand, there is a range
2
:
0.01
,
# sand, there is a range
3
:
0.01
,
#10e-2, # clay has a range
3
:
0.
0
01
,
#10e-2, # clay has a range
4
:
0.01
,
#10e-3
4
:
0.
0
01
,
#10e-3
}
}
# relative permeabilties
# relative permeabilties
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment