/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class volScalarField; object T.water; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 350; boundaryField { walls { type zeroGradient; } outlet { type inletOutlet; phi phi.water; inletValue $internalField; value $internalField; } inlet { type fixedValue; value $internalField; } frontAndBackPlanes { type empty; } } // ************************************************************************* //