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
|
||||
{
|
||||
type pressureInletOutletVelocity;
|
||||
value uniform (0 0 0);
|
||||
tangentialVelocity $internalField;
|
||||
value $internalField;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
|
||||
@ -27,9 +27,10 @@ boundaryField
|
||||
type fixedFluxPressure;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user