tutorials/compressible/rhoCentralFoam/movingCone: Set farFieldMoving patch to fixed velocity

to improve the mesh motion.
This commit is contained in:
Henry Weller
2022-09-15 21:01:44 +01:00
parent f5cf1d8020
commit a1e0b1efa9

View File

@ -24,28 +24,35 @@ boundaryField
type uniformFixedValue;
uniformValue constant 160;
}
farFieldMoving
{
type slip;
type uniformFixedValue;
uniformValue constant 160;
}
fixedWall
{
type uniformFixedValue;
uniformValue constant 0;
}
left
{
type uniformFixedValue;
uniformValue constant 0;
}
farField
{
type slip;
}
back
{
type wedge;
}
front
{
type wedge;