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

96 lines
1.6 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5-dev |
| \\ / A nd | Revision: 1697 |
| \\/ M anipulation | Web: http://www.OpenFOAM.org |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object T1POD0;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
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;
}
}
// ************************************************************************* //