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/T1POD13
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 T1POD13;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.0259873
0.219077
0.0781797
-0.115757
-0.137999
-0.274395
0.122107
-0.0790873
0.168114
0.117981
0.0425059
-0.0726421
-0.105651
0.0508785
0.0104323
0.0245112
-0.0772162
-0.0180598
0.124121
0.268728
-0.22971
-0.256709
0.126554
-0.190445
0.217918
0.0108242
0.025271
0.0357091
0.0457104
0.0770457
-0.225985
-0.206225
0.112369
0.197982
0.0416061
0.126292
-0.237717
-0.0432981
-0.0572139
-0.00983738
-0.0614752
0.272058
0.142327
-0.0755861
-0.117426
-0.214622
0.134983
-0.0657497
0.135226
-0.0297166
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.18861;
}
right
{
type calculated;
value uniform -0.0297166;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //