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
84075b29
Commit
84075b29
authored
Jun 20, 2017
by
Matthieu Constant
Browse files
Update README.md
parent
bfda2a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
84075b29
...
...
@@ -6,7 +6,6 @@ Installation
git clone https://username@git.immc.ucl.ac.be/fluidparticles/marblesbag.git
cd marblesbag/marblesbag
make
gedit ~/.bashrc
+
Write the following line in your bashrc
...
...
@@ -15,31 +14,41 @@ Installation
Using the inerface to show resutls
==================================
+
Open your terminal and type the following commands
cd HOME/marblesbag/scontactplot
mkdir build
cd build
cmake..
make
gedit ~/.bashrc
=> export PATH=$HOME/Documents/marblesbag/scontactplot/build:$PATH
+
Write the following line in your bashrc
export PATH=$HOME/Documents/marblesbag/scontactplot/build:$PATH
Testcases ready to use
======================
-couette-2d:
beton.py
melangeur.py
The testcases are in the HOME/marblesbag/testcases directory.
+
In couette-2d:
*
beton.py : mix of grains with different size in a rotating geometry with gravity
*
melangeur.py : grains in a rotating geometry without gravity
-
drop-2d:
2drops.py
drop.py
drop-bell.py
+
In
drop-2d:
*
2drops.py : two swarms initially placed one above the other falling in a viscous fluid
*
drop.py : a swarm falling in a viscous fluid
*
drop-bell.py : a swarm with an initial bell-shape to simulate the extrusion process
-
funnel/funnelSpecialDistrib
depot.p
y
+
In
funnel/funnelSpecialDistrib
*
depot.py : sedimentation of grains initially placed in a funnel with a gaussian distribution of the diameter frequenc
y
-Description des run (cas general):
General description of python runs:
-----------------------------------
-genInitialPosition: definition de la position et des proprietes des grains
args: -filename: nom du fichier d'ecriture
-r: rayon des grains
...
...
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