Add tangential velocity to atmospheric BC

This commit is contained in:
Henry
2014-03-12 11:23:26 +00:00
parent decd96411a
commit ab4ec66c13

View File

@ -44,6 +44,7 @@ boundaryField
atmosphere
{
type pressureInletOutletVelocity;
tangentialVelocity $internalField;
value uniform (0 0 0);
}