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/T1POD15
2015-05-18 09:54:33 +02:00

93 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T1POD15;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.152796
0.100174
-0.00531763
0.0465534
0.0506431
-0.0743569
0.154127
-0.119895
0.0982631
0.00667351
-0.161504
-0.0500499
0.140695
-0.112688
0.0816827
0.11974
-0.0536663
-0.243523
0.113222
0.101773
-0.0578887
0.121246
-0.132417
0.124643
-0.0170393
-0.298581
0.0880966
0.0914099
0.176391
0.0986353
-0.287509
0.169681
-0.161901
-0.246327
0.442893
-0.285345
0.162611
-0.0180055
0.020453
-0.0471241
0.00688094
0.0973449
-0.0208828
-0.0141272
-0.136691
0.0610585
0.0135541
-0.0543101
0.0162512
0.0472524
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.144735;
}
right
{
type calculated;
value uniform 0.0472524;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //