fluid sim
This commit is contained in:
parent
4eed90072a
commit
86236a1c90
47 changed files with 4371 additions and 7077 deletions
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;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Loading…
Add table
Add a link
Reference in a new issue