tutorials/multiphase/interFoam/laminar/wave: Added tangentialVelocity to top boundary
to match the air flow in the domain.
This commit is contained in:
@ -35,7 +35,8 @@ boundaryField
|
|||||||
top
|
top
|
||||||
{
|
{
|
||||||
type pressureInletOutletVelocity;
|
type pressureInletOutletVelocity;
|
||||||
value uniform (0 0 0);
|
tangentialVelocity $internalField;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
|
|||||||
@ -27,9 +27,10 @@ boundaryField
|
|||||||
type fixedFluxPressure;
|
type fixedFluxPressure;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type prghTotalPressure;
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user