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/1DPODdiffusion/constant/T2POD4

94 lines
1.6 KiB
Text
Raw Normal View History

2010-11-24 20:48:09 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2010-11-24 20:48:09 +00:00
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-11-24 20:48:09 +00:00
version 2.0;
format ascii;
class volScalarField;
object T2POD4;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
2010-11-24 20:48:09 +00:00
internalField nonuniform List<scalar>
50
(
-0.188045
-0.188003
-0.186852
-0.167372
-0.0512928
0.0564606
0.114752
0.141185
0.158188
0.179363
0.194429
0.203169
0.201857
0.15361
0.0761297
0.0148992
-0.0276338
-0.0591427
-0.105191
-0.149831
-0.18309
-0.204924
-0.207688
-0.171316
-0.130743
-0.0959078
-0.0677686
-0.0304398
0.0324228
0.0881387
0.132317
0.16399
0.178413
0.1767
0.170536
0.16278
0.151616
0.113418
0.0556494
0.00371961
-0.0395134
-0.0745787
-0.109485
-0.14106
-0.165447
-0.183234
-0.191229
-0.162283
-0.145552
-0.0914569
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.188045;
}
right
{
type calculated;
value uniform -0.0914569;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //