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

95 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 |
2016-06-20 15:00:40 +00:00
| \\ / O peration | Version: 4.0 |
2015-05-17 13:55:59 +00:00
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
2010-11-24 20:48:09 +00:00
version 2.0;
format ascii;
class volScalarField;
object T2POD3;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
2010-11-24 20:48:09 +00:00
internalField nonuniform List<scalar>
50
(
0.19659
0.196563
0.195825
0.183342
0.108953
0.0398907
0.0024052
-0.016176
-0.04567
-0.105141
-0.151005
-0.179978
-0.195181
-0.196665
-0.190279
-0.183893
-0.178431
-0.167661
-0.123401
-0.0724744
-0.0319132
-0.0021583
0.0259631
0.0728768
0.115094
0.147803
0.17089
0.183525
0.185464
0.183765
0.18062
0.175431
0.153234
0.111337
0.072963
0.0409934
0.0140547
-0.023144
-0.0674168
-0.104709
-0.13428
-0.156132
-0.169681
-0.177248
-0.181305
-0.182586
-0.179227
-0.147451
-0.129293
-0.0799001
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.19659;
}
right
{
type calculated;
value uniform -0.0799001;
}
frontAndBack
{
type empty;
}
}
2016-06-21 12:50:08 +00:00
// ************************************************************************* //