Updated mut in all tutorials

Using mutkWallFunction instead of mutWallFunction (this is abstract base now and
mutkWallFunction is the same as previous mutWallFunction)
This commit is contained in:
Vuko Vukcevic 2018-06-19 15:43:53 +02:00
parent 7167d46046
commit 9e53ac1209
25 changed files with 94 additions and 94 deletions

View file

@ -23,7 +23,7 @@ boundaryField
{ {
walls walls
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
} }

View file

@ -23,7 +23,7 @@ boundaryField
{ {
piston piston
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -31,7 +31,7 @@ boundaryField
} }
liner liner
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -39,7 +39,7 @@ boundaryField
} }
cylinderHead cylinderHead
{ {
type mutWallFunction; type mutkWallFunction;
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
{ {
wall wall
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -23,22 +23,22 @@ boundaryField
{ {
front front
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
back back
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
wall wall
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
porosityWall porosityWall
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
inlet inlet

View file

@ -23,7 +23,7 @@ boundaryField
{ {
movingWall movingWall
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -31,7 +31,7 @@ boundaryField
} }
fixedWalls fixedWalls
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;

View file

@ -23,13 +23,13 @@ boundaryField
{ {
rotor rotor
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
stator stator
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }

View file

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

View file

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

View file

@ -43,7 +43,7 @@ boundaryField
} }
prismWall prismWall
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
defaultFaces defaultFaces

View file

@ -33,7 +33,7 @@ boundaryField
} }
bladeRotor bladeRotor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
shaftRotor shaftRotor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -49,7 +49,7 @@ boundaryField
} }
shroudRotor shroudRotor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -57,7 +57,7 @@ boundaryField
} }
bladeStator bladeStator
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -65,7 +65,7 @@ boundaryField
} }
shaftStator shaftStator
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -73,7 +73,7 @@ boundaryField
} }
shroudStator shroudStator
{ {
type mutWallFunction; type mutkWallFunction;
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
} }
bladeRotor bladeRotor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
shaftRotor shaftRotor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -49,7 +49,7 @@ boundaryField
} }
shroudRotor shroudRotor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -57,7 +57,7 @@ boundaryField
} }
bladeStator bladeStator
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -65,7 +65,7 @@ boundaryField
} }
shaftStator shaftStator
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -73,7 +73,7 @@ boundaryField
} }
shroudStator shroudStator
{ {
type mutWallFunction; type mutkWallFunction;
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
} }
blade blade
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
shaft shaft
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -49,7 +49,7 @@ boundaryField
} }
shroud shroud
{ {
type mutWallFunction; type mutkWallFunction;
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
} }
blade blade
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -41,7 +41,7 @@ boundaryField
} }
shaft shaft
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -49,7 +49,7 @@ boundaryField
} }
shroud shroud
{ {
type mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
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 mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
ceiling ceiling
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
fixedWalls fixedWalls
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
} }

View file

@ -23,7 +23,7 @@ boundaryField
{ {
box box
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -31,7 +31,7 @@ boundaryField
} }
floor floor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -39,7 +39,7 @@ boundaryField
} }
ceiling ceiling
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -47,7 +47,7 @@ boundaryField
} }
fixedWalls fixedWalls
{ {
type mutWallFunction; type mutkWallFunction;
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
{ {
box box
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -31,7 +31,7 @@ boundaryField
} }
floor floor
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -39,7 +39,7 @@ boundaryField
} }
ceiling ceiling
{ {
type mutWallFunction; type mutkWallFunction;
Cmu 0.09; Cmu 0.09;
kappa 0.41; kappa 0.41;
E 9.8; E 9.8;
@ -47,7 +47,7 @@ boundaryField
} }
fixedWalls fixedWalls
{ {
type mutWallFunction; type mutkWallFunction;
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
{ {
top top
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
bottom bottom
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
walls walls
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
symmetry symmetry

View file

@ -23,7 +23,7 @@ boundaryField
{ {
walls walls
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
inlet inlet

View file

@ -23,7 +23,7 @@ boundaryField
{ {
walls walls
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
inlet inlet

View file

@ -23,17 +23,17 @@ boundaryField
{ {
top top
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
bottom bottom
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
walls walls
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
symmetry symmetry

View file

@ -23,19 +23,19 @@ boundaryField
{ {
leftWall leftWall
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
rightWall rightWall
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }
lowerWall lowerWall
{ {
type mutWallFunction; type mutkWallFunction;
value uniform 0; value uniform 0;
} }