/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  13
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Writes volume averaged reaction rates in [kmol/m^3/s] for each reaction

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

type            reactionRates;
libs            ("libchemistryModel.so");

cellZone        all;

//phase         <phaseName>; // Optional name of the phase

//writeFields   false; // Optionally also write the rate fields. Note
                       // that this can create a lot of data.

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