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
b9a09386
Commit
b9a09386
authored
8 months ago
by
Helen Schottenhamml
Browse files
Options
Downloads
Plain Diff
Merge branch 'FixShearWave' into 'master'
[BugFix] shear wave test See merge request
!171
parents
fbf20204
1e4a82cf
No related branches found
No related tags found
1 merge request
!171
[BugFix] shear wave test
Pipeline
#69218
passed
8 months ago
Stage: pretest
Stage: test
Stage: docs
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/full_scenarios/shear_wave/scenario_shear_wave.py
+11
-11
11 additions, 11 deletions
tests/full_scenarios/shear_wave/scenario_shear_wave.py
with
11 additions
and
11 deletions
tests/full_scenarios/shear_wave/scenario_shear_wave.py
+
11
−
11
View file @
b9a09386
...
...
@@ -202,19 +202,19 @@ def create_full_parameter_study():
config
=
CreateKernelConfig
(
target
=
Target
.
CPU
)
methods
=
[
LBMConfig
(
method
=
Method
.
TRT
,
relaxation_rates
=
[
omega
,
1
]),
LBMConfig
(
method
=
Method
.
MRT
,
relaxation_rates
=
[
omega
],
equilibrium_order
=
2
),
LBMConfig
(
method
=
Method
.
MRT
,
relaxation_rates
=
[
omega
],
equilibrium_order
=
3
),
LBMConfig
(
method
=
Method
.
CUMULANT
,
relaxation_rates
=
[
omega
],
# cumulant
methods
=
[
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
TRT
,
relaxation_rates
=
[
omega
,
1
]),
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
MRT
,
relaxation_rates
=
[
omega
],
equilibrium_order
=
2
),
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
MRT
,
relaxation_rates
=
[
omega
],
equilibrium_order
=
3
),
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
CUMULANT
,
relaxation_rates
=
[
omega
],
# cumulant
compressible
=
True
,
continuous_equilibrium
=
True
,
equilibrium_order
=
3
),
LBMConfig
(
method
=
Method
.
CUMULANT
,
relaxation_rates
=
[
omega
],
# cumulant with fourth-order correction
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
CUMULANT
,
relaxation_rates
=
[
omega
],
# cumulant with fourth-order correction
compressible
=
True
,
continuous_equilibrium
=
True
,
fourth_order_correction
=
0.1
),
LBMConfig
(
method
=
Method
.
TRT_KBC_N4
,
relaxation_rates
=
[
omega
,
omega_f
],
entropic
=
True
,
zero_centered
=
False
,
# entropic order 2
continuous_equilibrium
=
True
,
equilibrium_order
=
2
),
LBMConfig
(
method
=
Method
.
TRT_KBC_N4
,
relaxation_rates
=
[
omega
,
omega_f
],
entropic
=
True
,
zero_centered
=
False
,
# entropic order 3
continuous_equilibrium
=
True
,
equilibrium_order
=
3
),
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
TRT_KBC_N4
,
relaxation_rates
=
[
omega
,
omega_f
],
entropic
=
True
,
zero_centered
=
False
,
continuous_equilibrium
=
True
,
equilibrium_order
=
2
),
LBMConfig
(
stencil
=
LBStencil
(
Stencil
.
D3Q27
),
method
=
Method
.
TRT_KBC_N4
,
relaxation_rates
=
[
omega
,
omega_f
],
entropic
=
True
,
zero_centered
=
False
,
continuous_equilibrium
=
True
,
equilibrium_order
=
3
),
# entropic cumulant: not supported for the moment
# LBMConfig(method=Method.CUMULANT, relaxation_rates=["omega", "omega_f"], entropic=True, zero_centered=False,
...
...
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