Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mischa Dombrowski
lbmweights
Commits
c94e09fe
Commit
c94e09fe
authored
Sep 08, 2019
by
MischaD
Browse files
Merge branch 'master' of i10git.cs.fau.de:ed52egek/lbmweights
parents
073ef30c
9f475390
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c94e09fe
...
...
@@ -15,9 +15,19 @@ https://github.com/BDuenweg/Lattice-Boltzmann-weights
Assignmentlist not yet implemented !
## Usage:
Get lattices by their established name:
```
Python
from lbmweights import Lattice
Lattice().from_name("D2V37").weights
```
Or by their dimension, order and shell list:
```
Python
from lbmweights import Lattice
lattice = Lattice(dimension=2, order=4, shell_list=[1, 2, 4])
lattice.calculate_weights(boundary="inf")
c_s_sq, weights, velocities = lattice.velocity_set()
```
\ No newline at end of file
c_s_sq, weights, velocities = lattice.velocity_set() # D2Q9
```
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