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/T2POD1

103 lines
1.7 KiB
Text
Raw Normal View History

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.3 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "/home/hjasak/OpenFOAM/hjasak-1.3/run/development";
case "1DPOD";
instance ""constant"";
local "";
class volScalarField;
object T2POD1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
-0.196704
-0.1967
-0.196565
-0.194293
-0.180754
-0.168183
-0.161328
-0.157535
-0.147517
-0.125215
-0.107804
-0.0965801
-0.0885691
-0.0703825
-0.0455188
-0.026495
-0.0133734
-0.00240707
0.019359
0.04209
0.0596023
0.0721941
0.0838622
0.103055
0.120283
0.133652
0.143465
0.15269
0.164351
0.174011
0.181372
0.186629
0.190059
0.192071
0.193205
0.193745
0.193417
0.18896
0.181485
0.174602
0.168676
0.16268
0.150287
0.13533
0.122327
0.111209
0.101229
0.0798836
0.0678447
0.0409313
)
;
boundaryField
{
left
{
type calculated;
value uniform -0.196704;
}
right
{
type calculated;
value uniform 0.0409313;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //