TUT: adjust height limiter and outflow BC for drippingChair

This commit is contained in:
Mark Olesen
2023-03-03 20:55:10 +01:00
parent 94df19a93a
commit 7e9b5dbc78
3 changed files with 8 additions and 5 deletions

View File

@ -30,8 +30,11 @@ boundaryField
bottom
{
type fixedValue;
value uniform (0 0 0);
// zeroGradient is probably enough
type inletOutlet;
phi phif_film;
value $internalField;
inletValue uniform (0 0 0);
}
frontAndBack

View File

@ -34,7 +34,7 @@ limitHeight1
region velocityFilmShell;
h hf_film;
selectionMode all;
max 0.001;
max 0.005;
}
// ************************************************************************* //

View File

@ -43,8 +43,8 @@ PIMPLE
relaxationFactors
{
hf_Film 1;
Uf_Film 1;
hf_film 1;
Uf_film 1;
}