From 05d77ceba32adc97ce7da17b7118dd6ef998ef2e Mon Sep 17 00:00:00 2001 From: "dino.celebic" Date: Tue, 27 Jan 2026 17:58:05 +0100 Subject: [PATCH] fix --- fluid-openfoam/0/T | 2 +- fluid-openfoam/system/controlDict | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fluid-openfoam/0/T b/fluid-openfoam/0/T index 3b365ab..929e3d1 100644 --- a/fluid-openfoam/0/T +++ b/fluid-openfoam/0/T @@ -8,7 +8,7 @@ FoamFile dimensions [ 0 0 0 1 0 0 0 ]; // K -internalField uniform 291.15; // 18 Celsius + 273.15 Kelvin +internalField uniform 304.15; // 18 Celsius + 273.15 Kelvin boundaryField { diff --git a/fluid-openfoam/system/controlDict b/fluid-openfoam/system/controlDict index 21d6255..bb71b26 100644 --- a/fluid-openfoam/system/controlDict +++ b/fluid-openfoam/system/controlDict @@ -36,11 +36,11 @@ timePrecision 6; runTimeModifiable false; -// functions -// { -// preCICE_Adapter -// { -// type preciceAdapterFunctionObject; -// libs ("libpreciceAdapterFunctionObject.so"); -// } -// } +functions +{ + preCICE_Adapter + { + type preciceAdapterFunctionObject; + libs ("libpreciceAdapterFunctionObject.so"); + } +}