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/T1POD18
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 T1POD18;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.162805
0.0965194
0.0627659
0.0462049
-0.0724729
-0.0150405
0.0215547
0.193094
-0.0291308
-0.153873
0.0180999
-0.181891
0.141104
0.142853
0.120744
-0.408586
0.0584025
0.10692
-0.0540826
0.145797
0.0142847
-0.0266714
-0.0688054
-0.0654781
0.00745865
-0.0260691
0.232749
-0.102543
-0.029036
-0.0384399
0.0971187
-0.176101
0.0335935
0.0220285
0.205367
-0.146429
0.0185647
0.00992871
-0.120261
-0.167508
0.44454
-0.231199
0.168697
-0.105241
-0.00661507
-0.0504794
-0.12639
0.139429
0.151834
-0.134506
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.0142684;
}
right
{
type calculated;
value uniform -0.134506;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //