tutorials/multiphase/interFoam/laminar/wave: Added tangentialVelocity to top boundary

to match the air flow in the domain.
This commit is contained in:
Henry Weller
2022-02-06 19:21:33 +00:00
parent 5df9ec5b1e
commit f85f45fe4b
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@ boundaryField
top
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
tangentialVelocity $internalField;
value $internalField;
}
bottom
{

View File

@ -27,9 +27,10 @@ boundaryField
type fixedFluxPressure;
value uniform 0;
}
top
{
type totalPressure;
type prghTotalPressure;
p0 uniform 0;
}
}