/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2412 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object T; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 1; boundaryField { AMI1 { type cyclicAMI; useImplicit true; } AMI2 { type cyclicAMI; useImplicit true; } top { type zeroGradient; } bottom { type zeroGradient; } left { type fixedValue; value uniform 1; } right { type fixedValue; value uniform 0; } frontAndBack { type empty; } } // ************************************************************************* //