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/T1POD17
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 T1POD17;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.0257391
-0.0532487
0.132653
-0.0682239
-0.0749766
0.0807867
-0.069309
-0.114679
0.103941
0.0760527
0.0321973
0.111964
-0.318148
-0.132276
0.33513
-0.00803254
0.0176764
-0.0284481
0.0692811
-0.14199
-0.0739756
0.105035
-0.168705
0.168514
0.0781574
-0.129377
0.0322535
0.0284644
0.207036
-0.310946
0.159161
-0.109193
-0.0914433
0.0352696
0.0882304
0.0495615
-0.188536
0.310555
0.0527493
-0.214122
-0.0229728
-0.00383752
-0.0261945
-0.0835407
0.0072135
-0.0350368
0.244919
0.220644
-0.0621258
-0.243849
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.215686;
}
right
{
type calculated;
value uniform -0.243849;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //