mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: tutorial file updates
This commit is contained in:
@ -24,12 +24,12 @@ boundaryField
|
||||
lowerWall
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
value uniform 1e-08;
|
||||
value $internalField;
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
value uniform 1e-08;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
{
|
||||
|
||||
@ -24,12 +24,12 @@ boundaryField
|
||||
lowerWall
|
||||
{
|
||||
type kqRWallFunction;
|
||||
internalField uniform 0.1;
|
||||
value $internalField;
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type kqRWallFunction;
|
||||
internalField uniform 0.1;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
{
|
||||
|
||||
@ -24,12 +24,12 @@ boundaryField
|
||||
lowerWall
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
{
|
||||
|
||||
@ -24,12 +24,12 @@ boundaryField
|
||||
lowerWall
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
{
|
||||
|
||||
@ -24,12 +24,12 @@ boundaryField
|
||||
lowerWall
|
||||
{
|
||||
type nutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type nutUSpaldingWallFunction;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
{
|
||||
|
||||
@ -24,12 +24,12 @@ boundaryField
|
||||
lowerWall
|
||||
{
|
||||
type omegaWallFunction;
|
||||
value uniform 1111.11;
|
||||
value $internalField;
|
||||
}
|
||||
upperWall
|
||||
{
|
||||
type omegaWallFunction;
|
||||
value uniform 1111.11;
|
||||
value $internalField;
|
||||
}
|
||||
front
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user