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

lbmpy notebook cleanup Part1

parent 2ef82912
Branches
Tags
No related merge requests found
......@@ -100,7 +100,7 @@ def generate_lattice_model(lattice_model_name=None, optimization={}, refinement_
called from a .gen.py file and the filename is taken as lattice model name
:param optimization: see documentation of create_lb_ast
:param kwargs: see documentation of create_lb_ast
:param refinement_scaling: dict from parameter symbol (e.g. relaxationRate, force parameter) to an expression
:param refinement_scaling: dict from parameter symbol (e.g. relaxation_rate, force parameter) to an expression
how the parameter scales on refined blocks. The refinement factor is represented by
the global symbol REFINEMENT_SCALE_FACTOR
:return: tuple with code strings (header, sources)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment