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

Full LBM waLBerla integration

- generates a lattice model and a sweep
- support for refinement parameter scaling
parent 2cd33f6e
Branches
Tags
No related merge requests found
......@@ -49,6 +49,10 @@ class EquationCollection(object):
else:
self.subexpressionSymbolNameGenerator = subexpressionSymbolNameGenerator
@property
def mainTerms(self):
return []
def copy(self, mainEquations=None, subexpressions=None):
res = deepcopy(self)
if mainEquations is not None:
......
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