mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated with new run, test and clean scripts
This commit is contained in:
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/R
Normal file
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/R
Normal file
@ -0,0 +1,56 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class volSymmTensorField;
|
||||
object R;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
|
||||
internalField uniform (0 0 0 0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0 0 0 0);
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0 0 0 0);
|
||||
}
|
||||
|
||||
frontBack
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/U
Normal file
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/U
Normal file
@ -0,0 +1,56 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class volVectorField;
|
||||
object U;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
dimensions [0 1 -1 0 0 0 0];
|
||||
|
||||
internalField uniform (10 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
frontBack
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/epsilon
Normal file
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/epsilon
Normal file
@ -0,0 +1,56 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class volScalarField;
|
||||
object epsilon;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
dimensions [0 2 -3 0 0 0 0];
|
||||
|
||||
internalField uniform 10;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1e-08;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1e-08;
|
||||
}
|
||||
|
||||
frontBack
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
55
tutorials/boundaryFoam/boundaryLaunderSharma/0/k
Normal file
55
tutorials/boundaryFoam/boundaryLaunderSharma/0/k
Normal file
@ -0,0 +1,55 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class volScalarField;
|
||||
object k;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 1;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1e-10;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1e-10;
|
||||
}
|
||||
|
||||
frontBack
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
80
tutorials/boundaryFoam/boundaryLaunderSharma/0/nu.xy
Normal file
80
tutorials/boundaryFoam/boundaryLaunderSharma/0/nu.xy
Normal file
@ -0,0 +1,80 @@
|
||||
-0.0499719 1e-05
|
||||
-0.0499122 1e-05
|
||||
-0.049845 1e-05
|
||||
-0.0497694 1e-05
|
||||
-0.0496843 1e-05
|
||||
-0.0495885 1e-05
|
||||
-0.0494808 1e-05
|
||||
-0.0493595 1e-05
|
||||
-0.0492231 1e-05
|
||||
-0.0490695 1e-05
|
||||
-0.0488967 1e-05
|
||||
-0.0487022 1e-05
|
||||
-0.0484834 1e-05
|
||||
-0.0482371 1e-05
|
||||
-0.04796 1e-05
|
||||
-0.0476481 1e-05
|
||||
-0.0472971 1e-05
|
||||
-0.0469021 1e-05
|
||||
-0.0464577 1e-05
|
||||
-0.0459575 1e-05
|
||||
-0.0453947 1e-05
|
||||
-0.0447613 1e-05
|
||||
-0.0440485 1e-05
|
||||
-0.0432464 1e-05
|
||||
-0.0423437 1e-05
|
||||
-0.0413279 1e-05
|
||||
-0.0401848 1e-05
|
||||
-0.0388984 1e-05
|
||||
-0.0374508 1e-05
|
||||
-0.0358218 1e-05
|
||||
-0.0339885 1e-05
|
||||
-0.0319255 1e-05
|
||||
-0.029604 1e-05
|
||||
-0.0269914 1e-05
|
||||
-0.0240515 1e-05
|
||||
-0.020743 1e-05
|
||||
-0.0170199 1e-05
|
||||
-0.0128301 1e-05
|
||||
-0.00811521 1e-05
|
||||
-0.00280937 1e-05
|
||||
0.00280937 1e-05
|
||||
0.00811521 1e-05
|
||||
0.0128301 1e-05
|
||||
0.0170199 1e-05
|
||||
0.020743 1e-05
|
||||
0.0240515 1e-05
|
||||
0.0269914 1e-05
|
||||
0.029604 1e-05
|
||||
0.0319255 1e-05
|
||||
0.0339885 1e-05
|
||||
0.0358218 1e-05
|
||||
0.0374508 1e-05
|
||||
0.0388984 1e-05
|
||||
0.0401848 1e-05
|
||||
0.0413279 1e-05
|
||||
0.0423437 1e-05
|
||||
0.0432464 1e-05
|
||||
0.0440485 1e-05
|
||||
0.0447613 1e-05
|
||||
0.0453947 1e-05
|
||||
0.0459575 1e-05
|
||||
0.0464577 1e-05
|
||||
0.0469021 1e-05
|
||||
0.0472971 1e-05
|
||||
0.0476481 1e-05
|
||||
0.04796 1e-05
|
||||
0.0482371 1e-05
|
||||
0.0484834 1e-05
|
||||
0.0487022 1e-05
|
||||
0.0488967 1e-05
|
||||
0.0490695 1e-05
|
||||
0.0492231 1e-05
|
||||
0.0493595 1e-05
|
||||
0.0494808 1e-05
|
||||
0.0495885 1e-05
|
||||
0.0496843 1e-05
|
||||
0.0497694 1e-05
|
||||
0.049845 1e-05
|
||||
0.0499122 1e-05
|
||||
0.0499719 1e-05
|
||||
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/nuTilda
Normal file
56
tutorials/boundaryFoam/boundaryLaunderSharma/0/nuTilda
Normal file
@ -0,0 +1,56 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class volScalarField;
|
||||
object nuTilda;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
dimensions [0 2 -1 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
frontBack
|
||||
{
|
||||
type cyclic;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user