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

@ -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;
}
}