Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Commits
eb4a8f98
Commit
eb4a8f98
authored
3 months ago
by
RudolfWeeber
Browse files
Options
Downloads
Patches
Plain Diff
Use Guo forcing
parent
223d1abd
No related branches found
No related tags found
1 merge request
!186
Fix fluctuating LB with zero centered pdf storage
Pipeline
#77013
passed
3 months ago
Stage: pretest
Stage: test
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_fluctuating_lb.py
+2
-2
2 additions, 2 deletions
tests/test_fluctuating_lb.py
with
2 additions
and
2 deletions
tests/test_fluctuating_lb.py
+
2
−
2
View file @
eb4a8f98
...
@@ -14,7 +14,7 @@ from pystencils.enums import Target
...
@@ -14,7 +14,7 @@ from pystencils.enums import Target
from
pystencils.rng
import
PhiloxTwoDoubles
from
pystencils.rng
import
PhiloxTwoDoubles
from
lbmpy.creationfunctions
import
*
from
lbmpy.creationfunctions
import
*
from
lbmpy.forcemodels
import
Schiller
from
lbmpy.forcemodels
import
Guo
from
lbmpy.macroscopic_value_kernels
import
macroscopic_values_setter
from
lbmpy.macroscopic_value_kernels
import
macroscopic_values_setter
import
numpy
as
np
import
numpy
as
np
from
lbmpy.enums
import
Stencil
from
lbmpy.enums
import
Stencil
...
@@ -137,7 +137,7 @@ def get_fluctuating_lb(
...
@@ -137,7 +137,7 @@ def get_fluctuating_lb(
weighted
=
True
,
weighted
=
True
,
zero_centered
=
zero_centered
,
zero_centered
=
zero_centered
,
relaxation_rates
=
rr_getter
,
relaxation_rates
=
rr_getter
,
force_model
=
Schiller
(
force
=
force_field
.
center_vector
),
force_model
=
Guo
(
force
=
force_field
.
center_vector
),
fluctuating
=
{
"
temperature
"
:
kT
},
fluctuating
=
{
"
temperature
"
:
kT
},
kernel_type
=
"
collide_only
"
,
kernel_type
=
"
collide_only
"
,
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment