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
d595c2fc
Commit
d595c2fc
authored
5 years ago
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
update TP-one-patch-purely-postive
parent
8cee0973
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
TP-one-patch/TP-one-patch-purely-postive-pc.py
+14
-13
14 additions, 13 deletions
TP-one-patch/TP-one-patch-purely-postive-pc.py
with
14 additions
and
13 deletions
TP-one-patch/TP-one-patch-purely-postive-pc.py
+
14
−
13
View file @
d595c2fc
...
...
@@ -14,16 +14,16 @@ import helpers as hlp
sym
.
init_printing
()
solver_tol
=
5
E-6
solver_tol
=
1
E-6
############ GRID #######################
use_case
=
"
TP-one-patch-purely-positive-pc
"
mesh_resolution
=
3
0
timestep_size
=
0.00
05
number_of_timesteps
=
250
0
mesh_resolution
=
4
0
timestep_size
=
0.00
1
number_of_timesteps
=
1
0
# decide how many timesteps you want analysed. Analysed means, that we write out
# subsequent errors of the L-iteration within the timestep.
number_of_timesteps_to_analyse
=
5
number_of_timesteps_to_analyse
=
1
starttime
=
0
Lw
=
0.25
#/timestep_size
...
...
@@ -32,18 +32,19 @@ Lnw=Lw
l_param_w
=
40
l_param_nw
=
40
include_gravity
=
Tru
e
debugflag
=
Fals
e
include_gravity
=
Fals
e
debugflag
=
Tru
e
analyse_condition
=
True
output_string
=
"
./output/nondirichlet_pure_positive_pc_number_of_timesteps{}_
"
.
format
(
number_of_timesteps
)
use_case
=
"
TP-one-patch-purely-positive-pc
"
output_string
=
"
./output/pure_positive_pc_number_of_timesteps{}_
"
.
format
(
number_of_timesteps
)
##### Domain and Interface ####
# global simulation domain domain
sub_domain0_vertices
=
[
df
.
Point
(
-
1.0
,
-
1.0
),
#
df
.
Point
(
1.0
,
-
1.0
),
#
df
.
Point
(
1.0
,
1.0
),
#
df
.
Point
(
-
1.0
,
1.0
)]
sub_domain0_vertices
=
[
df
.
Point
(
-
1.0
,
-
1.0
),
#
df
.
Point
(
1.0
,
-
1.0
),
#
df
.
Point
(
1.0
,
1.0
),
#
df
.
Point
(
-
1.0
,
1.0
)]
subdomain0_outer_boundary_verts
=
{
0
:
[
sub_domain0_vertices
[
0
],
...
...
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