Updated nut in all tutorials

Using nutkWallFunction instead of nutWallFunction (this is abstract base now and
nutkWallFunction is the same as previous nutWallFunction)
This commit is contained in:
Vuko Vukcevic 2018-06-19 15:40:23 +02:00
parent 3de5d66021
commit 7167d46046
29 changed files with 136 additions and 86 deletions

View file

@ -127,7 +127,7 @@ boundaryField
{ {
movingWall movingWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -135,7 +135,7 @@ boundaryField
} }
left left
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -143,7 +143,7 @@ boundaryField
} }
right right
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -151,7 +151,7 @@ boundaryField
} }
bottom bottom
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -127,7 +127,7 @@ boundaryField
{ {
movingWall movingWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -135,7 +135,7 @@ boundaryField
} }
left left
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -143,7 +143,7 @@ boundaryField
} }
right right
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -151,7 +151,7 @@ boundaryField
} }
bottom bottom
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -23,17 +23,17 @@ boundaryField
{ {
floor floor
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
ceiling ceiling
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
fixedWalls fixedWalls
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
} }

View file

@ -23,17 +23,17 @@ boundaryField
{ {
floor floor
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
ceiling ceiling
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
fixedWalls fixedWalls
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
} }

View file

@ -23,25 +23,25 @@ boundaryField
{ {
ground ground
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
igloo_region0 igloo_region0
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
twoFridgeFreezers_seal_0 twoFridgeFreezers_seal_0
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
twoFridgeFreezers_herring_1 twoFridgeFreezers_herring_1
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
} }

View file

@ -0,0 +1,53 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
inlet
{
type patch;
nFaces 30;
startFace 24170;
}
outlet
{
type patch;
nFaces 57;
startFace 24200;
}
upperWall
{
type wall;
nFaces 223;
startFace 24257;
}
lowerWall
{
type wall;
nFaces 250;
startFace 24480;
}
frontAndBack
{
type empty;
nFaces 24450;
startFace 24730;
}
)
// ************************************************************************* //

View file

@ -23,7 +23,7 @@ boundaryField
{ {
pitzDailyIB pitzDailyIB
{ {
type nutWallFunction; type nutkWallFunction;
patchType immersedBoundary; patchType immersedBoundary;
value uniform 0; value uniform 0;
} }

View file

@ -38,7 +38,7 @@ boundaryField
} }
GVBLADE GVBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -46,7 +46,7 @@ boundaryField
} }
GVHUB GVHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -54,7 +54,7 @@ boundaryField
} }
GVSHROUD GVSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -82,7 +82,7 @@ boundaryField
} }
RUBLADE RUBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -90,7 +90,7 @@ boundaryField
} }
RUHUB RUHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -98,7 +98,7 @@ boundaryField
} }
RUSHROUD RUSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -126,7 +126,7 @@ boundaryField
} }
DTHUB DTHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -134,7 +134,7 @@ boundaryField
} }
DTSHROUD DTSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -38,7 +38,7 @@ boundaryField
} }
GVBLADE GVBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -46,7 +46,7 @@ boundaryField
} }
GVHUB GVHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -54,7 +54,7 @@ boundaryField
} }
GVSHROUD GVSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -82,7 +82,7 @@ boundaryField
} }
RUBLADE RUBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -90,7 +90,7 @@ boundaryField
} }
RUHUB RUHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -98,7 +98,7 @@ boundaryField
} }
RUSHROUD RUSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -126,7 +126,7 @@ boundaryField
} }
DTHUB DTHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -134,7 +134,7 @@ boundaryField
} }
DTSHROUD DTSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -23,7 +23,7 @@ boundaryField
{ {
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -31,7 +31,7 @@ boundaryField
} }
upperWall upperWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -23,7 +23,7 @@ boundaryField
{ {
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -31,7 +31,7 @@ boundaryField
} }
upperWall upperWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -33,7 +33,7 @@ boundaryField
} }
upperWall upperWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -33,7 +33,7 @@ boundaryField
} }
upperWall upperWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -43,7 +43,7 @@ boundaryField
} }
GVBLADE GVBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -51,7 +51,7 @@ boundaryField
} }
GVHUB GVHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -59,7 +59,7 @@ boundaryField
} }
GVSHROUD GVSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -87,7 +87,7 @@ boundaryField
} }
RUBLADE RUBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -95,7 +95,7 @@ boundaryField
} }
RUHUB RUHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -103,7 +103,7 @@ boundaryField
} }
RUSHROUD RUSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -131,7 +131,7 @@ boundaryField
} }
DTHUB DTHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -139,7 +139,7 @@ boundaryField
} }
DTSHROUD DTSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -42,8 +42,7 @@ boundaryField
defaultFaces defaultFaces
{ {
type epsilonWallFunction; type empty;
value uniform 0;
} }
} }

View file

@ -42,8 +42,7 @@ boundaryField
defaultFaces defaultFaces
{ {
type kqRWallFunction; type empty;
value uniform 0;
} }
} }

View file

@ -41,8 +41,7 @@ boundaryField
defaultFaces defaultFaces
{ {
type nutWallFunction; type empty;
value uniform 0;
} }
} }

View file

@ -23,12 +23,12 @@ boundaryField
{ {
movingWall movingWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
fixedWalls fixedWalls
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
frontAndBack frontAndBack

View file

@ -23,25 +23,25 @@ boundaryField
{ {
front front
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
back back
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
wall wall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
porosityWall porosityWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }

View file

@ -23,25 +23,25 @@ boundaryField
{ {
front front
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
back back
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
wall wall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
porosityWall porosityWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }

View file

@ -41,7 +41,7 @@ boundaryField
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
@ -53,7 +53,7 @@ boundaryField
"motorBike_.*" "motorBike_.*"
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
} }

View file

@ -33,7 +33,7 @@ boundaryField
} }
upperWall upperWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -33,7 +33,7 @@ boundaryField
} }
upperWall upperWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -49,7 +49,7 @@ boundaryField
} }
lowerWallInterface lowerWallInterface
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -57,7 +57,7 @@ boundaryField
} }
lowerWallInlet lowerWallInlet
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -43,7 +43,7 @@ boundaryField
} }
RUBLADE RUBLADE
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -51,7 +51,7 @@ boundaryField
} }
RUHUB RUHUB
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -59,7 +59,7 @@ boundaryField
} }
RUSHROUD RUSHROUD
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -33,7 +33,7 @@ boundaryField
} }
innerWall innerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
outerWall outerWall
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -35,7 +35,7 @@ boundaryField
walls walls
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -23,17 +23,17 @@ boundaryField
{ {
leftWall leftWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
rightWall rightWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type nutWallFunction; type nutkWallFunction;
value uniform 0; value uniform 0;
} }
atmosphere atmosphere

View file

@ -61,7 +61,7 @@ boundaryField
airfoil airfoil
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -61,7 +61,7 @@ boundaryField
airfoil airfoil
{ {
type nutWallFunction; type nutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;