Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
ee14caa0
Commit
ee14caa0
authored
Nov 15, 2018
by
Matthieu Constant
Browse files
1=True for Jon
parent
0e849d5f
Pipeline
#4614
passed with stage
in 22 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
testcases/drop-2d/InteractingDrops/Diag/2DiagDrops.py
View file @
ee14caa0
...
...
@@ -80,7 +80,7 @@ if not os.path.isdir(outputdir) :
os
.
makedirs
(
outputdir
)
# Enable computation of the initial velocity
init
=
1
init
=
True
# Physical parameters
g
=
-
9.81
# gravity
...
...
testcases/drop-2d/InteractingDrops/Vert/2VertDrops.py
View file @
ee14caa0
...
...
@@ -80,7 +80,7 @@ if not os.path.isdir(outputdir) :
os
.
makedirs
(
outputdir
)
# Enable computation of the initial velocity
init
=
1
init
=
True
# Physical parameters
g
=
-
9.81
# gravity
...
...
testcases/drop-2d/SimpleDrop/drop.py
View file @
ee14caa0
...
...
@@ -76,7 +76,7 @@ if not os.path.isdir(outputdir) :
os
.
makedirs
(
outputdir
)
# Enable computation of the initial velocity
init
=
1
init
=
True
# Physical parameters
g
=
-
9.81
# gravity
...
...
testcases/drop-3d/InteractingDrops/Diag/2DiagDrops.py
View file @
ee14caa0
...
...
@@ -84,7 +84,7 @@ if not os.path.isdir(outputdir) :
os
.
makedirs
(
outputdir
)
# Enable computation of the initial velocity
init
=
1
init
=
True
# Physical parameters
g
=
-
9.81
# gravity
...
...
testcases/drop-3d/InteractingDrops/DifferentDensities/2DDDrops.py
View file @
ee14caa0
...
...
@@ -95,7 +95,7 @@ if not os.path.isdir(outputdir) :
os
.
makedirs
(
outputdir
)
# Enable computation of the initial velocity
init
=
1
init
=
True
# Physical parameters
g
=
-
9.81
# gravity
...
...
testcases/drop-3d/SimpleDrop/drop.py
View file @
ee14caa0
...
...
@@ -72,7 +72,7 @@ if not os.path.isdir(outputdir) :
os
.
makedirs
(
outputdir
)
# Enable computation of the initial velocity
init
=
1
init
=
True
# Physical parameters
g
=
-
9.81
# gravity
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment