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
Daniel Bauer
lbmpy
Commits
1df9314a
Commit
1df9314a
authored
May 28, 2021
by
Daniel Bauer
Browse files
split long lines
parent
dd0e8d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/boundaries/__init__.py
View file @
1df9314a
from
lbmpy.boundaries.boundaryconditions
import
(
UBB
,
FixedDensity
,
DiffusionDirichlet
,
SimpleExtrapolationOutflow
,
ExtrapolationOutflow
,
NeumannByCopy
,
NoSlip
,
StreamInConstant
)
UBB
,
FixedDensity
,
DiffusionDirichlet
,
SimpleExtrapolationOutflow
,
ExtrapolationOutflow
,
NeumannByCopy
,
NoSlip
,
StreamInConstant
)
from
lbmpy.boundaries.boundaryhandling
import
LatticeBoltzmannBoundaryHandling
__all__
=
[
'NoSlip'
,
'UBB'
,
'SimpleExtrapolationOutflow'
,
'ExtrapolationOutflow'
,
'FixedDensity'
,
'DiffusionDirichlet'
,
'NeumannByCopy'
,
__all__
=
[
'NoSlip'
,
'UBB'
,
'SimpleExtrapolationOutflow'
,
'ExtrapolationOutflow'
,
'FixedDensity'
,
'DiffusionDirichlet'
,
'NeumannByCopy'
,
'LatticeBoltzmannBoundaryHandling'
,
'StreamInConstant'
]
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