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/T2POD6
2016-06-21 15:04:21 +02:00

94 lines
1.6 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T2POD6;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.12384
0.123788
0.122349
0.0979878
-0.0471781
-0.181894
-0.254243
-0.280338
-0.222737
-0.0545919
0.0799176
0.165808
0.209052
0.196363
0.150727
0.110897
0.0813042
0.0514278
-0.024835
-0.107881
-0.172496
-0.215969
-0.221225
-0.146397
-0.0630614
0.00814769
0.0622786
0.10233
0.133849
0.155404
0.169055
0.173024
0.135153
0.0505522
-0.0289328
-0.0954527
-0.144449
-0.162195
-0.155485
-0.142414
-0.127056
-0.10603
-0.0481187
0.0255496
0.0904935
0.144453
0.179376
0.164239
0.15507
0.101079
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.12384;
}
right
{
type calculated;
value uniform 0.101079;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //