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
465a85f4
Commit
465a85f4
authored
4 years ago
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
try utf8 lambda
parent
db598481
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/README.md
+5
-5
5 additions, 5 deletions
Usecases/README.md
with
5 additions
and
5 deletions
Usecases/README.md
+
5
−
5
View file @
465a85f4
...
...
@@ -140,8 +140,7 @@ In detail:
However, if the simulation stopped for some reason and part of the data is
valid, a later time can be specified along with the index of the timestep
it had in the first attempt of the simulation.
**Example:**
Say you wanted start the simulation at
`t0 = 0.5`
and let that be the 87th timestep, you would set
`starttimes = {87: 0.5}`
.
**Example:**
Say you wanted start the simulation at
`t0 = 0.5`
and let that be the 87th timestep, you would set
`starttimes = {87: 0.5}`
.
In case more than one element is given parallel simulations are started starting from the specified starttimes.
**Example:**
Assume
`timestep_size = 0.01`
and
`number_of_timesteps = 50`
...
...
@@ -167,13 +166,13 @@ In detail:
-
`timestep_size`
: Set size of the timestep.
-
`number_of_timesteps`
: Set numbers of timesteps to calculate.
### LDD SCHEME PARAM
A
TERS
### LDD SCHEME PARAM
E
TERS
~~~
python
# LDD scheme parameters ######################################################
Lw1
=
0.25
#/timestep_size
Lw1
=
0.25
Lnw1
=
0.25
Lw2
=
0.5
#/timestep_size
Lw2
=
0.5
Lnw2
=
0.25
lambda_w
=
40
...
...
@@ -183,6 +182,7 @@ include_gravity = True
debugflag
=
True
analyse_condition
=
False
~~~
This block sets parameters for the LDD solver. Namely L and λ
### I/O CONFIG
~~~
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