From cf9fc66198a477bc44838321382ba3e2be4456c5 Mon Sep 17 00:00:00 2001 From: "dino.celebic" Date: Tue, 27 Jan 2026 16:51:23 +0100 Subject: [PATCH] updates --- .gitignore | 4 +++- fluid-openfoam/0/T | 4 ++-- fluid-openfoam/system/blockMeshDict | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2af702d..69f5c25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.GCC_ -*.o \ No newline at end of file +*.o +*.log +CMakeFiles/ \ No newline at end of file diff --git a/fluid-openfoam/0/T b/fluid-openfoam/0/T index 1fc78ee..3b365ab 100644 --- a/fluid-openfoam/0/T +++ b/fluid-openfoam/0/T @@ -14,8 +14,8 @@ boundaryField { interface { - type fixedValue; - value uniform 400.0; + type fixedGradient; + gradient uniform 0; } inlet { diff --git a/fluid-openfoam/system/blockMeshDict b/fluid-openfoam/system/blockMeshDict index 9661a7f..6ce0c1f 100644 --- a/fluid-openfoam/system/blockMeshDict +++ b/fluid-openfoam/system/blockMeshDict @@ -8,7 +8,7 @@ FoamFile dz 0.01; -r_inner 0.077; // inner cup radius (without walls) +r_inner 0.083; // inner cup radius (without walls) dx1 #calc "$r_inner/2"; y 0.105; // top of cup