Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
lbmpy
Commits
f19f0b1b
Commit
f19f0b1b
authored
Jun 16, 2020
by
Markus Holzer
Browse files
added long description to setup file
parent
b4aeb588
Pipeline
#34568
failed with stage
in 6 minutes and 45 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f19f0b1b
...
...
@@ -17,6 +17,7 @@ It even comes with an integrated Chapman Enskog analysis based on sympy!
Common test scenarios can be set up quickly:
```
python
from
lbmpy.scenarios
import
create_channel
ch
=
create_channel
(
domain_size
=
(
300
,
100
,
100
),
force
=
1e-7
,
method
=
"trt"
,
equilibrium_order
=
2
,
compressible
=
True
,
relaxation_rates
=
[
1.97
,
1.6
],
optimization
=
{
'target'
:
'gpu'
})
...
...
doc/notebooks/00_tutorial_lbmpy_walberla_overview.ipynb
View file @
f19f0b1b
This diff is collapsed.
Click to expand it.
setup.py
View file @
f19f0b1b
...
...
@@ -62,6 +62,7 @@ setup(name='lbmpy',
version
=
version
,
description
=
'Code Generation for Lattice Boltzmann Methods'
,
long_description
=
readme
(),
long_description_content_type
=
"text/markdown"
,
author
=
'Martin Bauer'
,
license
=
'AGPLv3'
,
author_email
=
'martin.bauer@fau.de'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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