From 34ef9ae34294d8515c7272d67b34b2339a03669c Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 25 May 2022 15:31:39 +0100 Subject: [PATCH] ENH: controlDict: include missing library. With libs it can run with disallowGeneric --- .../createPatch/multiRegionHeater_autoPatch/system/controlDict | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/system/controlDict b/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/system/controlDict index cb173aef7d..232b513b22 100644 --- a/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/system/controlDict +++ b/tutorials/mesh/createPatch/multiRegionHeater_autoPatch/system/controlDict @@ -14,6 +14,8 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +libs (compressibleTurbulenceModels); + application chtMultiRegionFoam; startFrom startTime;