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

102 lines
1.7 KiB
Text

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / 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 T2POD0;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
50
(
0.195411
0.19541
0.195395
0.195146
0.193662
0.192284
0.191531
0.191106
0.189902
0.187197
0.185082
0.183715
0.182697
0.180133
0.176564
0.173821
0.171913
0.170184
0.166246
0.162028
0.158746
0.15634
0.153752
0.148663
0.143932
0.140186
0.137316
0.133733
0.12786
0.122678
0.118546
0.115243
0.110668
0.104257
0.0987343
0.0942996
0.0905942
0.085118
0.0783762
0.0726324
0.0679807
0.0639042
0.0576887
0.0507922
0.0449691
0.040122
0.0359784
0.0281443
0.0237372
0.014245
)
;
boundaryField
{
left
{
type calculated;
value uniform 0.195411;
}
right
{
type calculated;
value uniform 0.014245;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //