mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Creation of OpenFOAM-dev repository 15/04/2008
This commit is contained in:
60
tutorials/simpleFoam/pitzDaily/0/R
Normal file
60
tutorials/simpleFoam/pitzDaily/0/R
Normal file
@ -0,0 +1,60 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0 0 0 0);
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
62
tutorials/simpleFoam/pitzDaily/0/U
Normal file
62
tutorials/simpleFoam/pitzDaily/0/U
Normal file
@ -0,0 +1,62 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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 (0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (10 0 0);
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
60
tutorials/simpleFoam/pitzDaily/0/epsilon
Normal file
60
tutorials/simpleFoam/pitzDaily/0/epsilon
Normal file
@ -0,0 +1,60 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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 14.855;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 14.855;
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
60
tutorials/simpleFoam/pitzDaily/0/k
Normal file
60
tutorials/simpleFoam/pitzDaily/0/k
Normal file
@ -0,0 +1,60 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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 0.375;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0.375;
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
60
tutorials/simpleFoam/pitzDaily/0/nuTilda
Normal file
60
tutorials/simpleFoam/pitzDaily/0/nuTilda
Normal file
@ -0,0 +1,60 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
60
tutorials/simpleFoam/pitzDaily/0/p
Normal file
60
tutorials/simpleFoam/pitzDaily/0/p
Normal file
@ -0,0 +1,60 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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 p;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
upperWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/100/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/100/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/100/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/100/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/100/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/100/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/100/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/100/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/100/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/100/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/100/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/100/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "100/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 100;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/1000/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/1000/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/1000/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/1000/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/1000/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/1000/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/1000/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/1000/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/1000/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/1000/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/1000/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/1000/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "1000/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 1000;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/150/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/150/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/150/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/150/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/150/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/150/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/150/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/150/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/150/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/150/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/150/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/150/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "150/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 150;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/200/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/200/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/200/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/200/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/200/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/200/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/200/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/200/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/200/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/200/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/200/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/200/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "200/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 200;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/250/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/250/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/250/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/250/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/250/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/250/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/250/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/250/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/250/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/250/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/250/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/250/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "250/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 250;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/300/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/300/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/300/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/300/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/300/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/300/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/300/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/300/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/300/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/300/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/300/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/300/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "300/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 300;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/350/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/350/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/350/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/350/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/350/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/350/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/350/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/350/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/350/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/350/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/350/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/350/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "350/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 350;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/400/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/400/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/400/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/400/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/400/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/400/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/400/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/400/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/400/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/400/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/400/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/400/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "400/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 400;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/450/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/450/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/450/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/450/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/450/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/450/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/450/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/450/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/450/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/450/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/450/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/450/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "450/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 450;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/50/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/50/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/50/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/50/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/50/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/50/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/50/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/50/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/50/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/50/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/50/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/50/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "50/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 50;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/500/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/500/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/500/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/500/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/500/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/500/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/500/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/500/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/500/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/500/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/500/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/500/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "500/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 500;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/550/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/550/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/550/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/550/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/550/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/550/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/550/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/550/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/550/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/550/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/550/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/550/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "550/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 550;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/600/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/600/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/600/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/600/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/600/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/600/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/600/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/600/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/600/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/600/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/600/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/600/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "600/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 600;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/650/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/650/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/650/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/650/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/650/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/650/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/650/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/650/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/650/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/650/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/650/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/650/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "650/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 650;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/700/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/700/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/700/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/700/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/700/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/700/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/700/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/700/p
Normal file
File diff suppressed because it is too large
Load Diff
24320
tutorials/simpleFoam/pitzDaily/700/phi
Normal file
24320
tutorials/simpleFoam/pitzDaily/700/phi
Normal file
File diff suppressed because it is too large
Load Diff
23
tutorials/simpleFoam/pitzDaily/700/uniform/time
Normal file
23
tutorials/simpleFoam/pitzDaily/700/uniform/time
Normal file
@ -0,0 +1,23 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.2 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object time;
|
||||
location "700/uniform";
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
index 700;
|
||||
deltaT 1;
|
||||
deltaT0 1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
12279
tutorials/simpleFoam/pitzDaily/750/U
Normal file
12279
tutorials/simpleFoam/pitzDaily/750/U
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/750/epsilon
Normal file
12277
tutorials/simpleFoam/pitzDaily/750/epsilon
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/750/k
Normal file
12277
tutorials/simpleFoam/pitzDaily/750/k
Normal file
File diff suppressed because it is too large
Load Diff
12277
tutorials/simpleFoam/pitzDaily/750/p
Normal file
12277
tutorials/simpleFoam/pitzDaily/750/p
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user