Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
lbmpy
Commits
29f968c8
Commit
29f968c8
authored
Mar 29, 2022
by
Markus Holzer
Browse files
Finished implementation
parent
97b8c8c5
Pipeline
#38779
failed with stages
in 27 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/phasefield_allen_cahn/kernel_equations.py
View file @
29f968c8
...
...
@@ -347,7 +347,7 @@ def add_hydrodynamic_force(update_rule: LbmCollisionRule, force, phi_field,
cqc
=
method
.
conserved_quantity_computation
rho
=
cqc
.
zeroth_order_moment_symbol
force_subs
=
{
f
:
f
/
density
for
f
in
symbolic_force
}
force_subs
=
{
f
:
f
/
density
for
f
in
symbolic_force
}
update_rule
=
update_rule
.
subs
(
force_subs
)
...
...
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