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

94 lines
1.6 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 T2POD2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.19803
0.198017
0.197638
0.191233
0.153062
0.117622
0.0983333
0.0881149
0.0652326
0.0155924
-0.0230389
-0.0477777
-0.0638151
-0.0904388
-0.124343
-0.149826
-0.166934
-0.177713
-0.185912
-0.19175
-0.195432
-0.197232
-0.193326
-0.174061
-0.154283
-0.13785
-0.124573
-0.104679
-0.0684237
-0.0357845
-0.00949164
0.0112926
0.037043
0.0708025
0.0993739
0.121905
0.139113
0.155013
0.169742
0.181028
0.189231
0.193688
0.188711
0.178789
0.169044
0.159809
0.149908
0.120335
0.10357
0.0631181
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.19803;
}
right
{
type calculated;
value uniform 0.0631181;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //