/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2312 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object dictionary; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // internalField uniform 1; // Regular syntax valuesT List (123 456 890); // Test some non-standard syntax temperature List { transport adios; length 10; values (270 271 272 273 274 275 276 277 278 279); }; // Test some non-standard syntax velocity List { transport adios; length 10; values (270 271 272 273 274 275 276 277 278 279); }; // Test some non-standard syntax isGood List { transport adios; length 10; values (true false true); }; // Test some non-standard syntax master List