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

95 lines
1.6 KiB
C++

/*--------------------------------*- 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 TPODreconstruct;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
1.00379
1.00353
1.00327
1.00301
1.00274
1.00246
1.00218
1.00189
1.00159
1.00128
1.00095
1.00062
1.00028
0.999935
0.999581
0.999223
0.998865
0.998509
0.998161
0.997827
0.997512
0.997224
0.996972
0.996763
0.996609
0.99652
0.996505
0.996575
0.99674
0.997005
0.997376
0.997854
0.998435
0.999107
0.999854
1.00065
1.00146
1.00224
1.00294
1.00352
1.0039
1.00405
1.0039
1.00343
1.00263
1.00147
1
0.998249
0.996283
0.994181
)
;
boundaryField
{
left
{
type calculated;
value uniform 1.00392;
}
right
{
type calculated;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //