mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
updating tutorial cases to use new nut/mut wall function names
This commit is contained in:
@ -23,7 +23,7 @@ boundaryField
|
||||
{
|
||||
piston
|
||||
{
|
||||
type mutWallFunction;
|
||||
type mutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
@ -31,7 +31,7 @@ boundaryField
|
||||
}
|
||||
liner
|
||||
{
|
||||
type mutWallFunction;
|
||||
type mutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
}
|
||||
cylinderHead
|
||||
{
|
||||
type mutWallFunction;
|
||||
type mutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
||||
Reference in New Issue
Block a user