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

Fix linter

parent f91cb34f
No related branches found
No related tags found
1 merge request!184Draft: Add Correction factor to outflow boundary
Pipeline #73587 failed
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment