tutorials/compressible/rhoCentralFoam/movingCone: Set farFieldMoving patch to fixed velocity
to improve the mesh motion.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user