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
Frederik Hennig
lbmpy
Commits
8b4582d9
Commit
8b4582d9
authored
Jan 19, 2022
by
Frederik Hennig
Browse files
flake8 lint
parent
66ce5cc3
Pipeline
#36894
canceled with stages
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/equilibrium/continuous_hydro_maxwellian.py
View file @
8b4582d9
...
...
@@ -8,6 +8,7 @@ from lbmpy.continuous_distribution_measures import continuous_moment, continuous
from
pystencils.sympyextensions
import
remove_higher_order_terms
class
ContinuousHydrodynamicMaxwellian
(
AbstractEquilibrium
):
def
__init__
(
self
,
dim
=
3
,
compressible
=
False
,
deviation_only
=
False
,
...
...
@@ -200,4 +201,4 @@ class ContinuousHydrodynamicMaxwellian(AbstractEquilibrium):
if
self
.
_order
is
not
None
:
return
remove_higher_order_terms
(
term
,
order
=
self
.
_order
,
symbols
=
self
.
_u
)
else
:
return
term
\ No newline at end of file
return
term
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