mutWallFunctions: Generalised for RAS and LES

muSgsUSpaldingWallFunction removed, now use mutUSpaldingWallFunction
This commit is contained in:
Henry
2012-07-03 13:57:27 +01:00
parent 98df99b20a
commit c1696f9cde
36 changed files with 449 additions and 1509 deletions

View File

@ -32,14 +32,14 @@ boundaryField
upperWall
{
type alphaSgsJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
he ha;
value uniform 0;
}
lowerWall
{
type alphaSgsJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
he ha;
value uniform 0;
}

View File

@ -32,13 +32,13 @@ boundaryField
upperWall
{
type muSgsUSpaldingWallFunction;
type mutUSpaldingWallFunction;
value uniform 0;
}
lowerWall
{
type muSgsUSpaldingWallFunction;
type mutUSpaldingWallFunction;
value uniform 0;
}

View File

@ -31,13 +31,13 @@ boundaryField
}
upperWall
{
type alphaSgsJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
he ha;
value uniform 0;
}
lowerWall
{
type alphaSgsJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
he ha;
value uniform 0;
}

View File

@ -31,12 +31,12 @@ boundaryField
}
upperWall
{
type muSgsUSpaldingWallFunction;
type mutUSpaldingWallFunction;
value uniform 0;
}
lowerWall
{
type muSgsUSpaldingWallFunction;
type mutUSpaldingWallFunction;
value uniform 0;
}
front

View File

@ -23,7 +23,7 @@ boundaryField
{
ground
{
type alphaSgsWallFunction;
type alphatWallFunction;
value uniform 0;
}
@ -44,7 +44,7 @@ boundaryField
"(region0_to.*)"
{
type alphaSgsWallFunction;
type alphatWallFunction;
value uniform 0;
}
}

View File

@ -43,7 +43,7 @@ boundaryField
"(region0_to.*)"
{
type muSgsUSpaldingWallFunction;
type mutUSpaldingWallFunction;
value uniform 0;
}
}