From 64455c60f5b476acb24e9763df4b60cc8bbbeafd Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 20 Oct 2022 10:23:34 +0100 Subject: [PATCH] tutorials/modules/CHT/shellAndTubeHeatExchanger: Load the libcoupledThermophysicalTransportModels library to ensure the thermal coupled boundary conditions are loaded before the solid solver module. --- .../modules/CHT/shellAndTubeHeatExchanger/system/controlDict | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/modules/CHT/shellAndTubeHeatExchanger/system/controlDict b/tutorials/modules/CHT/shellAndTubeHeatExchanger/system/controlDict index 63fde8ca8a..362d162683 100644 --- a/tutorials/modules/CHT/shellAndTubeHeatExchanger/system/controlDict +++ b/tutorials/modules/CHT/shellAndTubeHeatExchanger/system/controlDict @@ -23,6 +23,8 @@ regionSolvers tube fluid; } +libs ("libcoupledThermophysicalTransportModels.so"); + startFrom startTime; startTime 0;