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/T2POD1
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 T2POD1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.196704
-0.1967
-0.196565
-0.194293
-0.180754
-0.168183
-0.161328
-0.157535
-0.147517
-0.125215
-0.107804
-0.0965801
-0.0885691
-0.0703825
-0.0455188
-0.026495
-0.0133734
-0.00240707
0.019359
0.04209
0.0596023
0.0721941
0.0838622
0.103055
0.120283
0.133652
0.143465
0.15269
0.164351
0.174011
0.181372
0.186629
0.190059
0.192071
0.193205
0.193745
0.193417
0.18896
0.181485
0.174602
0.168676
0.16268
0.150287
0.13533
0.122327
0.111209
0.101229
0.0798836
0.0678447
0.0409313
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.196704;
}
right
{
type calculated;
value uniform 0.0409313;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //