Skip to content
Snippets Groups Projects
Commit 3d3c174f authored by Martin Bauer's avatar Martin Bauer
Browse files

Fixes

- style changes marked by flake
- using newest kerncraft version
parent 0c2b44e8
Branches
Tags
No related merge requests found
...@@ -403,8 +403,10 @@ def create_mrt_orthogonal(stencil, relaxation_rate_getter=None, maxwellian_momen ...@@ -403,8 +403,10 @@ def create_mrt_orthogonal(stencil, relaxation_rate_getter=None, maxwellian_momen
# The moments are weighted-orthogonal (Eq. 2.58) # The moments are weighted-orthogonal (Eq. 2.58)
# Further references: # Further references:
# Duenweg, B., Schiller, U. D., & Ladd, A. J. (2007). Statistical mechanics of the fluctuating lattice Boltzmann equation. Physical Review E, 76(3) # Duenweg, B., Schiller, U. D., & Ladd, A. J. (2007). Statistical mechanics of the fluctuating
# Chun, B., & Ladd, A. J. (2007). Interpolated boundary condition for lattice Boltzmann simulations of flows in narrow gaps. Physical review E, 75(6) # lattice Boltzmann equation. Physical Review E, 76(3)
# Chun, B., & Ladd, A. J. (2007). Interpolated boundary condition for lattice Boltzmann simulations of
# flows in narrow gaps. Physical review E, 75(6)
sq = x ** 2 + y ** 2 + z ** 2 sq = x ** 2 + y ** 2 + z ** 2
nested_moments = [ nested_moments = [
[one, x, y, z], # [0, 3, 5, 7] [one, x, y, z], # [0, 3, 5, 7]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment