mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
@ -32,13 +32,13 @@ boundaryField
|
||||
|
||||
upperWall
|
||||
{
|
||||
type muSgsUSpaldingWallFunction;
|
||||
type mutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type muSgsUSpaldingWallFunction;
|
||||
type mutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -31,12 +31,12 @@ boundaryField
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type muSgsUSpaldingWallFunction;
|
||||
type mutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
lowerWall
|
||||
{
|
||||
type muSgsUSpaldingWallFunction;
|
||||
type mutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
front
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@ boundaryField
|
||||
|
||||
"(region0_to.*)"
|
||||
{
|
||||
type muSgsUSpaldingWallFunction;
|
||||
type mutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
}
|
||||
wallFilm
|
||||
{
|
||||
type htcConvection;
|
||||
type convectiveHeatTransfer;
|
||||
L 1.0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user