From 7c5e2642a679f991d86e55ce0d329bd0ebec5b17 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 1 Sep 2022 20:04:45 +0100 Subject: [PATCH] applications/solvers/modules/fluid/Allwmake: Updated to compile compressibleVoF --- applications/solvers/modules/fluid/Allwmake | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/solvers/modules/fluid/Allwmake b/applications/solvers/modules/fluid/Allwmake index eec51d6a40..8b863a16a3 100755 --- a/applications/solvers/modules/fluid/Allwmake +++ b/applications/solvers/modules/fluid/Allwmake @@ -9,5 +9,6 @@ wmake $targetType incompressibleFluid wmake $targetType isothermalFluid wmake $targetType fluid wmake $targetType multicomponentFluid +compressibleVoF/Allwmake $targetType $* #------------------------------------------------------------------------------