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 merge requests found
Pipeline #73586 failed with stages
in 19 minutes and 13 seconds
......@@ -1050,7 +1050,6 @@ class ExtrapolationOutflow(LbBoundary):
weight = weight_of_direction(dir_symbol, lb_method)
c_t = self.density_correction_factor * weight * (self.density - index_field[0]('rho'))
interpolated_pdf_sym = sp.Symbol('pdf_inter')
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)
......
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