Skip to content
Snippets Groups Projects
Commit 26dac395 authored by henry's avatar henry
Browse files

Added "value" to wall BCs.

parent 10caa3dd
No related merge requests found
......@@ -23,11 +23,13 @@ boundaryField
movingWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
fixedWalls
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
frontAndBack
......
......@@ -34,11 +34,13 @@ boundaryField
upperWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
lowerWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
frontAndBack
......
......@@ -34,11 +34,13 @@ boundaryField
upperWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
lowerWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
frontAndBack
......
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