Merge branch 'main' of https://imsc.uni-graz.at/git/jakob.schratter/SciFEM_Project
This commit is contained in:
commit
cfd11345b0
47 changed files with 4374 additions and 7081 deletions
|
|
@ -6,16 +6,16 @@ FoamFile
|
||||||
object T;
|
object T;
|
||||||
}
|
}
|
||||||
|
|
||||||
dimensions [ 0 0 0 1 0 0 0 ];
|
dimensions [ 0 0 0 1 0 0 0 ]; // K
|
||||||
|
|
||||||
internalField uniform 300;
|
internalField uniform 291.15; // 18 Celsius + 273.15 Kelvin
|
||||||
|
|
||||||
boundaryField
|
boundaryField
|
||||||
{
|
{
|
||||||
interface
|
interface
|
||||||
{
|
{
|
||||||
type fixedGradient;
|
type fixedValue;
|
||||||
gradient uniform 0;
|
value uniform 400.0;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|
@ -38,12 +38,4 @@ boundaryField
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
outerWall
|
|
||||||
{
|
|
||||||
type zeroGradient;
|
|
||||||
}
|
|
||||||
defaultFaces
|
|
||||||
{
|
|
||||||
type empty;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,15 +6,15 @@ FoamFile
|
||||||
object U;
|
object U;
|
||||||
}
|
}
|
||||||
|
|
||||||
dimensions [ 0 1 -1 0 0 0 0 ];
|
dimensions [ 0 1 -1 0 0 0 0 ]; // 0 m^1 s^-1 0 0 0 0
|
||||||
|
|
||||||
internalField uniform ( 0.1 0 0 );
|
internalField uniform ( 2 0 0 ); // x, y, z direction
|
||||||
|
|
||||||
boundaryField
|
boundaryField
|
||||||
{
|
{
|
||||||
interface
|
interface
|
||||||
{
|
{
|
||||||
type noSlip;
|
type slip;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|
@ -31,14 +31,10 @@ boundaryField
|
||||||
}
|
}
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type noSlip;
|
type slip;
|
||||||
}
|
}
|
||||||
slip-bottom
|
slip-bottom
|
||||||
{
|
{
|
||||||
type slip;
|
type slip;
|
||||||
}
|
}
|
||||||
defaultFaces
|
|
||||||
{
|
|
||||||
type empty;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
137
fluid-openfoam/1/T
Normal file
137
fluid-openfoam/1/T
Normal file
|
|
@ -0,0 +1,137 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "1";
|
||||||
|
object T;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 1 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
291.674
|
||||||
|
293.223
|
||||||
|
296.333
|
||||||
|
302.818
|
||||||
|
316.948
|
||||||
|
291.613
|
||||||
|
292.953
|
||||||
|
295.513
|
||||||
|
300.398
|
||||||
|
309.497
|
||||||
|
291.531
|
||||||
|
292.607
|
||||||
|
294.552
|
||||||
|
297.975
|
||||||
|
303.701
|
||||||
|
291.462
|
||||||
|
292.327
|
||||||
|
293.824
|
||||||
|
296.312
|
||||||
|
300.222
|
||||||
|
291.424
|
||||||
|
292.177
|
||||||
|
293.45
|
||||||
|
295.501
|
||||||
|
298.632
|
||||||
|
363.554
|
||||||
|
378.862
|
||||||
|
384.782
|
||||||
|
387.658
|
||||||
|
388.11
|
||||||
|
331.681
|
||||||
|
348.454
|
||||||
|
358.986
|
||||||
|
365.764
|
||||||
|
369.37
|
||||||
|
316.119
|
||||||
|
329.506
|
||||||
|
340.463
|
||||||
|
348.937
|
||||||
|
354.817
|
||||||
|
308.331
|
||||||
|
318.803
|
||||||
|
328.933
|
||||||
|
337.828
|
||||||
|
344.884
|
||||||
|
305.031
|
||||||
|
314.008
|
||||||
|
323.473
|
||||||
|
332.364
|
||||||
|
339.869
|
||||||
|
378.568
|
||||||
|
373.149
|
||||||
|
369.368
|
||||||
|
366.781
|
||||||
|
365.304
|
||||||
|
367.851
|
||||||
|
366.117
|
||||||
|
364.489
|
||||||
|
363.191
|
||||||
|
362.391
|
||||||
|
356.712
|
||||||
|
357.529
|
||||||
|
357.89
|
||||||
|
358.011
|
||||||
|
358.032
|
||||||
|
348.354
|
||||||
|
350.577
|
||||||
|
352.214
|
||||||
|
353.35
|
||||||
|
353.996
|
||||||
|
343.966
|
||||||
|
346.796
|
||||||
|
349.029
|
||||||
|
350.666
|
||||||
|
351.634
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 291.15;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 400;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/1/U
Normal file
136
fluid-openfoam/1/U
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volVectorField;
|
||||||
|
location "1";
|
||||||
|
object U;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 1 -1 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<vector>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
(2.00106 0.00551799 0)
|
||||||
|
(1.98421 0.0251225 0)
|
||||||
|
(1.9639 0.0177562 0)
|
||||||
|
(1.97618 0.0164037 0)
|
||||||
|
(2.03505 0.0201011 0)
|
||||||
|
(2.00162 0.0135858 0)
|
||||||
|
(1.99703 0.0621585 0)
|
||||||
|
(1.99516 0.0473531 0)
|
||||||
|
(2.0173 0.04402 0)
|
||||||
|
(2.07202 0.0476942 0)
|
||||||
|
(2.00152 0.0156434 0)
|
||||||
|
(2.00963 0.0730006 0)
|
||||||
|
(2.02722 0.0573553 0)
|
||||||
|
(2.05696 0.050977 0)
|
||||||
|
(2.10483 0.0482654 0)
|
||||||
|
(2.00104 0.012464 0)
|
||||||
|
(2.021 0.058545 0)
|
||||||
|
(2.05582 0.0408161 0)
|
||||||
|
(2.09037 0.0294884 0)
|
||||||
|
(2.13253 0.0197167 0)
|
||||||
|
(2.00091 0.0047963 0)
|
||||||
|
(2.03099 0.02292 0)
|
||||||
|
(2.07943 0.0134454 0)
|
||||||
|
(2.11633 0.00661818 0)
|
||||||
|
(2.1527 6.07463e-05 0)
|
||||||
|
(2.23173 0.0994779 0)
|
||||||
|
(2.43626 0.116807 0)
|
||||||
|
(2.47555 0.178038 0)
|
||||||
|
(2.518 0.268564 0)
|
||||||
|
(2.52414 0.353298 0)
|
||||||
|
(2.21461 0.071164 0)
|
||||||
|
(2.36223 0.0872508 0)
|
||||||
|
(2.40082 -0.0261749 0)
|
||||||
|
(2.45125 -0.0978136 0)
|
||||||
|
(2.42039 -0.162299 0)
|
||||||
|
(2.20516 0.0548108 0)
|
||||||
|
(2.3497 0.10106 0)
|
||||||
|
(2.42619 0.0564989 0)
|
||||||
|
(2.49495 0.048413 0)
|
||||||
|
(2.49438 0.0609472 0)
|
||||||
|
(2.20369 0.0185118 0)
|
||||||
|
(2.34567 0.0630055 0)
|
||||||
|
(2.44813 0.0218735 0)
|
||||||
|
(2.53408 0.00654495 0)
|
||||||
|
(2.54129 0.0115024 0)
|
||||||
|
(2.20389 -0.00242487 0)
|
||||||
|
(2.34757 0.0154281 0)
|
||||||
|
(2.47004 -0.00260797 0)
|
||||||
|
(2.56764 -0.0111251 0)
|
||||||
|
(2.58591 -0.0105833 0)
|
||||||
|
(2.62124 0.447385 0)
|
||||||
|
(2.47762 0.532061 0)
|
||||||
|
(2.56331 0.487011 0)
|
||||||
|
(2.59833 0.456095 0)
|
||||||
|
(2.68635 0.442145 0)
|
||||||
|
(2.48305 -0.222654 0)
|
||||||
|
(2.42504 -0.375115 0)
|
||||||
|
(2.57884 -0.384215 0)
|
||||||
|
(2.64606 -0.404952 0)
|
||||||
|
(2.83245 -0.443169 0)
|
||||||
|
(2.60775 0.0599934 0)
|
||||||
|
(2.50023 -0.104929 0)
|
||||||
|
(2.59064 -0.10475 0)
|
||||||
|
(2.59115 -0.153272 0)
|
||||||
|
(2.6133 -0.262617 0)
|
||||||
|
(2.70785 -0.000414724 0)
|
||||||
|
(2.56708 -0.159078 0)
|
||||||
|
(2.60718 -0.15858 0)
|
||||||
|
(2.54578 -0.201495 0)
|
||||||
|
(2.45668 -0.295216 0)
|
||||||
|
(2.7987 -0.0185226 0)
|
||||||
|
(2.6242 -0.086613 0)
|
||||||
|
(2.62292 -0.0870449 0)
|
||||||
|
(2.51228 -0.106384 0)
|
||||||
|
(2.32005 -0.148324 0)
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform (2 0 0);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
160
fluid-openfoam/1/p
Normal file
160
fluid-openfoam/1/p
Normal file
|
|
@ -0,0 +1,160 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "1";
|
||||||
|
object p;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103499 103499 103499);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/1/p_rgh
Normal file
136
fluid-openfoam/1/p_rgh
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "1";
|
||||||
|
object p_rgh;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 103500;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
217
fluid-openfoam/1/phi
Normal file
217
fluid-openfoam/1/phi
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class surfaceScalarField;
|
||||||
|
location "1";
|
||||||
|
object phi;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 0 -1 0 0 0 0];
|
||||||
|
|
||||||
|
oriented oriented;
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
130
|
||||||
|
(
|
||||||
|
0.000184376
|
||||||
|
9.46065e-07
|
||||||
|
0.000180492
|
||||||
|
3.8895e-06
|
||||||
|
0.000177371
|
||||||
|
3.13455e-06
|
||||||
|
0.000174216
|
||||||
|
3.1843e-06
|
||||||
|
3.78341e-06
|
||||||
|
0.000170496
|
||||||
|
0.000184919
|
||||||
|
1.3566e-06
|
||||||
|
0.000182977
|
||||||
|
5.8368e-06
|
||||||
|
0.000181612
|
||||||
|
4.5101e-06
|
||||||
|
0.000180802
|
||||||
|
4.01858e-06
|
||||||
|
3.85369e-06
|
||||||
|
0.000180777
|
||||||
|
0.000185416
|
||||||
|
1.28868e-06
|
||||||
|
0.000185606
|
||||||
|
5.65057e-06
|
||||||
|
0.000185966
|
||||||
|
4.15864e-06
|
||||||
|
0.000186681
|
||||||
|
3.3207e-06
|
||||||
|
2.69138e-06
|
||||||
|
0.000187876
|
||||||
|
0.000185829
|
||||||
|
8.24409e-07
|
||||||
|
0.000187916
|
||||||
|
3.56665e-06
|
||||||
|
0.000189589
|
||||||
|
2.49215e-06
|
||||||
|
0.000191127
|
||||||
|
1.79641e-06
|
||||||
|
1.17096e-06
|
||||||
|
0.000192671
|
||||||
|
0.000186196
|
||||||
|
0.000189765
|
||||||
|
0.000192264
|
||||||
|
0.000194071
|
||||||
|
0.000195262
|
||||||
|
0.000173715
|
||||||
|
1.1175e-05
|
||||||
|
0.000172178
|
||||||
|
9.73484e-06
|
||||||
|
0.000174187
|
||||||
|
3.91469e-06
|
||||||
|
0.000176746
|
||||||
|
2.28562e-06
|
||||||
|
-1.08076e-06
|
||||||
|
0.000182495
|
||||||
|
0.000183876
|
||||||
|
8.25032e-06
|
||||||
|
0.000181049
|
||||||
|
1.27968e-05
|
||||||
|
0.000180728
|
||||||
|
4.50634e-06
|
||||||
|
0.000181212
|
||||||
|
2.09263e-06
|
||||||
|
2.2473e-06
|
||||||
|
0.000178186
|
||||||
|
0.000191095
|
||||||
|
5.14349e-06
|
||||||
|
0.000192559
|
||||||
|
1.14989e-05
|
||||||
|
0.000192871
|
||||||
|
4.40109e-06
|
||||||
|
0.000193099
|
||||||
|
2.10124e-06
|
||||||
|
2.71689e-06
|
||||||
|
0.000192886
|
||||||
|
0.000195539
|
||||||
|
2.35522e-06
|
||||||
|
0.000200257
|
||||||
|
6.9045e-06
|
||||||
|
0.000201999
|
||||||
|
2.8228e-06
|
||||||
|
0.000202865
|
||||||
|
1.43303e-06
|
||||||
|
2.35858e-06
|
||||||
|
0.000203446
|
||||||
|
0.000197682
|
||||||
|
0.000204691
|
||||||
|
0.000207656
|
||||||
|
0.000209267
|
||||||
|
0.00021183
|
||||||
|
0.000181897
|
||||||
|
7.75711e-07
|
||||||
|
0.000184722
|
||||||
|
-2.65576e-06
|
||||||
|
0.00018904
|
||||||
|
-4.15512e-06
|
||||||
|
0.000194334
|
||||||
|
-5.13494e-06
|
||||||
|
-4.72484e-06
|
||||||
|
0.00017931
|
||||||
|
-1.87376e-07
|
||||||
|
0.000186796
|
||||||
|
-9.98396e-06
|
||||||
|
0.000193102
|
||||||
|
-1.03069e-05
|
||||||
|
0.00020134
|
||||||
|
-1.32197e-05
|
||||||
|
-2.01489e-05
|
||||||
|
0.000192382
|
||||||
|
4.57795e-07
|
||||||
|
0.000193741
|
||||||
|
-1.11993e-05
|
||||||
|
0.000194854
|
||||||
|
-1.12766e-05
|
||||||
|
0.000196202
|
||||||
|
-1.44239e-05
|
||||||
|
-2.09186e-05
|
||||||
|
0.000203698
|
||||||
|
3.32185e-07
|
||||||
|
0.000200183
|
||||||
|
-7.55419e-06
|
||||||
|
0.000196497
|
||||||
|
-7.45729e-06
|
||||||
|
0.000191838
|
||||||
|
-9.62901e-06
|
||||||
|
-1.46242e-05
|
||||||
|
0.00021228
|
||||||
|
0.00020485
|
||||||
|
0.00019752
|
||||||
|
0.000188022
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-0.000185321 -0.000185328 -0.000185347 -0.000185364 -0.000185371);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(0.000199215 0.000216915 0.000197115 0.00018568 0.00017353);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
-1.45031e-10
|
||||||
|
-1.33181e-10
|
||||||
|
-1.21828e-10
|
||||||
|
-1.12309e-10
|
||||||
|
-1.04843e-10
|
||||||
|
-2.97271e-11
|
||||||
|
-2.89076e-11
|
||||||
|
-2.83561e-11
|
||||||
|
-2.79604e-11
|
||||||
|
-2.80441e-11
|
||||||
|
-4.81786e-11
|
||||||
|
-4.83426e-11
|
||||||
|
-4.77162e-11
|
||||||
|
-4.67294e-11
|
||||||
|
-4.54274e-11
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(3.36389e-11 3.34794e-11 3.24364e-11 3.03968e-11 2.6599e-11);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(1.5609e-11 1.62441e-11 1.67479e-11 1.71045e-11 1.75087e-11);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-1.41102e-05 -7.86706e-06 -5.57638e-06 -4.4889e-06 -4.31159e-06);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
24
fluid-openfoam/1/uniform/cumulativeContErr
Normal file
24
fluid-openfoam/1/uniform/cumulativeContErr
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class uniformDimensionedScalarField;
|
||||||
|
location "1/uniform";
|
||||||
|
object cumulativeContErr;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 0 0 0 0];
|
||||||
|
value 0.00334469;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "1/uniform/functionObjects";
|
||||||
|
object functionObjectProperties;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
30
fluid-openfoam/1/uniform/time
Normal file
30
fluid-openfoam/1/uniform/time
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "1/uniform";
|
||||||
|
object time;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
value 1;
|
||||||
|
|
||||||
|
name "1";
|
||||||
|
|
||||||
|
index 1;
|
||||||
|
|
||||||
|
deltaT 1;
|
||||||
|
|
||||||
|
deltaT0 1;
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
137
fluid-openfoam/2/T
Normal file
137
fluid-openfoam/2/T
Normal file
|
|
@ -0,0 +1,137 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "2";
|
||||||
|
object T;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 1 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
291.715
|
||||||
|
293.385
|
||||||
|
296.721
|
||||||
|
303.586
|
||||||
|
318.237
|
||||||
|
291.649
|
||||||
|
293.094
|
||||||
|
295.841
|
||||||
|
301.034
|
||||||
|
310.588
|
||||||
|
291.559
|
||||||
|
292.716
|
||||||
|
294.794
|
||||||
|
298.426
|
||||||
|
304.457
|
||||||
|
291.483
|
||||||
|
292.405
|
||||||
|
293.988
|
||||||
|
296.602
|
||||||
|
300.692
|
||||||
|
291.441
|
||||||
|
292.236
|
||||||
|
293.566
|
||||||
|
295.698
|
||||||
|
298.944
|
||||||
|
365.255
|
||||||
|
380.066
|
||||||
|
385.679
|
||||||
|
388.371
|
||||||
|
388.731
|
||||||
|
333.571
|
||||||
|
350.402
|
||||||
|
360.629
|
||||||
|
367.129
|
||||||
|
370.528
|
||||||
|
317.455
|
||||||
|
331.2
|
||||||
|
341.981
|
||||||
|
350.243
|
||||||
|
355.987
|
||||||
|
309.165
|
||||||
|
319.974
|
||||||
|
330.018
|
||||||
|
338.775
|
||||||
|
345.764
|
||||||
|
305.592
|
||||||
|
314.813
|
||||||
|
324.223
|
||||||
|
333.012
|
||||||
|
340.481
|
||||||
|
379.472
|
||||||
|
374.144
|
||||||
|
370.436
|
||||||
|
367.911
|
||||||
|
366.47
|
||||||
|
368.953
|
||||||
|
367.091
|
||||||
|
365.447
|
||||||
|
364.155
|
||||||
|
363.343
|
||||||
|
357.777
|
||||||
|
358.444
|
||||||
|
358.758
|
||||||
|
358.865
|
||||||
|
358.868
|
||||||
|
349.167
|
||||||
|
351.34
|
||||||
|
352.998
|
||||||
|
354.178
|
||||||
|
354.857
|
||||||
|
344.539
|
||||||
|
347.405
|
||||||
|
349.732
|
||||||
|
351.483
|
||||||
|
352.538
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 291.15;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 400;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/2/U
Normal file
136
fluid-openfoam/2/U
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volVectorField;
|
||||||
|
location "2";
|
||||||
|
object U;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 1 -1 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<vector>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
(1.99986 0.0026914 0)
|
||||||
|
(2.00577 0.00477576 0)
|
||||||
|
(2.01803 0.0119127 0)
|
||||||
|
(2.04027 0.0207203 0)
|
||||||
|
(2.09095 0.0326001 0)
|
||||||
|
(2.0008 0.00637072 0)
|
||||||
|
(2.00914 0.0103739 0)
|
||||||
|
(2.02619 0.026878 0)
|
||||||
|
(2.0573 0.0479524 0)
|
||||||
|
(2.11238 0.0760551 0)
|
||||||
|
(2.00159 0.00682364 0)
|
||||||
|
(2.01104 0.00978855 0)
|
||||||
|
(2.02928 0.0261958 0)
|
||||||
|
(2.06153 0.043557 0)
|
||||||
|
(2.11149 0.0622027 0)
|
||||||
|
(2.00208 0.0048357 0)
|
||||||
|
(2.01138 0.00601118 0)
|
||||||
|
(2.02878 0.0176229 0)
|
||||||
|
(2.05996 0.0282095 0)
|
||||||
|
(2.10498 0.0383797 0)
|
||||||
|
(2.00226 0.00170455 0)
|
||||||
|
(2.01061 0.00189239 0)
|
||||||
|
(2.02577 0.00671583 0)
|
||||||
|
(2.05501 0.0121815 0)
|
||||||
|
(2.09759 0.0196277 0)
|
||||||
|
(2.26318 0.104252 0)
|
||||||
|
(2.45389 0.0950846 0)
|
||||||
|
(2.53008 0.0101369 0)
|
||||||
|
(2.59524 -0.0874413 0)
|
||||||
|
(2.60875 -0.181294 0)
|
||||||
|
(2.25177 0.113744 0)
|
||||||
|
(2.41683 0.0585769 0)
|
||||||
|
(2.517 0.0477098 0)
|
||||||
|
(2.59434 0.0529329 0)
|
||||||
|
(2.63487 0.0787629 0)
|
||||||
|
(2.22503 0.0733201 0)
|
||||||
|
(2.36307 0.030583 0)
|
||||||
|
(2.45319 0.00247405 0)
|
||||||
|
(2.52738 -0.0281138 0)
|
||||||
|
(2.55571 -0.0505211 0)
|
||||||
|
(2.20202 0.0402765 0)
|
||||||
|
(2.31978 0.00542842 0)
|
||||||
|
(2.40585 -0.0211406 0)
|
||||||
|
(2.47267 -0.0637197 0)
|
||||||
|
(2.50577 -0.117822 0)
|
||||||
|
(2.18817 0.0263653 0)
|
||||||
|
(2.2854 0.0209088 0)
|
||||||
|
(2.35265 0.0434404 0)
|
||||||
|
(2.39998 0.0761084 0)
|
||||||
|
(2.39723 0.116265 0)
|
||||||
|
(2.66614 -0.330096 0)
|
||||||
|
(2.61482 -0.475832 0)
|
||||||
|
(2.61322 -0.524583 0)
|
||||||
|
(2.59131 -0.588368 0)
|
||||||
|
(2.60459 -0.688824 0)
|
||||||
|
(2.75556 0.109217 0)
|
||||||
|
(2.63771 0.211953 0)
|
||||||
|
(2.5687 0.257379 0)
|
||||||
|
(2.47079 0.301893 0)
|
||||||
|
(2.2356 0.344008 0)
|
||||||
|
(2.64334 -0.046144 0)
|
||||||
|
(2.5915 0.0908049 0)
|
||||||
|
(2.58106 0.118073 0)
|
||||||
|
(2.54906 0.179416 0)
|
||||||
|
(2.48075 0.299157 0)
|
||||||
|
(2.55011 -0.153196 0)
|
||||||
|
(2.52208 -0.0441345 0)
|
||||||
|
(2.55065 -0.0466824 0)
|
||||||
|
(2.57717 0.00133351 0)
|
||||||
|
(2.6044 0.14135 0)
|
||||||
|
(2.36282 0.195739 0)
|
||||||
|
(2.39616 0.352645 0)
|
||||||
|
(2.49966 0.392474 0)
|
||||||
|
(2.62024 0.460711 0)
|
||||||
|
(2.88485 0.580285 0)
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform (2 0 0);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
160
fluid-openfoam/2/p
Normal file
160
fluid-openfoam/2/p
Normal file
|
|
@ -0,0 +1,160 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "2";
|
||||||
|
object p;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103499 103499 103499);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/2/p_rgh
Normal file
136
fluid-openfoam/2/p_rgh
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "2";
|
||||||
|
object p_rgh;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 103500;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
217
fluid-openfoam/2/phi
Normal file
217
fluid-openfoam/2/phi
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class surfaceScalarField;
|
||||||
|
location "2";
|
||||||
|
object phi;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 0 -1 0 0 0 0];
|
||||||
|
|
||||||
|
oriented oriented;
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
130
|
||||||
|
(
|
||||||
|
0.000184838
|
||||||
|
4.57053e-07
|
||||||
|
0.000184089
|
||||||
|
7.49307e-07
|
||||||
|
0.000182248
|
||||||
|
1.84151e-06
|
||||||
|
0.000178983
|
||||||
|
3.26712e-06
|
||||||
|
5.11297e-06
|
||||||
|
0.000173873
|
||||||
|
0.000185134
|
||||||
|
6.26797e-07
|
||||||
|
0.000184953
|
||||||
|
9.30697e-07
|
||||||
|
0.000184479
|
||||||
|
2.3166e-06
|
||||||
|
0.000183902
|
||||||
|
3.84601e-06
|
||||||
|
5.49458e-06
|
||||||
|
0.000183523
|
||||||
|
0.000185415
|
||||||
|
5.36099e-07
|
||||||
|
0.000185632
|
||||||
|
7.14486e-07
|
||||||
|
0.000186055
|
||||||
|
1.89413e-06
|
||||||
|
0.000186856
|
||||||
|
3.04611e-06
|
||||||
|
4.17559e-06
|
||||||
|
0.000188177
|
||||||
|
0.00018559
|
||||||
|
2.89667e-07
|
||||||
|
0.00018597
|
||||||
|
3.35118e-07
|
||||||
|
0.00018687
|
||||||
|
9.94811e-07
|
||||||
|
0.000188306
|
||||||
|
1.6103e-06
|
||||||
|
2.24484e-06
|
||||||
|
0.000190238
|
||||||
|
0.000185642
|
||||||
|
0.000185977
|
||||||
|
0.000186973
|
||||||
|
0.000188583
|
||||||
|
0.000190829
|
||||||
|
0.000174155
|
||||||
|
1.38756e-05
|
||||||
|
0.000175095
|
||||||
|
6.83494e-06
|
||||||
|
0.000177988
|
||||||
|
2.68184e-06
|
||||||
|
0.000182147
|
||||||
|
2.95664e-07
|
||||||
|
3.46944e-07
|
||||||
|
0.000186023
|
||||||
|
0.000185524
|
||||||
|
1.18816e-05
|
||||||
|
0.000187403
|
||||||
|
4.96257e-06
|
||||||
|
0.00018914
|
||||||
|
9.5002e-07
|
||||||
|
0.000191918
|
||||||
|
-2.4779e-06
|
||||||
|
-5.31698e-06
|
||||||
|
0.000197585
|
||||||
|
0.000191592
|
||||||
|
8.47215e-06
|
||||||
|
0.000193402
|
||||||
|
3.15892e-06
|
||||||
|
0.000194214
|
||||||
|
1.43559e-07
|
||||||
|
0.000195229
|
||||||
|
-3.48909e-06
|
||||||
|
-6.4562e-06
|
||||||
|
0.000196372
|
||||||
|
0.000194425
|
||||||
|
4.28935e-06
|
||||||
|
0.000196554
|
||||||
|
1.03476e-06
|
||||||
|
0.00019717
|
||||||
|
-4.68536e-07
|
||||||
|
0.000196508
|
||||||
|
-2.82382e-06
|
||||||
|
-6.35481e-06
|
||||||
|
0.00019641
|
||||||
|
0.000195121
|
||||||
|
0.000196159
|
||||||
|
0.000195694
|
||||||
|
0.000192873
|
||||||
|
0.00018652
|
||||||
|
0.000188386
|
||||||
|
-2.36135e-06
|
||||||
|
0.00018986
|
||||||
|
-1.47272e-06
|
||||||
|
0.000189955
|
||||||
|
-9.33632e-08
|
||||||
|
0.000190234
|
||||||
|
-2.77153e-07
|
||||||
|
-4.36128e-06
|
||||||
|
0.00019785
|
||||||
|
-2.62446e-06
|
||||||
|
0.00019233
|
||||||
|
4.0486e-06
|
||||||
|
0.000186863
|
||||||
|
5.37606e-06
|
||||||
|
0.00017809
|
||||||
|
8.49703e-06
|
||||||
|
1.58892e-05
|
||||||
|
0.000197263
|
||||||
|
-3.51331e-06
|
||||||
|
0.000195231
|
||||||
|
6.08226e-06
|
||||||
|
0.000192928
|
||||||
|
7.68071e-06
|
||||||
|
0.000189507
|
||||||
|
1.19196e-05
|
||||||
|
1.96923e-05
|
||||||
|
0.000195008
|
||||||
|
-2.1099e-06
|
||||||
|
0.000195046
|
||||||
|
6.04544e-06
|
||||||
|
0.000196117
|
||||||
|
6.61067e-06
|
||||||
|
0.000197587
|
||||||
|
1.0451e-05
|
||||||
|
2.08296e-05
|
||||||
|
0.000184411
|
||||||
|
0.000190458
|
||||||
|
0.00019707
|
||||||
|
0.000207522
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-0.000185295 -0.000185304 -0.000185325 -0.000185344 -0.000185352);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(0.000194597 0.000157841 0.000185705 0.000196452 0.000228354);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
-1.3582e-10
|
||||||
|
-1.2041e-10
|
||||||
|
-1.08759e-10
|
||||||
|
-9.96636e-11
|
||||||
|
-9.20428e-11
|
||||||
|
-2.59985e-11
|
||||||
|
-2.52725e-11
|
||||||
|
-2.56363e-11
|
||||||
|
-2.61559e-11
|
||||||
|
-2.74814e-11
|
||||||
|
-4.79893e-11
|
||||||
|
-4.72629e-11
|
||||||
|
-4.60436e-11
|
||||||
|
-4.46544e-11
|
||||||
|
-4.31036e-11
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(3.36481e-11 3.36125e-11 3.31615e-11 3.14862e-11 2.79117e-11);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(1.57542e-11 1.62049e-11 1.63292e-11 1.62307e-11 1.6205e-11);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-1.41523e-05 -7.77179e-06 -5.57156e-06 -4.45302e-06 -4.2215e-06);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
24
fluid-openfoam/2/uniform/cumulativeContErr
Normal file
24
fluid-openfoam/2/uniform/cumulativeContErr
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class uniformDimensionedScalarField;
|
||||||
|
location "2/uniform";
|
||||||
|
object cumulativeContErr;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 0 0 0 0];
|
||||||
|
value 0.00327895;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "2/uniform/functionObjects";
|
||||||
|
object functionObjectProperties;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
30
fluid-openfoam/2/uniform/time
Normal file
30
fluid-openfoam/2/uniform/time
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "2/uniform";
|
||||||
|
object time;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
value 2;
|
||||||
|
|
||||||
|
name "2";
|
||||||
|
|
||||||
|
index 2;
|
||||||
|
|
||||||
|
deltaT 1;
|
||||||
|
|
||||||
|
deltaT0 1;
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
137
fluid-openfoam/3/T
Normal file
137
fluid-openfoam/3/T
Normal file
|
|
@ -0,0 +1,137 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "3";
|
||||||
|
object T;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 1 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
291.705
|
||||||
|
293.344
|
||||||
|
296.617
|
||||||
|
303.388
|
||||||
|
317.954
|
||||||
|
291.641
|
||||||
|
293.064
|
||||||
|
295.77
|
||||||
|
300.912
|
||||||
|
310.431
|
||||||
|
291.555
|
||||||
|
292.7
|
||||||
|
294.765
|
||||||
|
298.388
|
||||||
|
304.427
|
||||||
|
291.482
|
||||||
|
292.403
|
||||||
|
293.993
|
||||||
|
296.626
|
||||||
|
300.744
|
||||||
|
291.442
|
||||||
|
292.243
|
||||||
|
293.592
|
||||||
|
295.755
|
||||||
|
299.037
|
||||||
|
365.048
|
||||||
|
379.931
|
||||||
|
385.54
|
||||||
|
388.228
|
||||||
|
388.649
|
||||||
|
333.447
|
||||||
|
350.08
|
||||||
|
360.249
|
||||||
|
366.703
|
||||||
|
370.209
|
||||||
|
317.441
|
||||||
|
330.856
|
||||||
|
341.597
|
||||||
|
349.854
|
||||||
|
355.692
|
||||||
|
309.23
|
||||||
|
319.776
|
||||||
|
329.812
|
||||||
|
338.629
|
||||||
|
345.745
|
||||||
|
305.697
|
||||||
|
314.758
|
||||||
|
324.208
|
||||||
|
333.11
|
||||||
|
340.76
|
||||||
|
379.559
|
||||||
|
374.522
|
||||||
|
371.082
|
||||||
|
368.757
|
||||||
|
367.429
|
||||||
|
368.962
|
||||||
|
367.556
|
||||||
|
366.236
|
||||||
|
365.198
|
||||||
|
364.567
|
||||||
|
357.814
|
||||||
|
358.984
|
||||||
|
359.684
|
||||||
|
360.112
|
||||||
|
360.36
|
||||||
|
349.456
|
||||||
|
352.03
|
||||||
|
354.004
|
||||||
|
355.455
|
||||||
|
356.342
|
||||||
|
345.131
|
||||||
|
348.275
|
||||||
|
350.796
|
||||||
|
352.708
|
||||||
|
353.891
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 291.15;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 400;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/3/U
Normal file
136
fluid-openfoam/3/U
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volVectorField;
|
||||||
|
location "3";
|
||||||
|
object U;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 1 -1 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<vector>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
(2.00014 0.00286679 0)
|
||||||
|
(2.00381 0.00682439 0)
|
||||||
|
(2.01216 0.0122565 0)
|
||||||
|
(2.03416 0.0211581 0)
|
||||||
|
(2.08719 0.0349928 0)
|
||||||
|
(2.0009 0.00701926 0)
|
||||||
|
(2.00726 0.0163592 0)
|
||||||
|
(2.02096 0.0280286 0)
|
||||||
|
(2.05005 0.0452966 0)
|
||||||
|
(2.10409 0.0674192 0)
|
||||||
|
(2.00168 0.00788531 0)
|
||||||
|
(2.01052 0.0180155 0)
|
||||||
|
(2.02814 0.0291174 0)
|
||||||
|
(2.05936 0.043566 0)
|
||||||
|
(2.10764 0.0584098 0)
|
||||||
|
(2.00216 0.00585791 0)
|
||||||
|
(2.01251 0.0132178 0)
|
||||||
|
(2.03219 0.0204276 0)
|
||||||
|
(2.06344 0.0291379 0)
|
||||||
|
(2.10705 0.0369703 0)
|
||||||
|
(2.00235 0.00212649 0)
|
||||||
|
(2.01321 0.00476665 0)
|
||||||
|
(2.03353 0.00719919 0)
|
||||||
|
(2.06413 0.0101259 0)
|
||||||
|
(2.10473 0.0126364 0)
|
||||||
|
(2.27384 0.112073 0)
|
||||||
|
(2.45651 0.110792 0)
|
||||||
|
(2.5497 0.0939069 0)
|
||||||
|
(2.60295 0.0847236 0)
|
||||||
|
(2.64321 0.0806816 0)
|
||||||
|
(2.25077 0.100609 0)
|
||||||
|
(2.39252 0.0594736 0)
|
||||||
|
(2.48369 0.0128684 0)
|
||||||
|
(2.5421 -0.0137815 0)
|
||||||
|
(2.57729 -0.0369556 0)
|
||||||
|
(2.22396 0.0699108 0)
|
||||||
|
(2.34374 0.041895 0)
|
||||||
|
(2.43636 0.0101597 0)
|
||||||
|
(2.49768 -0.00495609 0)
|
||||||
|
(2.52949 -0.0158383 0)
|
||||||
|
(2.20578 0.041767 0)
|
||||||
|
(2.31381 0.027761 0)
|
||||||
|
(2.40684 0.00751373 0)
|
||||||
|
(2.47467 -0.00389582 0)
|
||||||
|
(2.51583 -0.00880394 0)
|
||||||
|
(2.19398 0.0141464 0)
|
||||||
|
(2.29551 0.00970119 0)
|
||||||
|
(2.38751 0.00222204 0)
|
||||||
|
(2.45707 -0.00256043 0)
|
||||||
|
(2.49851 -0.00744966 0)
|
||||||
|
(2.65878 0.0772376 0)
|
||||||
|
(2.62549 0.0932302 0)
|
||||||
|
(2.60819 0.117951 0)
|
||||||
|
(2.592 0.163923 0)
|
||||||
|
(2.54747 0.232967 0)
|
||||||
|
(2.58786 -0.0521191 0)
|
||||||
|
(2.61345 -0.0706525 0)
|
||||||
|
(2.63943 -0.0712112 0)
|
||||||
|
(2.67947 -0.0641295 0)
|
||||||
|
(2.77186 -0.0432659 0)
|
||||||
|
(2.53481 -0.0256432 0)
|
||||||
|
(2.53606 -0.0641337 0)
|
||||||
|
(2.54317 -0.0664943 0)
|
||||||
|
(2.56202 -0.080024 0)
|
||||||
|
(2.63324 -0.101239 0)
|
||||||
|
(2.54147 -0.0143373 0)
|
||||||
|
(2.54589 -0.0515799 0)
|
||||||
|
(2.54965 -0.0495389 0)
|
||||||
|
(2.54817 -0.0681134 0)
|
||||||
|
(2.56133 -0.115058 0)
|
||||||
|
(2.54468 -0.0190149 0)
|
||||||
|
(2.51977 -0.0546883 0)
|
||||||
|
(2.49998 -0.0767466 0)
|
||||||
|
(2.45708 -0.118313 0)
|
||||||
|
(2.35601 -0.185342 0)
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform (2 0 0);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
160
fluid-openfoam/3/p
Normal file
160
fluid-openfoam/3/p
Normal file
|
|
@ -0,0 +1,160 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "3";
|
||||||
|
object p;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103499 103499 103499);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/3/p_rgh
Normal file
136
fluid-openfoam/3/p_rgh
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "3";
|
||||||
|
object p_rgh;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 103500;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
217
fluid-openfoam/3/phi
Normal file
217
fluid-openfoam/3/phi
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class surfaceScalarField;
|
||||||
|
location "3";
|
||||||
|
object phi;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 0 -1 0 0 0 0];
|
||||||
|
|
||||||
|
oriented oriented;
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
130
|
||||||
|
(
|
||||||
|
0.000184805
|
||||||
|
4.87566e-07
|
||||||
|
0.000183723
|
||||||
|
1.08274e-06
|
||||||
|
0.00018184
|
||||||
|
1.88267e-06
|
||||||
|
0.000178716
|
||||||
|
3.12327e-06
|
||||||
|
4.77183e-06
|
||||||
|
0.000173943
|
||||||
|
0.000185082
|
||||||
|
7.06409e-07
|
||||||
|
0.000184623
|
||||||
|
1.54212e-06
|
||||||
|
0.000183998
|
||||||
|
2.50778e-06
|
||||||
|
0.000183334
|
||||||
|
3.78622e-06
|
||||||
|
5.08835e-06
|
||||||
|
0.000183018
|
||||||
|
0.000185392
|
||||||
|
6.34979e-07
|
||||||
|
0.000185558
|
||||||
|
1.37617e-06
|
||||||
|
0.00018593
|
||||||
|
2.1358e-06
|
||||||
|
0.000186659
|
||||||
|
3.05741e-06
|
||||||
|
3.89013e-06
|
||||||
|
0.000187857
|
||||||
|
0.000185611
|
||||||
|
3.62465e-07
|
||||||
|
0.000186203
|
||||||
|
7.84258e-07
|
||||||
|
0.000187156
|
||||||
|
1.18267e-06
|
||||||
|
0.000188567
|
||||||
|
1.64647e-06
|
||||||
|
2.03899e-06
|
||||||
|
0.000190419
|
||||||
|
0.000185709
|
||||||
|
0.000186493
|
||||||
|
0.000187676
|
||||||
|
0.000189323
|
||||||
|
0.000191362
|
||||||
|
0.000174899
|
||||||
|
1.30306e-05
|
||||||
|
0.000175856
|
||||||
|
6.85251e-06
|
||||||
|
0.000178839
|
||||||
|
2.5561e-06
|
||||||
|
0.00018236
|
||||||
|
8.96985e-07
|
||||||
|
-1.31651e-06
|
||||||
|
0.000187835
|
||||||
|
0.000184917
|
||||||
|
1.11311e-05
|
||||||
|
0.000185285
|
||||||
|
6.48314e-06
|
||||||
|
0.000186215
|
||||||
|
1.62427e-06
|
||||||
|
0.000187763
|
||||||
|
-6.51439e-07
|
||||||
|
-2.49507e-06
|
||||||
|
0.00018894
|
||||||
|
0.000190911
|
||||||
|
8.07637e-06
|
||||||
|
0.000192246
|
||||||
|
5.14687e-06
|
||||||
|
0.000192554
|
||||||
|
1.31556e-06
|
||||||
|
0.000192469
|
||||||
|
-5.68003e-07
|
||||||
|
-1.46045e-06
|
||||||
|
0.000191433
|
||||||
|
0.00019432
|
||||||
|
4.1751e-06
|
||||||
|
0.000196652
|
||||||
|
2.81384e-06
|
||||||
|
0.000197226
|
||||||
|
7.40786e-07
|
||||||
|
0.000196999
|
||||||
|
-3.41135e-07
|
||||||
|
-5.9521e-07
|
||||||
|
0.000196134
|
||||||
|
0.000195538
|
||||||
|
0.000198351
|
||||||
|
0.000199092
|
||||||
|
0.000198752
|
||||||
|
0.000198157
|
||||||
|
0.000188533
|
||||||
|
-6.97498e-07
|
||||||
|
0.000189507
|
||||||
|
-9.73815e-07
|
||||||
|
0.000190064
|
||||||
|
-5.55663e-07
|
||||||
|
0.000189282
|
||||||
|
7.83234e-07
|
||||||
|
4.04292e-06
|
||||||
|
0.000190322
|
||||||
|
-2.07887e-06
|
||||||
|
0.000193237
|
||||||
|
-3.8883e-06
|
||||||
|
0.000196279
|
||||||
|
-3.59651e-06
|
||||||
|
0.000200455
|
||||||
|
-3.3908e-06
|
||||||
|
-3.5186e-06
|
||||||
|
0.000190711
|
||||||
|
-1.35655e-06
|
||||||
|
0.000190871
|
||||||
|
-4.0477e-06
|
||||||
|
0.000191593
|
||||||
|
-4.31668e-06
|
||||||
|
0.000193955
|
||||||
|
-5.75016e-06
|
||||||
|
-8.15838e-06
|
||||||
|
0.00019571
|
||||||
|
-9.31895e-07
|
||||||
|
0.000194898
|
||||||
|
-3.23483e-06
|
||||||
|
0.000194074
|
||||||
|
-3.49045e-06
|
||||||
|
0.000193499
|
||||||
|
-5.17365e-06
|
||||||
|
-9.10141e-06
|
||||||
|
0.000197227
|
||||||
|
0.000193994
|
||||||
|
0.000190505
|
||||||
|
0.000185334
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-0.000185293 -0.000185301 -0.000185321 -0.000185339 -0.000185346);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(0.000185241 0.000208018 0.000198597 0.000194445 0.000176235);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
-1.37332e-10
|
||||||
|
-1.25414e-10
|
||||||
|
-1.14783e-10
|
||||||
|
-1.06082e-10
|
||||||
|
-1.00319e-10
|
||||||
|
-2.92843e-11
|
||||||
|
-2.78407e-11
|
||||||
|
-2.63671e-11
|
||||||
|
-2.46832e-11
|
||||||
|
-2.24897e-11
|
||||||
|
-4.81228e-11
|
||||||
|
-4.81798e-11
|
||||||
|
-4.72771e-11
|
||||||
|
-4.587e-11
|
||||||
|
-4.40212e-11
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(3.36552e-11 3.35454e-11 3.25749e-11 3.07392e-11 2.72706e-11);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(1.52697e-11 1.57228e-11 1.61558e-11 1.64399e-11 1.64367e-11);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-1.39873e-05 -7.80948e-06 -5.53957e-06 -4.41876e-06 -4.15843e-06);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
24
fluid-openfoam/3/uniform/cumulativeContErr
Normal file
24
fluid-openfoam/3/uniform/cumulativeContErr
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class uniformDimensionedScalarField;
|
||||||
|
location "3/uniform";
|
||||||
|
object cumulativeContErr;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 0 0 0 0];
|
||||||
|
value 0.00483834;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "3/uniform/functionObjects";
|
||||||
|
object functionObjectProperties;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
30
fluid-openfoam/3/uniform/time
Normal file
30
fluid-openfoam/3/uniform/time
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "3/uniform";
|
||||||
|
object time;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
value 3;
|
||||||
|
|
||||||
|
name "3";
|
||||||
|
|
||||||
|
index 3;
|
||||||
|
|
||||||
|
deltaT 1;
|
||||||
|
|
||||||
|
deltaT0 1;
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
137
fluid-openfoam/4/T
Normal file
137
fluid-openfoam/4/T
Normal file
|
|
@ -0,0 +1,137 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "4";
|
||||||
|
object T;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 1 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
291.706
|
||||||
|
293.347
|
||||||
|
296.624
|
||||||
|
303.4
|
||||||
|
317.967
|
||||||
|
291.642
|
||||||
|
293.066
|
||||||
|
295.776
|
||||||
|
300.921
|
||||||
|
310.439
|
||||||
|
291.555
|
||||||
|
292.701
|
||||||
|
294.767
|
||||||
|
298.39
|
||||||
|
304.427
|
||||||
|
291.482
|
||||||
|
292.403
|
||||||
|
293.992
|
||||||
|
296.623
|
||||||
|
300.739
|
||||||
|
291.442
|
||||||
|
292.242
|
||||||
|
293.589
|
||||||
|
295.749
|
||||||
|
299.027
|
||||||
|
365.043
|
||||||
|
379.935
|
||||||
|
385.561
|
||||||
|
388.272
|
||||||
|
388.684
|
||||||
|
333.438
|
||||||
|
350.122
|
||||||
|
360.337
|
||||||
|
366.868
|
||||||
|
370.366
|
||||||
|
317.439
|
||||||
|
330.935
|
||||||
|
341.715
|
||||||
|
350.029
|
||||||
|
355.872
|
||||||
|
309.23
|
||||||
|
319.843
|
||||||
|
329.902
|
||||||
|
338.731
|
||||||
|
345.82
|
||||||
|
305.695
|
||||||
|
314.799
|
||||||
|
324.245
|
||||||
|
333.122
|
||||||
|
340.699
|
||||||
|
379.626
|
||||||
|
374.501
|
||||||
|
370.96
|
||||||
|
368.559
|
||||||
|
367.192
|
||||||
|
369.009
|
||||||
|
367.437
|
||||||
|
365.995
|
||||||
|
364.867
|
||||||
|
364.182
|
||||||
|
357.858
|
||||||
|
358.78
|
||||||
|
359.281
|
||||||
|
359.535
|
||||||
|
359.643
|
||||||
|
349.384
|
||||||
|
351.725
|
||||||
|
353.509
|
||||||
|
354.784
|
||||||
|
355.524
|
||||||
|
344.902
|
||||||
|
347.876
|
||||||
|
350.278
|
||||||
|
352.08
|
||||||
|
353.164
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 291.15;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 400;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/4/U
Normal file
136
fluid-openfoam/4/U
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volVectorField;
|
||||||
|
location "4";
|
||||||
|
object U;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 1 -1 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<vector>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
(2.0001 0.00286653 0)
|
||||||
|
(2.00396 0.00651879 0)
|
||||||
|
(2.013 0.0121266 0)
|
||||||
|
(2.03526 0.021286 0)
|
||||||
|
(2.08816 0.0356258 0)
|
||||||
|
(2.00088 0.00700912 0)
|
||||||
|
(2.00735 0.0155337 0)
|
||||||
|
(2.0215 0.0276079 0)
|
||||||
|
(2.05064 0.0450957 0)
|
||||||
|
(2.1044 0.0675404 0)
|
||||||
|
(2.00168 0.00785706 0)
|
||||||
|
(2.01052 0.0169235 0)
|
||||||
|
(2.0283 0.0286489 0)
|
||||||
|
(2.05961 0.0434394 0)
|
||||||
|
(2.10776 0.0587659 0)
|
||||||
|
(2.00217 0.00582953 0)
|
||||||
|
(2.01231 0.0123063 0)
|
||||||
|
(2.03168 0.0201609 0)
|
||||||
|
(2.06286 0.0292284 0)
|
||||||
|
(2.10627 0.0376309 0)
|
||||||
|
(2.00237 0.00211939 0)
|
||||||
|
(2.01294 0.00443434 0)
|
||||||
|
(2.03271 0.00716419 0)
|
||||||
|
(2.06329 0.0102152 0)
|
||||||
|
(2.10402 0.0129793 0)
|
||||||
|
(2.2748 0.113302 0)
|
||||||
|
(2.45592 0.111536 0)
|
||||||
|
(2.55033 0.0955304 0)
|
||||||
|
(2.60458 0.0850172 0)
|
||||||
|
(2.64792 0.0748865 0)
|
||||||
|
(2.25121 0.100688 0)
|
||||||
|
(2.39238 0.057966 0)
|
||||||
|
(2.48555 0.0105349 0)
|
||||||
|
(2.54469 -0.0170605 0)
|
||||||
|
(2.58075 -0.0383902 0)
|
||||||
|
(2.22467 0.070233 0)
|
||||||
|
(2.34438 0.0403707 0)
|
||||||
|
(2.4394 0.0089492 0)
|
||||||
|
(2.50443 -0.00755232 0)
|
||||||
|
(2.54577 -0.0172619 0)
|
||||||
|
(2.20567 0.0424877 0)
|
||||||
|
(2.31224 0.0268678 0)
|
||||||
|
(2.40555 0.00756509 0)
|
||||||
|
(2.47233 -0.00532486 0)
|
||||||
|
(2.51404 -0.0141524 0)
|
||||||
|
(2.19485 0.0146332 0)
|
||||||
|
(2.29432 0.00983278 0)
|
||||||
|
(2.38583 0.00338192 0)
|
||||||
|
(2.45327 -0.00165119 0)
|
||||||
|
(2.49541 -0.00493303 0)
|
||||||
|
(2.65333 0.054613 0)
|
||||||
|
(2.63757 0.0390349 0)
|
||||||
|
(2.62487 0.0299705 0)
|
||||||
|
(2.62311 0.0199565 0)
|
||||||
|
(2.63842 0.00438657 0)
|
||||||
|
(2.59059 -0.0536429 0)
|
||||||
|
(2.58455 -0.0596512 0)
|
||||||
|
(2.57726 -0.0570996 0)
|
||||||
|
(2.56834 -0.053871 0)
|
||||||
|
(2.5546 -0.0559849 0)
|
||||||
|
(2.56218 -0.019491 0)
|
||||||
|
(2.56118 -0.0143281 0)
|
||||||
|
(2.55806 -0.00701855 0)
|
||||||
|
(2.55009 0.00565771 0)
|
||||||
|
(2.52594 0.0222761 0)
|
||||||
|
(2.52973 -0.0169544 0)
|
||||||
|
(2.53523 -0.0124475 0)
|
||||||
|
(2.53863 -0.0092174 0)
|
||||||
|
(2.53924 0.00239383 0)
|
||||||
|
(2.53927 0.0243162 0)
|
||||||
|
(2.50975 -0.00527059 0)
|
||||||
|
(2.52148 -0.00136323 0)
|
||||||
|
(2.53164 0.00163233 0)
|
||||||
|
(2.54422 0.00985307 0)
|
||||||
|
(2.57214 0.0251321 0)
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform (2 0 0);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
160
fluid-openfoam/4/p
Normal file
160
fluid-openfoam/4/p
Normal file
|
|
@ -0,0 +1,160 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "4";
|
||||||
|
object p;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103499 103499 103499);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/4/p_rgh
Normal file
136
fluid-openfoam/4/p_rgh
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "4";
|
||||||
|
object p_rgh;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 103500;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
217
fluid-openfoam/4/phi
Normal file
217
fluid-openfoam/4/phi
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class surfaceScalarField;
|
||||||
|
location "4";
|
||||||
|
object phi;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 0 -1 0 0 0 0];
|
||||||
|
|
||||||
|
oriented oriented;
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
130
|
||||||
|
(
|
||||||
|
0.000184805
|
||||||
|
4.87318e-07
|
||||||
|
0.000183771
|
||||||
|
1.03428e-06
|
||||||
|
0.000181913
|
||||||
|
1.85716e-06
|
||||||
|
0.0001788
|
||||||
|
3.11357e-06
|
||||||
|
4.79161e-06
|
||||||
|
0.000174008
|
||||||
|
0.000185082
|
||||||
|
7.05304e-07
|
||||||
|
0.000184654
|
||||||
|
1.46278e-06
|
||||||
|
0.000184035
|
||||||
|
2.47573e-06
|
||||||
|
0.000183367
|
||||||
|
3.78234e-06
|
||||||
|
5.12127e-06
|
||||||
|
0.000183037
|
||||||
|
0.000185393
|
||||||
|
6.3174e-07
|
||||||
|
0.000185566
|
||||||
|
1.29005e-06
|
||||||
|
0.00018594
|
||||||
|
2.10188e-06
|
||||||
|
0.000186672
|
||||||
|
3.05059e-06
|
||||||
|
3.92368e-06
|
||||||
|
0.000187869
|
||||||
|
0.000185609
|
||||||
|
3.61061e-07
|
||||||
|
0.000186168
|
||||||
|
7.30452e-07
|
||||||
|
0.000187104
|
||||||
|
1.16608e-06
|
||||||
|
0.000188505
|
||||||
|
1.65017e-06
|
||||||
|
2.07538e-06
|
||||||
|
0.000190353
|
||||||
|
0.000185707
|
||||||
|
0.000186437
|
||||||
|
0.000187604
|
||||||
|
0.000189254
|
||||||
|
0.000191329
|
||||||
|
0.000174905
|
||||||
|
1.30918e-05
|
||||||
|
0.000175896
|
||||||
|
6.78467e-06
|
||||||
|
0.000178913
|
||||||
|
2.49178e-06
|
||||||
|
0.000182493
|
||||||
|
8.0237e-07
|
||||||
|
-1.1437e-06
|
||||||
|
0.00018775
|
||||||
|
0.000184926
|
||||||
|
1.12032e-05
|
||||||
|
0.000185347
|
||||||
|
6.36338e-06
|
||||||
|
0.000186264
|
||||||
|
1.575e-06
|
||||||
|
0.000187827
|
||||||
|
-7.59684e-07
|
||||||
|
-2.3178e-06
|
||||||
|
0.000189001
|
||||||
|
0.000190948
|
||||||
|
8.12413e-06
|
||||||
|
0.00019237
|
||||||
|
4.94205e-06
|
||||||
|
0.000192801
|
||||||
|
1.1446e-06
|
||||||
|
0.000193102
|
||||||
|
-1.05978e-06
|
||||||
|
-2.39432e-06
|
||||||
|
0.000193179
|
||||||
|
0.000194251
|
||||||
|
4.22565e-06
|
||||||
|
0.000196518
|
||||||
|
2.67582e-06
|
||||||
|
0.000197007
|
||||||
|
6.55483e-07
|
||||||
|
0.000196604
|
||||||
|
-6.56393e-07
|
||||||
|
-1.43631e-06
|
||||||
|
0.000195647
|
||||||
|
0.000195555
|
||||||
|
0.000198231
|
||||||
|
0.000198887
|
||||||
|
0.000198231
|
||||||
|
0.000196794
|
||||||
|
0.000188881
|
||||||
|
-1.13124e-06
|
||||||
|
0.000190358
|
||||||
|
-1.47681e-06
|
||||||
|
0.000191664
|
||||||
|
-1.30645e-06
|
||||||
|
0.000192927
|
||||||
|
-1.26322e-06
|
||||||
|
-1.62068e-06
|
||||||
|
0.000189598
|
||||||
|
-1.72834e-06
|
||||||
|
0.000189899
|
||||||
|
-1.77763e-06
|
||||||
|
0.000190101
|
||||||
|
-1.50884e-06
|
||||||
|
0.000189915
|
||||||
|
-1.07767e-06
|
||||||
|
-8.01586e-07
|
||||||
|
0.000192954
|
||||||
|
-1.50326e-06
|
||||||
|
0.000192437
|
||||||
|
-1.26087e-06
|
||||||
|
0.00019189
|
||||||
|
-9.6274e-07
|
||||||
|
0.00019093
|
||||||
|
-1.18568e-07
|
||||||
|
1.32527e-06
|
||||||
|
0.000194968
|
||||||
|
-8.24773e-07
|
||||||
|
0.000194236
|
||||||
|
-5.29492e-07
|
||||||
|
0.000193572
|
||||||
|
-2.99088e-07
|
||||||
|
0.000193055
|
||||||
|
3.96995e-07
|
||||||
|
1.66131e-06
|
||||||
|
0.000195969
|
||||||
|
0.000195439
|
||||||
|
0.000195139
|
||||||
|
0.000195535
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-0.000185292 -0.0001853 -0.00018532 -0.000185338 -0.000185346);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(0.000194547 0.000189095 0.000188802 0.000192717 0.000197195);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
-1.37056e-10
|
||||||
|
-1.2404e-10
|
||||||
|
-1.13129e-10
|
||||||
|
-1.0434e-10
|
||||||
|
-9.75413e-11
|
||||||
|
-2.76816e-11
|
||||||
|
-2.70155e-11
|
||||||
|
-2.68876e-11
|
||||||
|
-2.69424e-11
|
||||||
|
-2.77203e-11
|
||||||
|
-4.81063e-11
|
||||||
|
-4.80523e-11
|
||||||
|
-4.71086e-11
|
||||||
|
-4.57011e-11
|
||||||
|
-4.3907e-11
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(3.36551e-11 3.35498e-11 3.26345e-11 3.08013e-11 2.73063e-11);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(1.52499e-11 1.57534e-11 1.6163e-11 1.64805e-11 1.6917e-11);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-1.39883e-05 -7.77638e-06 -5.50866e-06 -4.38203e-06 -4.1129e-06);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
24
fluid-openfoam/4/uniform/cumulativeContErr
Normal file
24
fluid-openfoam/4/uniform/cumulativeContErr
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class uniformDimensionedScalarField;
|
||||||
|
location "4/uniform";
|
||||||
|
object cumulativeContErr;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 0 0 0 0];
|
||||||
|
value 0.00669419;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "4/uniform/functionObjects";
|
||||||
|
object functionObjectProperties;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
30
fluid-openfoam/4/uniform/time
Normal file
30
fluid-openfoam/4/uniform/time
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "4/uniform";
|
||||||
|
object time;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
value 4;
|
||||||
|
|
||||||
|
name "4";
|
||||||
|
|
||||||
|
index 4;
|
||||||
|
|
||||||
|
deltaT 1;
|
||||||
|
|
||||||
|
deltaT0 1;
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
137
fluid-openfoam/5/T
Normal file
137
fluid-openfoam/5/T
Normal file
|
|
@ -0,0 +1,137 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "5";
|
||||||
|
object T;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 1 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
291.706
|
||||||
|
293.346
|
||||||
|
296.623
|
||||||
|
303.397
|
||||||
|
317.962
|
||||||
|
291.642
|
||||||
|
293.066
|
||||||
|
295.775
|
||||||
|
300.919
|
||||||
|
310.437
|
||||||
|
291.555
|
||||||
|
292.701
|
||||||
|
294.767
|
||||||
|
298.39
|
||||||
|
304.426
|
||||||
|
291.482
|
||||||
|
292.403
|
||||||
|
293.992
|
||||||
|
296.623
|
||||||
|
300.739
|
||||||
|
291.442
|
||||||
|
292.242
|
||||||
|
293.589
|
||||||
|
295.749
|
||||||
|
299.029
|
||||||
|
365.04
|
||||||
|
379.932
|
||||||
|
385.558
|
||||||
|
388.268
|
||||||
|
388.686
|
||||||
|
333.437
|
||||||
|
350.115
|
||||||
|
360.328
|
||||||
|
366.855
|
||||||
|
370.365
|
||||||
|
317.439
|
||||||
|
330.928
|
||||||
|
341.704
|
||||||
|
350.012
|
||||||
|
355.859
|
||||||
|
309.23
|
||||||
|
319.837
|
||||||
|
329.895
|
||||||
|
338.724
|
||||||
|
345.821
|
||||||
|
305.695
|
||||||
|
314.795
|
||||||
|
324.241
|
||||||
|
333.122
|
||||||
|
340.711
|
||||||
|
379.638
|
||||||
|
374.538
|
||||||
|
371.023
|
||||||
|
368.643
|
||||||
|
367.289
|
||||||
|
369.037
|
||||||
|
367.51
|
||||||
|
366.096
|
||||||
|
364.987
|
||||||
|
364.309
|
||||||
|
357.879
|
||||||
|
358.862
|
||||||
|
359.411
|
||||||
|
359.712
|
||||||
|
359.854
|
||||||
|
349.416
|
||||||
|
351.802
|
||||||
|
353.623
|
||||||
|
354.938
|
||||||
|
355.715
|
||||||
|
344.941
|
||||||
|
347.938
|
||||||
|
350.356
|
||||||
|
352.175
|
||||||
|
353.276
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 291.15;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 400;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/5/U
Normal file
136
fluid-openfoam/5/U
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volVectorField;
|
||||||
|
location "5";
|
||||||
|
object U;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 1 -1 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<vector>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
(2.0001 0.00286641 0)
|
||||||
|
(2.00395 0.00652375 0)
|
||||||
|
(2.01295 0.0121272 0)
|
||||||
|
(2.03519 0.0212464 0)
|
||||||
|
(2.08808 0.0354672 0)
|
||||||
|
(2.00088 0.00700499 0)
|
||||||
|
(2.00735 0.0155611 0)
|
||||||
|
(2.02148 0.0276502 0)
|
||||||
|
(2.05063 0.0451744 0)
|
||||||
|
(2.10438 0.0676513 0)
|
||||||
|
(2.00168 0.00784631 0)
|
||||||
|
(2.01052 0.016963 0)
|
||||||
|
(2.0283 0.0286788 0)
|
||||||
|
(2.05964 0.0434882 0)
|
||||||
|
(2.10782 0.0588169 0)
|
||||||
|
(2.00217 0.00581891 0)
|
||||||
|
(2.0123 0.0123376 0)
|
||||||
|
(2.03169 0.020178 0)
|
||||||
|
(2.06289 0.0292568 0)
|
||||||
|
(2.10633 0.0376395 0)
|
||||||
|
(2.00236 0.00211519 0)
|
||||||
|
(2.01293 0.00444584 0)
|
||||||
|
(2.03274 0.00716896 0)
|
||||||
|
(2.06334 0.0102134 0)
|
||||||
|
(2.1041 0.0129211 0)
|
||||||
|
(2.2745 0.112972 0)
|
||||||
|
(2.4559 0.111073 0)
|
||||||
|
(2.55011 0.094873 0)
|
||||||
|
(2.60459 0.0841833 0)
|
||||||
|
(2.64887 0.0739052 0)
|
||||||
|
(2.25099 0.100829 0)
|
||||||
|
(2.39234 0.058117 0)
|
||||||
|
(2.48527 0.0107617 0)
|
||||||
|
(2.54448 -0.0167737 0)
|
||||||
|
(2.58171 -0.0380314 0)
|
||||||
|
(2.22463 0.0703136 0)
|
||||||
|
(2.34451 0.0404428 0)
|
||||||
|
(2.43924 0.00904354 0)
|
||||||
|
(2.50427 -0.00720189 0)
|
||||||
|
(2.54628 -0.0168485 0)
|
||||||
|
(2.20564 0.0425112 0)
|
||||||
|
(2.31244 0.0268979 0)
|
||||||
|
(2.40553 0.00748374 0)
|
||||||
|
(2.47246 -0.00544566 0)
|
||||||
|
(2.51472 -0.0144613 0)
|
||||||
|
(2.1948 0.0144978 0)
|
||||||
|
(2.29455 0.0095936 0)
|
||||||
|
(2.38574 0.0027863 0)
|
||||||
|
(2.45333 -0.00202584 0)
|
||||||
|
(2.49662 -0.0052088 0)
|
||||||
|
(2.65303 0.0537362 0)
|
||||||
|
(2.63632 0.0406091 0)
|
||||||
|
(2.62218 0.034427 0)
|
||||||
|
(2.61578 0.0319933 0)
|
||||||
|
(2.61343 0.0317193 0)
|
||||||
|
(2.58981 -0.0522048 0)
|
||||||
|
(2.58819 -0.056697 0)
|
||||||
|
(2.58522 -0.0523318 0)
|
||||||
|
(2.58515 -0.0439801 0)
|
||||||
|
(2.59053 -0.0347293 0)
|
||||||
|
(2.55907 -0.0194894 0)
|
||||||
|
(2.56361 -0.0186358 0)
|
||||||
|
(2.56429 -0.0137127 0)
|
||||||
|
(2.56436 -0.00701168 0)
|
||||||
|
(2.56504 -0.000562001 0)
|
||||||
|
(2.52824 -0.0189263 0)
|
||||||
|
(2.53519 -0.0220782 0)
|
||||||
|
(2.53861 -0.0222261 0)
|
||||||
|
(2.54023 -0.0210247 0)
|
||||||
|
(2.54217 -0.0195805 0)
|
||||||
|
(2.51158 -0.00647714 0)
|
||||||
|
(2.52009 -0.00732582 0)
|
||||||
|
(2.52515 -0.00696981 0)
|
||||||
|
(2.52671 -0.00648203 0)
|
||||||
|
(2.52306 -0.00670111 0)
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform (2 0 0);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type slip;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
160
fluid-openfoam/5/p
Normal file
160
fluid-openfoam/5/p
Normal file
|
|
@ -0,0 +1,160 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "5";
|
||||||
|
object p;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
103500
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103499
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(103500 103500 103499 103499 103499);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
136
fluid-openfoam/5/p_rgh
Normal file
136
fluid-openfoam/5/p_rgh
Normal file
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class volScalarField;
|
||||||
|
location "5";
|
||||||
|
object p_rgh;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 -1 -2 0 0 0 0];
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
75
|
||||||
|
(
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103501
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
103500
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type fixedValue;
|
||||||
|
value uniform 103500;
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type zeroGradient;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
217
fluid-openfoam/5/phi
Normal file
217
fluid-openfoam/5/phi
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class surfaceScalarField;
|
||||||
|
location "5";
|
||||||
|
object phi;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [1 0 -1 0 0 0 0];
|
||||||
|
|
||||||
|
oriented oriented;
|
||||||
|
|
||||||
|
internalField nonuniform List<scalar>
|
||||||
|
130
|
||||||
|
(
|
||||||
|
0.000184805
|
||||||
|
4.87319e-07
|
||||||
|
0.000183769
|
||||||
|
1.03609e-06
|
||||||
|
0.000181909
|
||||||
|
1.8595e-06
|
||||||
|
0.000178793
|
||||||
|
3.11644e-06
|
||||||
|
4.79257e-06
|
||||||
|
0.000174
|
||||||
|
0.000185083
|
||||||
|
7.04577e-07
|
||||||
|
0.000184654
|
||||||
|
1.46543e-06
|
||||||
|
0.000184035
|
||||||
|
2.4783e-06
|
||||||
|
0.000183365
|
||||||
|
3.78644e-06
|
||||||
|
5.12531e-06
|
||||||
|
0.000183032
|
||||||
|
0.000185394
|
||||||
|
6.30617e-07
|
||||||
|
0.000185566
|
||||||
|
1.29274e-06
|
||||||
|
0.000185941
|
||||||
|
2.1036e-06
|
||||||
|
0.000186674
|
||||||
|
3.05349e-06
|
||||||
|
3.92568e-06
|
||||||
|
0.000187874
|
||||||
|
0.000185608
|
||||||
|
3.60348e-07
|
||||||
|
0.000186169
|
||||||
|
7.32313e-07
|
||||||
|
0.000187105
|
||||||
|
1.16733e-06
|
||||||
|
0.000188506
|
||||||
|
1.65211e-06
|
||||||
|
2.07517e-06
|
||||||
|
0.000190357
|
||||||
|
0.000185706
|
||||||
|
0.000186438
|
||||||
|
0.000187606
|
||||||
|
0.000189258
|
||||||
|
0.000191333
|
||||||
|
0.000174892
|
||||||
|
1.30925e-05
|
||||||
|
0.000175887
|
||||||
|
6.78311e-06
|
||||||
|
0.000178908
|
||||||
|
2.48861e-06
|
||||||
|
0.000182492
|
||||||
|
7.97479e-07
|
||||||
|
-1.15301e-06
|
||||||
|
0.000187759
|
||||||
|
0.000184916
|
||||||
|
1.12088e-05
|
||||||
|
0.000185336
|
||||||
|
6.3627e-06
|
||||||
|
0.000186255
|
||||||
|
1.57024e-06
|
||||||
|
0.000187814
|
||||||
|
-7.62237e-07
|
||||||
|
-2.36736e-06
|
||||||
|
0.000189029
|
||||||
|
0.000190953
|
||||||
|
8.12906e-06
|
||||||
|
0.000192371
|
||||||
|
4.94507e-06
|
||||||
|
0.000192803
|
||||||
|
1.13794e-06
|
||||||
|
0.000193088
|
||||||
|
-1.04669e-06
|
||||||
|
-2.36832e-06
|
||||||
|
0.000193089
|
||||||
|
0.000194259
|
||||||
|
4.22698e-06
|
||||||
|
0.000196526
|
||||||
|
2.67765e-06
|
||||||
|
0.00019702
|
||||||
|
6.43972e-07
|
||||||
|
0.000196609
|
||||||
|
-6.3579e-07
|
||||||
|
-1.35539e-06
|
||||||
|
0.000195596
|
||||||
|
0.00019556
|
||||||
|
0.000198238
|
||||||
|
0.000198882
|
||||||
|
0.000198246
|
||||||
|
0.000196891
|
||||||
|
0.000188844
|
||||||
|
-1.08563e-06
|
||||||
|
0.000190182
|
||||||
|
-1.33736e-06
|
||||||
|
0.000191243
|
||||||
|
-1.06146e-06
|
||||||
|
0.000191929
|
||||||
|
-6.85979e-07
|
||||||
|
-2.68366e-07
|
||||||
|
0.000189689
|
||||||
|
-1.74594e-06
|
||||||
|
0.000190278
|
||||||
|
-1.92615e-06
|
||||||
|
0.00019093
|
||||||
|
-1.71283e-06
|
||||||
|
0.000191552
|
||||||
|
-1.30858e-06
|
||||||
|
-9.31332e-07
|
||||||
|
0.000192904
|
||||||
|
-1.5617e-06
|
||||||
|
0.000192686
|
||||||
|
-1.70797e-06
|
||||||
|
0.000192534
|
||||||
|
-1.56031e-06
|
||||||
|
0.000192473
|
||||||
|
-1.24752e-06
|
||||||
|
-8.65415e-07
|
||||||
|
0.000194904
|
||||||
|
-8.69588e-07
|
||||||
|
0.000194159
|
||||||
|
-9.62856e-07
|
||||||
|
0.000193506
|
||||||
|
-9.07e-07
|
||||||
|
0.000193066
|
||||||
|
-8.07056e-07
|
||||||
|
-7.67799e-07
|
||||||
|
0.000196022
|
||||||
|
0.000195059
|
||||||
|
0.000194152
|
||||||
|
0.000193345
|
||||||
|
)
|
||||||
|
;
|
||||||
|
|
||||||
|
boundaryField
|
||||||
|
{
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-0.000185292 -0.0001853 -0.00018532 -0.000185338 -0.000185346);
|
||||||
|
}
|
||||||
|
outlet
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(0.000192198 0.000192216 0.000192408 0.000192969 0.000192578);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar>
|
||||||
|
15
|
||||||
|
(
|
||||||
|
-1.37043e-10
|
||||||
|
-1.24116e-10
|
||||||
|
-1.13244e-10
|
||||||
|
-1.04443e-10
|
||||||
|
-9.77752e-11
|
||||||
|
-2.78568e-11
|
||||||
|
-2.71674e-11
|
||||||
|
-2.66786e-11
|
||||||
|
-2.62553e-11
|
||||||
|
-2.6076e-11
|
||||||
|
-4.81068e-11
|
||||||
|
-4.80661e-11
|
||||||
|
-4.71259e-11
|
||||||
|
-4.57166e-11
|
||||||
|
-4.39137e-11
|
||||||
|
)
|
||||||
|
;
|
||||||
|
}
|
||||||
|
slip-bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(3.36553e-11 3.35501e-11 3.26268e-11 3.07903e-11 2.72952e-11);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(1.52215e-11 1.56812e-11 1.60251e-11 1.62345e-11 1.64594e-11);
|
||||||
|
}
|
||||||
|
interface
|
||||||
|
{
|
||||||
|
type calculated;
|
||||||
|
value nonuniform List<scalar> 5(-1.39849e-05 -7.77785e-06 -5.50922e-06 -4.38217e-06 -4.11337e-06);
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
24
fluid-openfoam/5/uniform/cumulativeContErr
Normal file
24
fluid-openfoam/5/uniform/cumulativeContErr
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class uniformDimensionedScalarField;
|
||||||
|
location "5/uniform";
|
||||||
|
object cumulativeContErr;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
dimensions [0 0 0 0 0 0 0];
|
||||||
|
value 0.00670262;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "5/uniform/functionObjects";
|
||||||
|
object functionObjectProperties;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
30
fluid-openfoam/5/uniform/time
Normal file
30
fluid-openfoam/5/uniform/time
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: 2512 |
|
||||||
|
| \\ / A nd | Website: www.openfoam.com |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
FoamFile
|
||||||
|
{
|
||||||
|
version 2.0;
|
||||||
|
format ascii;
|
||||||
|
arch "LSB;label=32;scalar=64";
|
||||||
|
class dictionary;
|
||||||
|
location "5/uniform";
|
||||||
|
object time;
|
||||||
|
}
|
||||||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
value 5;
|
||||||
|
|
||||||
|
name "5";
|
||||||
|
|
||||||
|
index 5;
|
||||||
|
|
||||||
|
deltaT 1;
|
||||||
|
|
||||||
|
deltaT0 1;
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
. ../../tools/log.sh
|
. ../preCICE_tools/log.sh
|
||||||
exec > >(tee --append "$LOGFILE") 2>&1
|
exec > >(tee --append "$LOGFILE") 2>&1
|
||||||
|
|
||||||
blockMesh
|
blockMesh
|
||||||
|
|
||||||
../../tools/run-openfoam.sh "$@"
|
../preCICE_tools/run-openfoam.sh "$@"
|
||||||
. ../../tools/openfoam-remove-empty-dirs.sh && openfoam_remove_empty_dirs
|
. ../preCICE_tools/openfoam-remove-empty-dirs.sh && openfoam_remove_empty_dirs
|
||||||
|
|
||||||
close_log
|
close_log
|
||||||
|
|
|
||||||
|
|
@ -10,17 +10,17 @@ application buoyantPimpleFoam;
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0.0;
|
||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 1;
|
endTime 5.0;
|
||||||
|
|
||||||
deltaT 0.01;
|
deltaT 1.0;
|
||||||
|
|
||||||
writeControl runTime;
|
writeControl runTime;
|
||||||
|
|
||||||
writeInterval 0.2;
|
writeInterval 1.0;
|
||||||
|
|
||||||
purgeWrite 0;
|
purgeWrite 0;
|
||||||
|
|
||||||
|
|
@ -36,11 +36,11 @@ timePrecision 6;
|
||||||
|
|
||||||
runTimeModifiable false;
|
runTimeModifiable false;
|
||||||
|
|
||||||
functions
|
// functions
|
||||||
{
|
// {
|
||||||
preCICE_Adapter
|
// preCICE_Adapter
|
||||||
{
|
// {
|
||||||
type preciceAdapterFunctionObject;
|
// type preciceAdapterFunctionObject;
|
||||||
libs ("libpreciceAdapterFunctionObject.so");
|
// libs ("libpreciceAdapterFunctionObject.so");
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
|
||||||
8
solid-cpp/solid-cpp.log
Normal file
8
solid-cpp/solid-cpp.log
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Started on: Tue, 27 Jan 2026 09:57:36 +0100
|
||||||
|
Unable to locate the executable ./ownSolver. Have a look at the README for building instructions.
|
||||||
|
Started on: Tue, 27 Jan 2026 09:57:36 +0100
|
||||||
|
Started on: Tue, 27 Jan 2026 09:57:36 +0100
|
||||||
|
Finished on: Tue, 27 Jan 2026 09:57:36 +0100
|
||||||
|
Finished on: Tue, 27 Jan 2026 09:57:36 +0100
|
||||||
|
Duration: 0 seconds (wall-clock time, including time waiting for participants)
|
||||||
|
Duration: 0 seconds (wall-clock time, including time waiting for participants)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue