TUT: use nutkWallFunction

This commit is contained in:
Mark Olesen
2019-10-10 07:35:16 +02:00
committed by Andrew Heather
parent 6b5492e3bd
commit 7b42931a7b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ boundaryField
".*"
{
type calculated;
type nutkWallFunction;
value uniform 0;
}
}

View File

@ -35,7 +35,7 @@ boundaryField
plate
{
type fixedValue;
type nutkWallFunction;
value uniform 0;
}