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/T1POD7
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 T1POD7;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.0564171
-0.0476301
-0.0732251
-0.0441616
0.0117139
0.0687488
0.105047
0.107098
0.0655284
-0.0233385
-0.143715
-0.194461
-0.170949
-0.0951764
0.00466775
0.101908
0.172641
0.20362
0.189567
0.137021
0.0563672
-0.0338577
-0.117783
-0.180455
-0.211816
-0.208524
-0.172167
-0.109636
-0.0311712
0.051184
0.126064
0.182645
0.214484
0.217586
0.192348
0.142568
0.074486
-0.00308763
-0.0802373
-0.148004
-0.197392
-0.221988
-0.218066
-0.185371
-0.126489
-0.0479176
0.0407719
0.127593
0.198775
0.240423
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.137954;
}
right
{
type calculated;
value uniform 0.240423;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //