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

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 T2POD6;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
2010-11-24 20:48:09 +00:00
internalField nonuniform List<scalar>
50
(
0.12384
0.123788
0.122349
0.0979878
-0.0471781
-0.181894
-0.254243
-0.280338
-0.222737
-0.0545919
0.0799176
0.165808
0.209052
0.196363
0.150727
0.110897
0.0813042
0.0514278
-0.024835
-0.107881
-0.172496
-0.215969
-0.221225
-0.146397
-0.0630614
0.00814769
0.0622786
0.10233
0.133849
0.155404
0.169055
0.173024
0.135153
0.0505522
-0.0289328
-0.0954527
-0.144449
-0.162195
-0.155485
-0.142414
-0.127056
-0.10603
-0.0481187
0.0255496
0.0904935
0.144453
0.179376
0.164239
0.15507
0.101079
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.12384;
}
right
{
type calculated;
value uniform 0.101079;
}
frontAndBack
{
type empty;
}
}
2016-06-21 12:50:08 +00:00
// ************************************************************************* //