/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.0 | | \\ / A nd | Web: http://www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object T1POD2; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField nonuniform List 50 ( 0.142828 0.138304 0.133711 0.129003 0.124133 0.119055 0.113726 0.1081 0.102132 0.0957811 0.0890049 0.0817638 0.074021 0.0657429 0.0568988 0.0474646 0.0374192 0.0267514 0.0154562 0.00354036 -0.00897923 -0.0220703 -0.0356859 -0.0497583 -0.0642007 -0.0788982 -0.0937083 -0.108453 -0.122918 -0.13684 -0.14991 -0.161755 -0.171945 -0.179981 -0.185293 -0.187252 -0.185169 -0.178316 -0.165951 -0.147355 -0.121872 -0.0889627 -0.0482636 0.000367617 0.0567971 0.120585 0.190969 0.266875 0.346952 0.429624 ) ; boundaryField { left { type calculated; value uniform 0.145079; } right { type calculated; value uniform 0; } frontAndBack { type empty; } } // ************************************************************************* //