From 4d2d5f3dc107fd9001371a215340820ae64d8a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kelemen?= <44344022+matekelemen@users.noreply.github.com> Date: Fri, 18 Jul 2025 10:08:28 +0200 Subject: [PATCH] Fix incomplete list of required apps for the dam break example. The PfemFluidDynamicsApplication directly depends on the KratosDelaunayMeshingApplication, but the latter was not listed as a required app. --- co_simulation/validation/dam_break_flex_wall/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/co_simulation/validation/dam_break_flex_wall/README.md b/co_simulation/validation/dam_break_flex_wall/README.md index c4a4f54a..021ee089 100644 --- a/co_simulation/validation/dam_break_flex_wall/README.md +++ b/co_simulation/validation/dam_break_flex_wall/README.md @@ -16,6 +16,7 @@ This is a 2D FSI simulation of the dam break against a flexible wall benchmark t * MappingApplication * MeshingApplication * LinearSolversApplication +* KratosDelaunayMeshingApplication The problem geometry as well as the boundary conditions are sketched below.