fluid sim

This commit is contained in:
dino.celebic 2026-01-27 11:03:58 +01:00
commit 86236a1c90
47 changed files with 4371 additions and 7077 deletions

View file

@ -6,16 +6,16 @@ FoamFile
object T;
}
dimensions [ 0 0 0 1 0 0 0 ];
dimensions [ 0 0 0 1 0 0 0 ]; // K
internalField uniform 300;
internalField uniform 291.15; // 18 Celsius + 273.15 Kelvin
boundaryField
{
interface
{
type fixedGradient;
gradient uniform 0;
type fixedValue;
value uniform 400.0;
}
inlet
{
@ -38,12 +38,4 @@ boundaryField
{
type zeroGradient;
}
outerWall
{
type zeroGradient;
}
defaultFaces
{
type empty;
}
}

View file

@ -14,7 +14,7 @@ boundaryField
{
interface
{
type noSlip;
type slip;
}
inlet
{
@ -31,14 +31,10 @@ boundaryField
}
bottom
{
type noSlip;
type slip;
}
slip-bottom
{
type slip;
}
defaultFaces
{
type empty;
}
}