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

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 |
2013-12-11 23:41:18 +00:00
| \\ / O peration | Version: 3.0 |
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 T2POD0;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
2010-11-24 20:48:09 +00:00
internalField nonuniform List<scalar>
50
(
0.195411
0.19541
0.195395
0.195146
0.193662
0.192284
0.191531
0.191106
0.189902
0.187197
0.185082
0.183715
0.182697
0.180133
0.176564
0.173821
0.171913
0.170184
0.166246
0.162028
0.158746
0.15634
0.153752
0.148663
0.143932
0.140186
0.137316
0.133733
0.12786
0.122678
0.118546
0.115243
0.110668
0.104257
0.0987343
0.0942996
0.0905942
0.085118
0.0783762
0.0726324
0.0679807
0.0639042
0.0576887
0.0507922
0.0449691
0.040122
0.0359784
0.0281443
0.0237372
0.014245
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.195411;
}
right
{
type calculated;
value uniform 0.014245;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //