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
43dff762
Commit
43dff762
authored
4 years ago
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
setup usecase with gravity without time parallelisation
parent
086b19ca
Branches
Branches containing commit
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-g-but-same-perm-coarse-dt-longterm.py
+12
-12
12 additions, 12 deletions
...l/TP-R-layered_soil-g-but-same-perm-coarse-dt-longterm.py
with
12 additions
and
12 deletions
Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm-coarse-dt-longterm.py
+
12
−
12
View file @
43dff762
...
...
@@ -66,7 +66,7 @@ resolutions = {
# 4: 1e-6,
# 8: 1e-5,
# 16: 5e-6,
32
:
6
e-
6
,
32
:
2
e-
5
,
# 64: 2e-6,
# 128: 1e-6,
# 256: 1e-6,
...
...
@@ -75,16 +75,16 @@ resolutions = {
# starttimes gives a list of starttimes to run the simulation from.
# The list is looped over and a simulation is run with t_0 as initial time
# for each element t_0 in starttimes.
#
starttimes = {0: 0.0}
starttimes
=
{
0
:
0.0
,
300
:
0.3
,
600
:
0.6
,
900
:
0.9
,
1200
:
1.2
}
starttimes
=
{
0
:
0.0
}
#
starttimes = {
#
0: 0.0,
#
300: 0.3,
#
600: 0.6,
#
900: 0.9,
#
1200: 1.2
#
}
timestep_size
=
0.001
number_of_timesteps
=
4
00
number_of_timesteps
=
15
00
# LDD scheme parameters ######################################################
...
...
@@ -112,10 +112,10 @@ analyse_condition = False
# when number_of_timesteps is high, it might take a long time to write all
# timesteps to disk. Therefore, you can choose to only write data of every
# plot_timestep_every timestep to disk.
plot_timestep_every
=
1
plot_timestep_every
=
5
# Decide how many timesteps you want analysed. Analysed means, that
# subsequent errors of the L-iteration within the timestep are written out.
number_of_timesteps_to_analyse
=
7
number_of_timesteps_to_analyse
=
10
# fine grained control over data to be written to disk in the mesh study case
# as well as for a regular simuation for a fixed grid.
...
...
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