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
b277c25a
Commit
b277c25a
authored
4 years ago
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
explain domain substructuring block
parent
785fda29
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LDDsimulation/domainSubstructuring.py
+1
-1
1 addition, 1 deletion
LDDsimulation/domainSubstructuring.py
Usecases/README.md
+9
-0
9 additions, 0 deletions
Usecases/README.md
with
10 additions
and
1 deletion
LDDsimulation/domainSubstructuring.py
+
1
−
1
View file @
b277c25a
"""
Class domainSubstructuring, Copyright 2020, David Seus
"""
Class domainSubstructuring
and example substructurings
, Copyright 2020, David Seus
Provides the base class and example classes for domain substructurings used
Provides the base class and example classes for domain substructurings used
for LDD simulations within the LDDsimulation class.
for LDD simulations within the LDDsimulation class.
...
...
This diff is collapsed.
Click to expand it.
Usecases/README.md
+
9
−
0
View file @
b277c25a
...
@@ -273,6 +273,15 @@ adjacent_subdomains = substructuring.adjacent_subdomains
...
@@ -273,6 +273,15 @@ adjacent_subdomains = substructuring.adjacent_subdomains
subdomain_def_points
=
substructuring
.
subdomain_def_points
subdomain_def_points
=
substructuring
.
subdomain_def_points
outer_boundary_def_points
=
substructuring
.
outer_boundary_def_points
outer_boundary_def_points
=
substructuring
.
outer_boundary_def_points
~~~
~~~
This block sets the domain of simulation and its subdomain substructuring.
In this block you only need to change the line
~~~
substructuring = dss.twoSoilLayers()
~~~
This block calls constructors of substructurings. These are classes defined in
`../LDDsimulation/domainSubstructuring.py`
.
If you want to define your own substructurings have a look in that file.
Some explantion is given in that file on how to define substructuring classes.
### MODEL CONFIGURATION
### MODEL CONFIGURATION
~~~
python
~~~
python
...
...
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