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

scoping

parent 68e3014f
No related merge requests found
......@@ -23,25 +23,25 @@ boundaryField
{
floor
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 0;
}
ceiling
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 0;
}
fixedWalls
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 0;
}
box
{
type kQRWallFunction;
type compressible::kQRWallFunction;
value uniform 0;
}
}
......
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