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/0/T1POD0

95 lines
1.6 KiB
Text
Raw Normal View History

/*--------------------------------*- 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 |
2010-11-24 20:48:09 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object T1POD0;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
2010-11-24 20:48:09 +00:00
internalField nonuniform List<scalar>
50
(
0.172642
0.172373
0.172097
0.171812
0.171514
0.171199
0.170862
0.170499
0.170107
0.16968
0.169213
0.168701
0.168139
0.167521
0.166841
0.166093
0.165268
0.16436
0.163362
0.162264
0.161058
0.159734
0.158283
0.156694
0.154956
0.153057
0.150984
0.148725
0.146266
0.143591
0.140685
0.137532
0.134114
0.130413
0.126409
0.122084
0.117417
0.11239
0.106984
0.101184
0.0949805
0.0883665
0.0813443
0.0739244
0.0661276
0.0579857
0.0495416
0.0408494
0.0319722
0.0229809
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.172776;
}
right
{
type calculated;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //