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

94 lines
1.6 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 T2POD7;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.0670914
0.0670568
0.0660955
0.0498309
-0.0470884
-0.137019
-0.185153
-0.200416
-0.137508
0.0350934
0.172385
0.259056
0.292828
0.198033
0.0247347
-0.115084
-0.210725
-0.25419
-0.19721
-0.108009
-0.0309911
0.0267813
0.0695437
0.110225
0.140871
0.161794
0.171782
0.139914
0.0367286
-0.0634124
-0.146633
-0.205205
-0.205601
-0.145075
-0.0799999
-0.0211688
0.0276796
0.0735606
0.115473
0.147333
0.169601
0.174943
0.118301
0.0311471
-0.0497214
-0.119621
-0.167195
-0.159806
-0.154969
-0.102895
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.0670914;
}
right
{
type calculated;
value uniform -0.102895;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //