From 3193fdb667d3788b24f9de160500b3f9b0e12610 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 7 Jul 2017 09:27:35 +0100 Subject: [PATCH] compressibleInterFilmFoam: Added to Allwmake --- applications/solvers/multiphase/compressibleInterFoam/Allwclean | 1 + applications/solvers/multiphase/compressibleInterFoam/Allwmake | 1 + 2 files changed, 2 insertions(+) diff --git a/applications/solvers/multiphase/compressibleInterFoam/Allwclean b/applications/solvers/multiphase/compressibleInterFoam/Allwclean index 71bff64a7..f06d2f228 100755 --- a/applications/solvers/multiphase/compressibleInterFoam/Allwclean +++ b/applications/solvers/multiphase/compressibleInterFoam/Allwclean @@ -5,5 +5,6 @@ wclean libso twoPhaseMixtureThermo wclean libso surfaceTensionModels wclean wclean compressibleInterDyMFoam +wclean compressibleInterFilmFoam #------------------------------------------------------------------------------ diff --git a/applications/solvers/multiphase/compressibleInterFoam/Allwmake b/applications/solvers/multiphase/compressibleInterFoam/Allwmake index 29bafc3a6..7ecc9f423 100755 --- a/applications/solvers/multiphase/compressibleInterFoam/Allwmake +++ b/applications/solvers/multiphase/compressibleInterFoam/Allwmake @@ -9,5 +9,6 @@ wmake $targetType surfaceTensionModels wmake $targetType wmake $targetType compressibleInterDyMFoam +wmake $targetType compressibleInterFilmFoam #------------------------------------------------------------------------------