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
9f475390
Commit
9f475390
authored
Sep 07, 2019
by
Mischa Dombrowski
Browse files
Update README.md
parent
de585ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9f475390
...
...
@@ -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