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
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1;
|
||||
type uniformFixedValue;
|
||||
uniformValue constant 1;
|
||||
}
|
||||
farFieldMoving
|
||||
{
|
||||
@ -31,8 +31,8 @@ boundaryField
|
||||
}
|
||||
fixedWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
type uniformFixedValue;
|
||||
uniformValue constant 0;
|
||||
}
|
||||
axis
|
||||
{
|
||||
@ -40,8 +40,8 @@ boundaryField
|
||||
}
|
||||
left
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
type uniformFixedValue;
|
||||
uniformValue constant 0;
|
||||
}
|
||||
farField
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user