/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  14
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculate the total energy-flux (i.e., advective plus diffusive) and write
    it as a surfaceScalarField 'energyFlux'.

\*---------------------------------------------------------------------------*/

type            energyFlux;
libs            ("libfieldFunctionObjects.so");

executeControl  writeTime;
writeControl    writeTime;

// ************************************************************************* //
