Files
openfoam/etc/caseDicts/postProcessing/fields/XiReactionRate
2019-12-23 09:49:23 +00:00

23 lines
840 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Version: v1912
\\ / A nd | Website: 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;
// ************************************************************************* //