Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
sergio
2012-07-03 14:12:09 +01:00
47 changed files with 560 additions and 1733 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;
}
}

View File

@ -28,7 +28,7 @@ boundaryField
}
wallFilm
{
type htcConvection;
type convectiveHeatTransfer;
L 1.0;
value uniform 0;
}