压力入口边界条件
-
可压缩,0时刻,U的大小怎样确定?
-
据说可压缩的压力入口是这么给的:
totalPressure
pressureInletVelocity -
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); } }
// ************************************************************************* //
```
这样写对不对?
2016年5月6日 07:43
4/4
2016年5月9日 06:58