Skip to main content

XiReactionRate

Description

The XiReactionRate function object writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models.

Operands

OperandTypeLocation
input--
output file--
output fieldvolScalarField$FOAM_CASE/<time>/{St,wdot}

Usage

Example of the XiReactionRate function object by using functions sub-dictionary in system/controlDict file:

XiReactionRate1
{
// Mandatory entries (unmodifiable)
type XiReactionRate;
libs (fieldFunctionObjects);

// Optional (inherited) entries
region region0;
enabled true;
log true;
timeStart 0;
timeEnd 1000;
executeControl timeStep;
executeInterval 1;
writeControl timeStep;
writeInterval 1;
}

where the entries mean:

PropertyDescriptionTypeRequiredDefault
typeType name: XiReactionRatewordyes-
libsLibrary name: fieldFunctionObjectswordyes-

The inherited entries are elaborated in:

Usage by the postProcess utility is not available.

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1612+