mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: adjust height limiter and outflow BC for drippingChair
This commit is contained in:
@ -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
|
||||
|
||||
@ -34,7 +34,7 @@ limitHeight1
|
||||
region velocityFilmShell;
|
||||
h hf_film;
|
||||
selectionMode all;
|
||||
max 0.001;
|
||||
max 0.005;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -43,8 +43,8 @@ PIMPLE
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
hf_Film 1;
|
||||
Uf_Film 1;
|
||||
hf_film 1;
|
||||
Uf_film 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user