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/1DPODsin/0/T1POD20
2018-06-01 18:11:37 +02:00

94 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T1POD20;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.335917
0.159396
0.10065
-0.0320339
-0.0118229
0.291659
0.00911121
0.0723855
-0.146017
-0.128813
0.114334
-0.16741
0.00881489
-0.138334
0.1929
0.108949
0.0365372
-0.203967
0.0866406
-0.109847
0.00767782
0.0432768
0.0415785
0.0103341
0.069557
-0.073655
0.079648
0.176187
-0.146827
-0.387489
0.0398746
-0.0374229
0.407221
-0.0399085
0.0132667
0.0329738
-0.042021
-0.235071
0.0419767
0.0823786
-0.0929828
0.119335
-0.0216421
0.0408676
0.12194
-0.091298
-0.10047
-0.132578
0.0731669
0.0928882
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.158789;
}
right
{
type calculated;
value uniform 0.0928882;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //