This commit is contained in:
jakob.schratter 2026-01-27 17:18:16 +01:00
commit f1063ffd9b
3 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
*.GCC_ *.GCC_
*.o *.o
*.log
CMakeFiles/

View file

@ -14,8 +14,8 @@ boundaryField
{ {
interface interface
{ {
type fixedValue; type fixedGradient;
value uniform 400.0; gradient uniform 0;
} }
inlet inlet
{ {

View file

@ -8,7 +8,7 @@ FoamFile
dz 0.01; 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"; dx1 #calc "$r_inner/2";
y 0.105; // top of cup y 0.105; // top of cup