Corrected the name of the wall-function.

This commit is contained in:
henry
2009-12-08 22:37:54 +00:00
parent 00a9a51b3b
commit 20995ae5ae

View File

@ -23,25 +23,25 @@ boundaryField
{ {
front front
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
back back
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
wall wall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
porosityWall porosityWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }