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/T1POD2
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 T1POD2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.237506
0.230054
0.215631
0.19482
0.168172
0.136646
0.101544
0.0646256
0.02802
-0.00596254
-0.0360134
-0.0657209
-0.0941769
-0.119929
-0.142093
-0.160281
-0.174404
-0.184477
-0.190534
-0.192622
-0.190833
-0.185331
-0.176351
-0.164192
-0.1492
-0.131754
-0.112258
-0.091129
-0.0687952
-0.0456851
-0.0222222
0.00118294
0.0241389
0.04628
0.0672706
0.0868094
0.104634
0.120522
0.134296
0.145824
0.15502
0.161844
0.166303
0.168451
0.168384
0.16624
0.162191
0.156445
0.149233
0.140806
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.238452;
}
right
{
type calculated;
value uniform 0.140806;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //