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/T2POD8
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 T2POD8;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.0216992
-0.021686
-0.0213184
-0.0150989
0.0219625
0.0563474
0.0746923
0.0797522
0.0468989
-0.040812
-0.110384
-0.153926
-0.166843
-0.0855145
0.0538553
0.164986
0.239316
0.258187
0.127982
-0.042645
-0.183255
-0.28157
-0.302137
-0.163988
-0.00662851
0.128597
0.227058
0.251751
0.173121
0.0821984
-0.000129254
-0.0651545
-0.107212
-0.127927
-0.137566
-0.140088
-0.1322
-0.0718194
0.0267625
0.116739
0.190843
0.234754
0.185727
0.0871719
-0.00937633
-0.0960749
-0.157298
-0.157809
-0.157416
-0.10653
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.0216992;
}
right
{
type calculated;
value uniform -0.10653;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //