From 59f00f069c00ca896b7b86ad2775215341abb494 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sun, 23 Jan 2022 17:06:18 +0100 Subject: [PATCH] Fixed mistake in boundary conditions --- openfoam/artha/0.org/U | 1 + 1 file changed, 1 insertion(+) diff --git a/openfoam/artha/0.org/U b/openfoam/artha/0.org/U index e8843b1..d8e9345 100644 --- a/openfoam/artha/0.org/U +++ b/openfoam/artha/0.org/U @@ -59,6 +59,7 @@ boundaryField outlet { type waveAbsorption2DVelocity; + value uniform (0 0 0); } }