压力入口边界条件
-
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{INLET
{
type fixedValue;
value uniform (0 0 0);
}WALL { type fixedValue; value uniform (0 0 0); } OUTLET { type pressureInletOutletVelocity; inletValue uniform (0 0 0); value uniform (0 0 0); }
}
// ************************************************************************* //
```
这样写对不对?