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/T1POD6
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 T1POD6;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.148705
0.113648
0.0489728
-0.0323333
-0.110801
-0.167655
-0.187463
-0.16252
-0.0943959
0.00681124
0.120418
0.201337
0.233084
0.213659
0.151585
0.0631727
-0.0322196
-0.116867
-0.177828
-0.2082
-0.206869
-0.177316
-0.126171
-0.0617568
0.00714344
0.0722763
0.126663
0.165118
0.184546
0.184028
0.164694
0.129426
0.0824132
0.0286554
-0.0265759
-0.0782173
-0.121825
-0.153896
-0.172055
-0.175142
-0.163181
-0.137282
-0.0994426
-0.0523353
0.000954752
0.0571813
0.113173
0.166046
0.213355
0.253211
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.153187;
}
right
{
type calculated;
value uniform 0.253211;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //