Deleting unnecessary files

This commit is contained in:
Henrik Rusche 2011-02-11 19:06:24 +01:00
parent 6a2c85bd4a
commit fa742cadc1
3 changed files with 0 additions and 111 deletions

View file

@ -1,59 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -3 0 0 0 0];
internalField uniform 1120;
boundaryField
{
WALL_1
{
type compressible::epsilonWallFunction;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 1120;
}
INLET
{
type fixedValue;
value uniform 1120;
}
OUTLET
{
type inletOutlet;
inletValue uniform 1120;
value uniform 1120;
}
WALL_2
{
type compressible::epsilonWallFunction;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 1120;
}
frontAndBackPlanes
{
type empty;
}
}
// ************************************************************************* //

View file

@ -1,52 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 5;
boundaryField
{
WALL_1
{
type compressible::kqRWallFunction;
value uniform 5;
}
INLET
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.01;
value uniform 5;
}
OUTLET
{
type zeroGradient;
}
WALL_2
{
type compressible::kqRWallFunction;
value uniform 5;
}
frontAndBackPlanes
{
type empty;
}
}
// ************************************************************************* //