Skip to content

Commit

Permalink
Update navier_stokes_solver_vms_monolithic_DEMCoupled.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenzorrilla authored Apr 20, 2024
1 parent c5b0d66 commit d3c2d13
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def __init__(self, model, custom_settings):
"""
self._validate_settings_in_baseclass=True
self.dimension = custom_settings["domain_size"].GetInt()
custom_settings = self._BackwardsCompatibilityHelper(custom_settings)
super(NavierStokesSolverMonolithicDEM,self).__init__(model, custom_settings)

# Set up the auxiliary class with the formulation settings
Expand Down Expand Up @@ -242,4 +241,4 @@ def _SetNodalProperties(self):
KratosMultiphysics.VariableUtils().SetVariable(KratosMultiphysics.PERMEABILITY, perm, self.main_model_part.Nodes)
break
else:
raise Exception("No fluid elements found in the main model part.")
raise Exception("No fluid elements found in the main model part.")

0 comments on commit d3c2d13

Please sign in to comment.