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/T2POD5

94 lines
1.6 KiB
Text
Raw Normal View History

2010-11-24 20:48:09 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
2014-06-01 11:15:18 +00:00
| \\ / O peration | Version: 3.1 |
2013-12-11 16:09:41 +00:00
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-11-24 20:48:09 +00:00
version 2.0;
format ascii;
class volScalarField;
object T2POD5;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
2010-11-24 20:48:09 +00:00
internalField nonuniform List<scalar>
50
(
-0.165974
-0.165922
-0.164456
-0.139655
0.00813498
0.145305
0.21924
0.249331
0.230619
0.157975
0.0986442
0.059831
0.0323455
-0.0277386
-0.109253
-0.171349
-0.212324
-0.226739
-0.179754
-0.115072
-0.0608368
-0.0200088
0.0182104
0.0798365
0.13484
0.177078
0.204891
0.200812
0.148988
0.0951162
0.0483821
0.0100922
-0.0350483
-0.0915188
-0.138642
-0.174926
-0.19729
-0.181909
-0.138281
-0.0947995
-0.0560215
-0.0205855
0.0304491
0.08563
0.131666
0.168119
0.189685
0.166899
0.153501
0.0982182
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.165974;
}
right
{
type calculated;
value uniform 0.0982182;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //