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

scoping

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