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/T1POD12
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 T1POD12;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.20744
0.0851023
0.234861
0.104506
-0.255081
-0.0221738
-0.111857
0.287712
-0.10572
0.0430541
0.0657299
-0.0951614
-0.174942
0.198547
-0.0803339
0.182147
-0.315083
0.0174616
0.179479
0.0472138
0.0715201
-0.0660365
-0.337738
0.213267
0.0866412
0.154953
-0.185294
-0.177774
0.151401
0.00673127
-0.0125163
0.0554962
-0.0101641
-0.0531956
-0.0272353
0.0880852
0.0601696
-0.0410062
-0.219932
0.135444
0.0919718
-0.0016219
-0.0617661
-0.0510004
-0.0968815
0.203278
0.0454569
-0.0576507
-0.0697376
0.0271118
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.0382717;
}
right
{
type calculated;
value uniform 0.0271118;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //