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/T1POD3
2018-06-01 18:11:37 +02:00

95 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;
location "0";
object T1POD3;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.255082
0.237294
0.203215
0.15537
0.0970329
0.0325276
-0.0330933
-0.0941847
-0.144927
-0.179897
-0.196942
-0.206472
-0.208476
-0.201673
-0.185968
-0.162298
-0.132253
-0.0976864
-0.0604426
-0.0222249
0.0154376
0.0511886
0.0838422
0.112392
0.136031
0.15417
0.166442
0.1727
0.173007
0.167613
0.156932
0.141515
0.122025
0.0992061
0.0738574
0.0468046
0.0188725
-0.00913784
-0.0364727
-0.0624441
-0.0864456
-0.107967
-0.126604
-0.142059
-0.154151
-0.162811
-0.168075
-0.170079
-0.169048
-0.165277
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.257345;
}
right
{
type calculated;
value uniform -0.165277;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //