Skip to content
Snippets Groups Projects
Commit 971e5fe3 authored by mattijs's avatar mattijs
Browse files

ENH: movingCone: show usage of uniformFixedValue

parent c8017cb4
Branches
Tags
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment