Skip to content

Commit

Permalink
Update applications/FluidDynamicsHydraulicsApplication/tests/test_hyd…
Browse files Browse the repository at this point in the history
…raulic_fluid_auxiliary_utilities.py

Co-authored-by: Rubén Zorrilla <[email protected]>
  • Loading branch information
uxuech and rubenzorrilla authored Feb 6, 2025
1 parent 52ff838 commit 56bbac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def testCalculateWettedArea(self):
theoretical_wetted_area= 2.0*(level_set_z)
self.assertAlmostEqual(WettedArea, theoretical_wetted_area, 12)

def testAvoidOutletInflow(self):
def testApplyOutletInflowLimiter(self):
inlet_skin_model_part = self.model.GetModelPart("TestModelPart.Inlet")
for node in inlet_skin_model_part.Nodes:
node.SetSolutionStepValue(Kratos.VELOCITY, [0.0,0.0,1.0])
Expand Down

0 comments on commit 56bbac9

Please sign in to comment.