/*--------------------------------*- 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 T1POD1; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField nonuniform List 50 ( 0.106388 0.104715 0.103011 0.101255 0.0994248 0.0974998 0.095458 0.0932768 0.0909331 0.0884033 0.0856633 0.0826879 0.0794518 0.0759286 0.0720912 0.0679124 0.0633639 0.0584175 0.0530446 0.0472169 0.0409057 0.034084 0.026725 0.0188037 0.0102972 0.00118559 -0.00854745 -0.0189133 -0.029918 -0.041559 -0.0538263 -0.0666982 -0.0801412 -0.0941086 -0.108538 -0.123351 -0.138456 -0.153746 -0.169105 -0.184406 -0.199528 -0.214352 -0.228775 -0.242717 -0.256129 -0.268997 -0.281347 -0.293244 -0.304788 -0.316109 ) ; boundaryField { left { type calculated; value uniform 0.107219; } right { type calculated; value uniform 0; } frontAndBack { type empty; } } // ************************************************************************* //