/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  13
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculate the advective specie-flux and write it as a surfaceScalarField
    'specieAdvectiveFlux(<specieName>)'.

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

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

field           <specieName>;

executeControl  writeTime;
writeControl    writeTime;

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