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/T1POD5
2018-06-01 18:11:37 +02:00

95 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;
location "0";
object T1POD5;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.198247
-0.162151
-0.09472
-0.0066301
0.0862963
0.167392
0.221106
0.235992
0.206407
0.133107
0.0275531
-0.071415
-0.148991
-0.198574
-0.21815
-0.20986
-0.178628
-0.130706
-0.0726597
-0.0108251
0.0489789
0.101691
0.143244
0.170801
0.182895
0.179442
0.161625
0.131668
0.0925445
0.0476724
0.000614943
-0.0451833
-0.0866187
-0.121094
-0.146638
-0.161969
-0.166508
-0.160354
-0.144215
-0.11931
-0.0872564
-0.0499404
-0.00938412
0.0323755
0.073403
0.111959
0.146576
0.176111
0.199772
0.217124
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.202855;
}
right
{
type calculated;
value uniform 0.217124;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //