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/T1POD1
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 T1POD1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.210076
-0.208047
-0.204092
-0.198281
-0.190607
-0.181151
-0.17008
-0.157689
-0.144401
-0.130719
-0.11692
-0.101999
-0.0861973
-0.069917
-0.053412
-0.0368137
-0.0201979
-0.00364225
0.0127531
0.028872
0.044598
0.0598236
0.0744524
0.0883974
0.101578
0.113919
0.125353
0.135818
0.145261
0.153637
0.16091
0.167052
0.172042
0.175869
0.178529
0.180027
0.180378
0.179605
0.177738
0.174819
0.170899
0.166037
0.160303
0.153777
0.146549
0.138717
0.130389
0.121678
0.112704
0.103588
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.210334;
}
right
{
type calculated;
value uniform 0.103588;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //