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
a496276b
Commit
a496276b
authored
4 years ago
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
mv InstallationTest to Setup folder
parent
461f210c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Setup/InstallationTest/installTest.py
+0
-0
0 additions, 0 deletions
Setup/InstallationTest/installTest.py
Setup/InstallationTest/run-simulation
+0
-0
0 additions, 0 deletions
Setup/InstallationTest/run-simulation
Usecases/README.md
+23
-21
23 additions, 21 deletions
Usecases/README.md
with
23 additions
and
21 deletions
Usecases
/InstallationTest/installTest.py
→
Setup
/InstallationTest/installTest.py
+
0
−
0
View file @
a496276b
File moved
This diff is collapsed.
Click to expand it.
Usecases
/InstallationTest/run-simulation
→
Setup
/InstallationTest/run-simulation
+
0
−
0
View file @
a496276b
File moved
This diff is collapsed.
Click to expand it.
Usecases/README.md
+
23
−
21
View file @
a496276b
...
...
@@ -446,26 +446,28 @@ pc_e_sym = hlp.generate_exact_symbolic_pc(
symbols
=
{
"
x
"
:
x
,
"
y
"
:
y
,
"
t
"
:
t
}
# turn above symbolic code into exact solution for dolphin and
# construct the rhs that matches the above exact solution.
exact_solution_example
=
hlp
.
generate_exact_solution_expressions
(
symbols
=
symbols
,
isRichards
=
isRichards
,
symbolic_pressure
=
p_e_sym
,
symbolic_capillary_pressure
=
pc_e_sym
,
saturation_pressure_relationship
=
S_pc_sym
,
saturation_pressure_relationship_prime
=
S_pc_sym_prime
,
viscosity
=
viscosity
,
porosity
=
porosity
,
relative_permeability
=
relative_permeability
,
relative_permeability_prime
=
ka_prime
,
densities
=
densities
,
gravity_acceleration
=
gravity_acceleration
,
include_gravity
=
include_gravity
,
)
source_expression
=
exact_solution_example
[
'
source
'
]
exact_solution
=
exact_solution_example
[
'
exact_solution
'
]
initial_condition
=
exact_solution_example
[
'
initial_condition
'
]
# turn above symbolic code into exact solution for dolphin and
# construct the rhs that matches the above exact solution.
exact_solution_example
=
hlp
.
generate_exact_solution_expressions
(
symbols
=
symbols
,
isRichards
=
isRichards
,
symbolic_pressure
=
p_e_sym
,
symbolic_capillary_pressure
=
pc_e_sym
,
saturation_pressure_relationship
=
S_pc_sym
,
saturation_pressure_relationship_prime
=
S_pc_sym_prime
,
viscosity
=
viscosity
,
porosity
=
porosity
,
intrinsic_permeability
=
intrinsic_permeability
,
relative_permeability
=
relative_permeability
,
relative_permeability_prime
=
ka_prime
,
densities
=
densities
,
gravity_acceleration
=
gravity_acceleration
,
include_gravity
=
include_gravity
,
)
source_expression
=
exact_solution_example
[
'
source
'
]
exact_solution
=
exact_solution_example
[
'
exact_solution
'
]
initial_condition
=
exact_solution_example
[
'
initial_condition
'
]
~~~
This block defines exact solution expressions and calculates source terms and
initial conditions from it.
...
...
@@ -521,7 +523,7 @@ see `../LDDsimulation/helpers.py`, which in turn sets up the simulation object
and runs the simulation.
In case a mesh study is run the script
` hlp.merge_spacetime_errornorms(**kwrgs)`
is run to merge the space time error norms for each mesh size, that have been
saved in seperate files to allow parallel processing of the different mesh sizes.
saved in seperate files to allow parallel processing of the different mesh sizes.
~~~
python
# MAIN ########################################################################
if
__name__
==
'
__main__
'
:
...
...
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