This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/basic/PODSolver/1DPODsin/0/T1POD14
2018-06-01 18:11:37 +02:00

94 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T1POD14;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.014602
-0.0790665
0.155585
-0.103913
0.124262
-0.114551
-0.0231332
0.0936764
0.0317547
-0.106406
-0.0172967
0.0393866
0.130621
-0.044971
-0.148918
0.0709638
0.0222895
-0.15067
-0.0148298
0.277962
0.0230624
-0.156266
0.00258684
0.0738403
-0.140897
0.107031
-0.211171
0.168668
0.0812669
-0.099325
-0.0893349
0.147794
0.270877
-0.298707
-0.0665545
0.0671417
-0.355408
0.360908
0.137057
-0.152987
0.0670903
-0.12101
0.103207
-0.0252606
-0.000428608
0.0699579
-0.238574
0.114655
-0.017023
0.0496575
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.141001;
}
right
{
type calculated;
value uniform 0.0496575;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //