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:
parent
3de5d66021
commit
7167d46046
29 changed files with 136 additions and 86 deletions
|
@ -127,7 +127,7 @@ boundaryField
|
|||
{
|
||||
movingWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -135,7 +135,7 @@ boundaryField
|
|||
}
|
||||
left
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -143,7 +143,7 @@ boundaryField
|
|||
}
|
||||
right
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -151,7 +151,7 @@ boundaryField
|
|||
}
|
||||
bottom
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -127,7 +127,7 @@ boundaryField
|
|||
{
|
||||
movingWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -135,7 +135,7 @@ boundaryField
|
|||
}
|
||||
left
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -143,7 +143,7 @@ boundaryField
|
|||
}
|
||||
right
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -151,7 +151,7 @@ boundaryField
|
|||
}
|
||||
bottom
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -23,17 +23,17 @@ boundaryField
|
|||
{
|
||||
floor
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
ceiling
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
fixedWalls
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,17 +23,17 @@ boundaryField
|
|||
{
|
||||
floor
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
ceiling
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
fixedWalls
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,25 +23,25 @@ boundaryField
|
|||
{
|
||||
ground
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
igloo_region0
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
twoFridgeFreezers_seal_0
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
twoFridgeFreezers_herring_1
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
// ************************************************************************* //
|
|
@ -23,7 +23,7 @@ boundaryField
|
|||
{
|
||||
pitzDailyIB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
patchType immersedBoundary;
|
||||
value uniform 0;
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ boundaryField
|
|||
}
|
||||
GVBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -46,7 +46,7 @@ boundaryField
|
|||
}
|
||||
GVHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -54,7 +54,7 @@ boundaryField
|
|||
}
|
||||
GVSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -82,7 +82,7 @@ boundaryField
|
|||
}
|
||||
RUBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -90,7 +90,7 @@ boundaryField
|
|||
}
|
||||
RUHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -98,7 +98,7 @@ boundaryField
|
|||
}
|
||||
RUSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -126,7 +126,7 @@ boundaryField
|
|||
}
|
||||
DTHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -134,7 +134,7 @@ boundaryField
|
|||
}
|
||||
DTSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -38,7 +38,7 @@ boundaryField
|
|||
}
|
||||
GVBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -46,7 +46,7 @@ boundaryField
|
|||
}
|
||||
GVHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -54,7 +54,7 @@ boundaryField
|
|||
}
|
||||
GVSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -82,7 +82,7 @@ boundaryField
|
|||
}
|
||||
RUBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -90,7 +90,7 @@ boundaryField
|
|||
}
|
||||
RUHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -98,7 +98,7 @@ boundaryField
|
|||
}
|
||||
RUSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -126,7 +126,7 @@ boundaryField
|
|||
}
|
||||
DTHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -134,7 +134,7 @@ boundaryField
|
|||
}
|
||||
DTSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -23,7 +23,7 @@ boundaryField
|
|||
{
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -31,7 +31,7 @@ boundaryField
|
|||
}
|
||||
upperWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -23,7 +23,7 @@ boundaryField
|
|||
{
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -31,7 +31,7 @@ boundaryField
|
|||
}
|
||||
upperWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -33,7 +33,7 @@ boundaryField
|
|||
}
|
||||
upperWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -41,7 +41,7 @@ boundaryField
|
|||
}
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -33,7 +33,7 @@ boundaryField
|
|||
}
|
||||
upperWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -41,7 +41,7 @@ boundaryField
|
|||
}
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -43,7 +43,7 @@ boundaryField
|
|||
}
|
||||
GVBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -51,7 +51,7 @@ boundaryField
|
|||
}
|
||||
GVHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -59,7 +59,7 @@ boundaryField
|
|||
}
|
||||
GVSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -87,7 +87,7 @@ boundaryField
|
|||
}
|
||||
RUBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -95,7 +95,7 @@ boundaryField
|
|||
}
|
||||
RUHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -103,7 +103,7 @@ boundaryField
|
|||
}
|
||||
RUSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -131,7 +131,7 @@ boundaryField
|
|||
}
|
||||
DTHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -139,7 +139,7 @@ boundaryField
|
|||
}
|
||||
DTSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -42,8 +42,7 @@ boundaryField
|
|||
|
||||
defaultFaces
|
||||
{
|
||||
type epsilonWallFunction;
|
||||
value uniform 0;
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -42,8 +42,7 @@ boundaryField
|
|||
|
||||
defaultFaces
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value uniform 0;
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -41,8 +41,7 @@ boundaryField
|
|||
|
||||
defaultFaces
|
||||
{
|
||||
type nutWallFunction;
|
||||
value uniform 0;
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -23,12 +23,12 @@ boundaryField
|
|||
{
|
||||
movingWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
fixedWalls
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
frontAndBack
|
||||
|
|
|
@ -23,25 +23,25 @@ boundaryField
|
|||
{
|
||||
front
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
back
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
porosityWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,25 +23,25 @@ boundaryField
|
|||
{
|
||||
front
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
back
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
wall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
porosityWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ boundaryField
|
|||
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
@ -53,7 +53,7 @@ boundaryField
|
|||
|
||||
"motorBike_.*"
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ boundaryField
|
|||
}
|
||||
upperWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -41,7 +41,7 @@ boundaryField
|
|||
}
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -33,7 +33,7 @@ boundaryField
|
|||
}
|
||||
upperWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -41,7 +41,7 @@ boundaryField
|
|||
}
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -49,7 +49,7 @@ boundaryField
|
|||
}
|
||||
lowerWallInterface
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -57,7 +57,7 @@ boundaryField
|
|||
}
|
||||
lowerWallInlet
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -43,7 +43,7 @@ boundaryField
|
|||
}
|
||||
RUBLADE
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -51,7 +51,7 @@ boundaryField
|
|||
}
|
||||
RUHUB
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -59,7 +59,7 @@ boundaryField
|
|||
}
|
||||
RUSHROUD
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -33,7 +33,7 @@ boundaryField
|
|||
}
|
||||
innerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
@ -41,7 +41,7 @@ boundaryField
|
|||
}
|
||||
outerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -35,7 +35,7 @@ boundaryField
|
|||
|
||||
walls
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -23,17 +23,17 @@ boundaryField
|
|||
{
|
||||
leftWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
rightWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
lowerWall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
atmosphere
|
||||
|
|
|
@ -61,7 +61,7 @@ boundaryField
|
|||
|
||||
airfoil
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
|
@ -61,7 +61,7 @@ boundaryField
|
|||
|
||||
airfoil
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutkWallFunction;
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
|
|
Reference in a new issue