Skip to content
Snippets Groups Projects
Commit b4aeb588 authored by Markus Holzer's avatar Markus Holzer
Browse files

update README

parent 155adfc7
Branches
No related tags found
No related merge requests found
Pipeline #24361 failed
...@@ -16,6 +16,7 @@ It even comes with an integrated Chapman Enskog analysis based on sympy! ...@@ -16,6 +16,7 @@ It even comes with an integrated Chapman Enskog analysis based on sympy!
Common test scenarios can be set up quickly: Common test scenarios can be set up quickly:
```python ```python
from lbmpy.scenarios import create_channel
ch = create_channel(domain_size=(300,100, 100), force=1e-7, method="trt", ch = create_channel(domain_size=(300,100, 100), force=1e-7, method="trt",
equilibrium_order=2, compressible=True, equilibrium_order=2, compressible=True,
relaxation_rates=[1.97, 1.6], optimization={'target': 'gpu'}) relaxation_rates=[1.97, 1.6], optimization={'target': 'gpu'})
......
0.2.12.dev4+729b9d0110
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment