Files
openfoam/etc/caseDicts/postProcessing/fields/XiReactionRate
2016-09-27 15:17:55 +01:00

23 lines
824 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes the turbulent flame-speed and reaction-rate volScalarFields for the
Xi-based combustion models.
\*---------------------------------------------------------------------------*/
type XiReactionRate;
libs ("libfieldFunctionObjects.so");
fields (b Xi Su);
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //