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/T1POD11
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 T1POD11;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.0163982
0.156693
-0.282185
0.149278
0.0507361
-0.0296324
0.0277687
-0.163894
-0.0042615
0.0476897
0.172864
0.00844008
-0.177871
0.122851
0.0755799
-0.22866
0.00565934
-0.132352
0.201118
0.045743
0.13967
-0.0245756
-0.0427434
-0.16017
-0.134644
0.206806
-0.00438977
-0.0559619
0.0626961
-0.116909
-0.0617888
0.308665
0.0624005
-0.0370847
-0.0249184
-0.199997
-0.170963
-0.144628
0.194285
0.318183
0.0800782
-0.0314353
-0.0304491
-0.222318
-0.0402076
-0.0905555
0.112543
0.253637
-0.192051
0.0176587
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.0189356;
}
right
{
type calculated;
value uniform 0.0176587;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //