mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: movingCone: show usage of uniformFixedValue
This commit is contained in:
@ -22,8 +22,8 @@ boundaryField
|
|||||||
{
|
{
|
||||||
movingWall
|
movingWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type uniformFixedValue;
|
||||||
value uniform 1;
|
uniformValue constant 1;
|
||||||
}
|
}
|
||||||
farFieldMoving
|
farFieldMoving
|
||||||
{
|
{
|
||||||
@ -31,8 +31,8 @@ boundaryField
|
|||||||
}
|
}
|
||||||
fixedWall
|
fixedWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type uniformFixedValue;
|
||||||
value uniform 0;
|
uniformValue constant 0;
|
||||||
}
|
}
|
||||||
axis
|
axis
|
||||||
{
|
{
|
||||||
@ -40,8 +40,8 @@ boundaryField
|
|||||||
}
|
}
|
||||||
left
|
left
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type uniformFixedValue;
|
||||||
value uniform 0;
|
uniformValue constant 0;
|
||||||
}
|
}
|
||||||
farField
|
farField
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user