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/T1POD10
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 T1POD10;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.0996746
-0.0411048
0.164592
-0.0031535
-0.227545
-0.180165
0.102604
-0.145583
0.000736463
0.396077
-0.049619
-0.131223
-0.00687746
0.111861
-0.103828
-0.0531136
0.0587144
0.0814831
-0.027378
-0.15846
0.0801012
0.224845
-0.133707
-0.0778425
-0.0757692
0.0478153
-0.162861
0.16131
0.285321
-0.124156
-0.101198
-0.124416
0.13571
-0.0900826
0.0391332
0.0688556
0.113675
-0.2676
0.18358
-0.0843985
0.030248
-0.216542
0.0989367
0.226094
0.0999694
-0.198444
-0.141687
0.0644115
0.00483271
0.046172
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.179708;
}
right
{
type calculated;
value uniform 0.046172;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //