Skip to content
Snippets Groups Projects
Commit e94fa37b authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

bugfix --- fix copy/paste blunder

parent f6be1837
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #
......@@ -692,7 +692,7 @@ class DNS(_code):
if type(opt.injection_rate) == type(None):
opt.injection_rate = self.parameters['injection_rate']
if type(opt.dealias_type) == type(None):
opt.fk1 = self.parameters['dealias_type']
opt.dealias_type = self.parameters['dealias_type']
self.parameters['nu'] = (opt.kMeta * 2 / opt.n)**(4./3)
if opt.forcing_type == 'linear':
# custom famplitude for 288 and 576
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment