Updated headers for Laurence and Andy

This commit is contained in:
Henry
2012-12-17 11:42:00 +00:00
parent fff1e80b07
commit db89978ade
57 changed files with 82 additions and 70 deletions

View File

@ -3,6 +3,6 @@ nacaAirfoil
* large domain with airfoil section near centre
* extremely non-orthogonal, highly skew mesh refined around the airfoil
* running at Mach 1.78
* limited 0.5 on all laplacianSchemes because the mesh is so poor
* limited corrected 0.5 on all laplacianSchemes because the mesh is so poor
* run to t = 0.02 with nextWrite; change to stopAt endTime to continue running
* deltaT can be increased later in the run to 2e-07

View File

@ -44,6 +44,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 24450;
startFace 24730;
}

View File

@ -32,22 +32,24 @@ FoamFile
side1
{
type cyclicAMI;
inGroups 1(cyclicAMI);
nFaces 400;
startFace 4478;
matchTolerance 0.0001;
neighbourPatch side2;
transform rotational;
neighbourPatch side2;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}
side2
{
type cyclicAMI;
inGroups 1(cyclicAMI);
nFaces 250;
startFace 4878;
matchTolerance 0.0001;
neighbourPatch side1;
transform rotational;
neighbourPatch side1;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
}

View File

@ -44,6 +44,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 24450;
startFace 24730;
}

View File

@ -33,10 +33,14 @@ boundaryField
E 9.8;
value $internalField;
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform $turbulentEpsilon;
value $internalField;
}
inlet
{
type atmBoundaryLayerInletEpsilon;

View File

@ -27,14 +27,16 @@ boundaryField
outlet
{
type inletOutlet;
inletValue uniform 0.0;
inletValue uniform $turbulentKE;
value $internalField;
}
inlet
{
type uniformFixedValue;
uniformValue constant $turbulentKE;
}
"terrain_.*"
{
type kqRWallFunction;

View File

@ -15,43 +15,37 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
5
(
outlet
{
type patch;
nFaces 922;
startFace 364825;
nFaces 600;
startFace 51900;
}
sides
{
type patch;
nFaces 1834;
startFace 365747;
nFaces 1200;
startFace 52500;
}
inlet
{
type patch;
nFaces 923;
startFace 367581;
nFaces 600;
startFace 53700;
}
ground
{
type wall;
nFaces 0;
startFace 368504;
nFaces 900;
startFace 54300;
}
top
{
type patch;
nFaces 900;
startFace 368504;
}
terrain_patch0
{
type wall;
nFaces 14400;
startFace 369404;
startFace 55200;
}
)

View File

@ -39,6 +39,14 @@ boundaryField
inletValue uniform 0;
value uniform 0;
}
porous_half0
{
type cyclic;
}
porous_half1
{
type cyclic;
}
defaultFaces
{
type empty;