Skip to content
Snippets Groups Projects
Commit 7f93323a authored by Markus Holzer's avatar Markus Holzer
Browse files

Fix linter

parent f91cb34f
Branches Outflow
No related tags found
No related merge requests found
Pipeline #73586 failed
...@@ -1050,7 +1050,6 @@ class ExtrapolationOutflow(LbBoundary): ...@@ -1050,7 +1050,6 @@ class ExtrapolationOutflow(LbBoundary):
weight = weight_of_direction(dir_symbol, lb_method) weight = weight_of_direction(dir_symbol, lb_method)
c_t = self.density_correction_factor * weight * (self.density - index_field[0]('rho')) c_t = self.density_correction_factor * weight * (self.density - index_field[0]('rho'))
interpolated_pdf_sym = sp.Symbol('pdf_inter') interpolated_pdf_sym = sp.Symbol('pdf_inter')
interpolated_pdf_asm = Assignment(interpolated_pdf_sym, (index_field[0]('pdf') * c_s) interpolated_pdf_asm = Assignment(interpolated_pdf_sym, (index_field[0]('pdf') * c_s)
+ ((sp.Number(1) - c_s) * index_field[0]('pdf_nd')) + c_t) + ((sp.Number(1) - c_s) * index_field[0]('pdf_nd')) + c_t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment